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
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.