-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amp analytics 3p vendors #9661
Amp analytics 3p vendors #9661
Commits on Jun 27, 2017
-
Transfer files from old 3p_analytics to new fresh branch because it h…
…ad gotten very crufty
Configuration menu - View commit details
-
Copy full SHA for a4ea69b - Browse repository at this point
Copy the full SHA a4ea69bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dabbd98 - Browse repository at this point
Copy the full SHA dabbd98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4cd8f - Browse repository at this point
Copy the full SHA 2a4cd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbead9f - Browse repository at this point
Copy the full SHA cbead9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e919e86 - Browse repository at this point
Copy the full SHA e919e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b5ba9d - Browse repository at this point
Copy the full SHA 7b5ba9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d44fd58 - Browse repository at this point
Copy the full SHA d44fd58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7856841 - Browse repository at this point
Copy the full SHA 7856841View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bea30 - Browse repository at this point
Copy the full SHA 99bea30View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd5daac - Browse repository at this point
Copy the full SHA cd5daacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6952e - Browse repository at this point
Copy the full SHA ff6952eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f7e79 - Browse repository at this point
Copy the full SHA e3f7e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9c356 - Browse repository at this point
Copy the full SHA eb9c356View commit details -
Moves helper JS to 3p, compiles in imported resources, so helper JS n…
…ow uses these (mainly iframe-messaging-client)
Configuration menu - View commit details
-
Copy full SHA for a403e37 - Browse repository at this point
Copy the full SHA a403e37View commit details -
Fixes message ordering so that extraData is always enqueued first. Ex…
…tra data and event messages now live in a common queue. Therefore ampanalytics-lib now iterates through the list of received messages to sort out the two types, so the customer-implemented code now receives an event, not an array of events.
Configuration menu - View commit details
-
Copy full SHA for 6be6c26 - Browse repository at this point
Copy the full SHA 6be6c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2900f - Browse repository at this point
Copy the full SHA 9a2900fView commit details -
Parameterizes click URL substitution. Stops using frame load promise …
…(in progress / checkpoint). Makes requestIdleCallback polyfill easier to test. Uses enclosed object to store responses.
Configuration menu - View commit details
-
Copy full SHA for d8e1517 - Browse repository at this point
Copy the full SHA d8e1517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b11ed - Browse repository at this point
Copy the full SHA 06b11edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc9776 - Browse repository at this point
Copy the full SHA 6bc9776View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c7f1f - Browse repository at this point
Copy the full SHA e8c7f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce3793 - Browse repository at this point
Copy the full SHA 7ce3793View commit details -
Makes response be an object, not string. Includes real absolute URL f…
…or when not running locally.
Configuration menu - View commit details
-
Copy full SHA for 0c8b3a2 - Browse repository at this point
Copy the full SHA 0c8b3a2View commit details -
Makes iframeMessagingClient now accept a newly-created iframe, and up…
…on getting the first message from that iframe, sets host window to that iframe's contentWindow. So, now uses iframeMessagingClient exclusively in transport.js. Also adds some comments, etc.
Configuration menu - View commit details
-
Copy full SHA for 08706f8 - Browse repository at this point
Copy the full SHA 08706f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d44ca1b - Browse repository at this point
Copy the full SHA d44ca1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6cec8 - Browse repository at this point
Copy the full SHA 8b6cec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb78eb - Browse repository at this point
Copy the full SHA beb78ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for af36850 - Browse repository at this point
Copy the full SHA af36850View commit details -
Configuration menu - View commit details
-
Copy full SHA for faad371 - Browse repository at this point
Copy the full SHA faad371View commit details -
Changes the flow to provide one AmpAnalytics3pCreativeMessageRouter p…
…er creative, and onNewAmpAnalyticsInstance will be called for each
Configuration menu - View commit details
-
Copy full SHA for 30da904 - Browse repository at this point
Copy the full SHA 30da904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21fb523 - Browse repository at this point
Copy the full SHA 21fb523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a53ab6 - Browse repository at this point
Copy the full SHA 6a53ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc245fa - Browse repository at this point
Copy the full SHA cc245faView commit details -
Refactors message queueing from Transport into new class. Adds extern…
… typedefs. Fixes error in which asserts cause error due to no ampdoc
Configuration menu - View commit details
-
Copy full SHA for b8bd741 - Browse repository at this point
Copy the full SHA b8bd741View commit details -
Addresses review feedback re: minor code organization issues and logi…
…c flaw when sentinel is missing
Configuration menu - View commit details
-
Copy full SHA for b7d8665 - Browse repository at this point
Copy the full SHA b7d8665View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25c199 - Browse repository at this point
Copy the full SHA c25c199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59170c8 - Browse repository at this point
Copy the full SHA 59170c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 896e9fc - Browse repository at this point
Copy the full SHA 896e9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c6cd9 - Browse repository at this point
Copy the full SHA 10c6cd9View commit details -
Removes frame-side message queueing which was necessary under old mes…
…sage format, but new message format resulted in this being over-engineered
Configuration menu - View commit details
-
Copy full SHA for 14e9939 - Browse repository at this point
Copy the full SHA 14e9939View commit details -
Configuration menu - View commit details
-
Copy full SHA for be9c95c - Browse repository at this point
Copy the full SHA be9c95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 036e2d0 - Browse repository at this point
Copy the full SHA 036e2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3074b - Browse repository at this point
Copy the full SHA 7d3074bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36918a4 - Browse repository at this point
Copy the full SHA 36918a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb8de - Browse repository at this point
Copy the full SHA 3aeb8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 591e18c - Browse repository at this point
Copy the full SHA 591e18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c446a5e - Browse repository at this point
Copy the full SHA c446a5eView commit details -
Removes throw statement from abstract method body, since the ensueing…
… warning makes Travis fail
Configuration menu - View commit details
-
Copy full SHA for 3c71898 - Browse repository at this point
Copy the full SHA 3c71898View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4034b - Browse repository at this point
Copy the full SHA dd4034bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f80268d - Browse repository at this point
Copy the full SHA f80268dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b9f71 - Browse repository at this point
Copy the full SHA e0b9f71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84129a - Browse repository at this point
Copy the full SHA c84129aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cf287 - Browse repository at this point
Copy the full SHA 94cf287View commit details