Last active
August 29, 2015 14:23
-
-
Save erikfried/f21a8a4f7dc063e7cd71 to your computer and use it in GitHub Desktop.
Example of pulse2 tracking for a plus article page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.pulse2opts = { | |
"clientId": "aftonbladet_staging", | |
"respectDoNotTrack": true, | |
"pageId": "8636_teaser", | |
"pageType": "Article", | |
"provider": { | |
"category": "sportbladet", | |
"subCategory": "sportbladet_hockey", | |
"siteName": "desktop", | |
"restriction": "plus", | |
"publishedDate": "2015-02-18T09:56:32.000Z" | |
} | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.pulse2opts = { | |
"clientId": "aftonbladet_staging", | |
"respectDoNotTrack": true, | |
"pageId": "8636", | |
"pageType": "Article", | |
"provider": { | |
"category": "sportbladet", | |
"subCategory": "sportbladet_hockey", | |
"siteName": "desktop", | |
"restriction": "plus", | |
"publishedDate": "2015-02-18T09:56:32.000Z", | |
"subscriptions": [ | |
"plus", | |
"vikt" | |
] | |
}, | |
"userId": 2200091 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment