Can you push to multiple UA properties using the data_ga_property?

savethechildren Jun 07, 2012 04:25PM EDT

We have a roll-up account property and smaller sub-domain accoutns and I would want to push to both accounts at the same time.

Is it possible? Would it be something like this?


<script type="text/javascript">
var addthis_config = {
data_ga_property: 'UA-XXXXXXX-1’,
data_ga_property: 'UA-XXXXXXX-24’,
data_ga_social: true
};
</script>


or more like this?

<script type="text/javascript">
var addthis_config = {
data_ga_property: 'UA-XXXXXXX-1'&'UA-XXXXXXX-24’,
data_ga_social: true
};
</script>

Thanks for helping out!

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Jun 07, 2012 04:48PM EDT
Unfortunately you can only specify one Google Analytics property to report analytics to.

Post Your Public Answer

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

Still need help?


General Topics

 

Developers