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!