text copy tracking

institutoleblu Jan 21, 2012 06:41AM EST

where to paste the code for text copy tracking to enable live view

2 Community Answers

Paul Jan 23, 2012 01:18PM EST

You add it to your addthis_config variable on the page where you have AddThis, like this:

<script type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.data_track_textcopy = true
} else {
var addthis_config = {
data_track_textcopy: true
};
}
</script>

View in conversation


Up -1 Rated Down
Paul (AddThis Happiness Specialist) Best Answer Jan 23, 2012 01:18PM EST
You add it to your addthis_config variable on the page where you have AddThis, like this:

<script type="text/javascript">
if (typeof addthis_config !== "undefined") {
addthis_config.data_track_textcopy = true
} else {
var addthis_config = {
data_track_textcopy: true
};
}
</script>
Up 0 Rated Down
kimber Jan 27, 2012 07:52PM EST
Thanks, that helps. I thought maybe it when in the header codes I have.

This question is closed to new answers.

Still need help?


General Topics

 

Developers