1

I am writing an asp.net server control to render the addthis buttons in various projects.

Notice the pubid string below. With analytics enabled that string is the userid. For the server control i will retreive the id from appSettings. How important is that string if analytics are not being tracked? If that string is left off (everything after the js extension of the url) will addthis still work correctly? Since a unique string is generated for each site even if there is no account i thought it must have some importance. So bottom line questions is will AddThis work correctly if the pubid is left off if no analytics arebing followed? Thanks...

 <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-4ee96d151f836a06"></script>
<!-- AddThis Button END -->
4

1 に答える 1

3

いいえ、分析を収集しない場合、プロファイル ID は必要ありません。ただし、プロファイル ID を持たないユーザーは、スパム対策として電子メールで共有を送信することはできません。

于 2012-09-21T11:14:54.283 に答える