Analytics Not Showing

normmarshall May 16, 2012 04:29PM EDT

I am using the following addthis code on my Facebook App (below). I don't recall logging into my account to get this code. My client is now asking if I can provide metrics on this (i.e, how many times they've been shared), but I don't know where to access that. When I log into my account I don't see any Analytics available, yet as you can see below "data_track_clickback":true.

Where would those metrics be available, if at all?


<!-- The JavaScript and CSS below have been intentionally included in this file for maintenance purposes -->
<!-- The JavaScript below sets the AddThis popup menu heading to WHITE text against a black background -->
<script type="text/javascript">
var addthis_header_color = "#ffffff";
var addthis_header_background = "#000000";
</script>
<!-- The CSS below sets the AddThis links text to Black -->
<style type="text/css">
.at15t { color:#000 !important; }
</style>
<div id="shareMenu">
<img src="images/global/sharewiththegalaxy.png" border="0" />
<div id="spaceButton"></div>
<div id="addthisMenu">
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url="http://www.myhiddenurl.com">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">
var addthis_config = {"data_track_clickback":true};
var addthis_share = {
templates: { twitter: "My hidden twitter message!" }
}
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f722d001b8c358d"></script>
<!-- AddThis Button END -->
</div>
</div>

Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers