Created
October 8, 2013 15:27
-
-
Save mrpatrick/6886495 to your computer and use it in GitHub Desktop.
From http://support.addthis.com/customer/portal/articles/381260-google-analytics-integration#social
Add social engagement tracking for addthis to google analytics.
This file contains hidden or 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
<script type="text/javascript"> | |
var addthis_config = { | |
data_ga_property: 'UA-123456-1', | |
data_ga_social : true | |
}; | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment