viewing analytics

nkalina Apr 05, 2012 12:05PM EDT

We are testing the Address Bar sharing in our QA enviornment. I implemented the code, generated the link with the #, cliked on it from an email but I do not see in it the "past 24 hour" listing. I have even waited over 1/2 hour and the items are not displaying.
There are a couple of pages that are displaying from a test ran yesterday but I am not sure that it caputred all the address bar sharing.
Also, if I copy the url and paste it (with the extra characters attached) into the address bar and the hit "go" -- it does not see to capture that. Is this supposed to work as well?
Thanks

3 Community Answers

Paul May 07, 2012 05:07PM EDT

You don't have the profile ID set on that page, so when the shares are reported to analytics we don't know which account to link them to. Add this to your page:

<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.pubd = '<your profile ID>';
</script>

Replace <your profile ID> with your profile ID

View in conversation


Up 0 Rated Down
Paul (AddThis Happiness Specialist) Apr 05, 2012 04:12PM EDT
Both of those are supposed to work. Can you post the URL of the page where you're seeing the problem.
Up 0 Rated Down
vdesroches Apr 09, 2012 02:54PM EDT
http://www-qa.massmutual.com/productssolutions/individualsfamilies/lifestages/havingchildren
Up 0 Rated Down
Paul (AddThis Happiness Specialist) Best Answer May 07, 2012 05:07PM EDT
You don't have the profile ID set on that page, so when the shares are reported to analytics we don't know which account to link them to. Add this to your page:

<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.pubd = '<your profile ID>';
</script>

Replace <your profile ID> with your profile ID

This question is closed to new answers.

Still need help?


General Topics

 

Developers