william1872
Member
Hi all,
I'm wondering if the following is possible at all?
I'd like to add a utm tracking code to the end of urls / pages shared via the 'Share Page' social icons.
The main purpose is to see how many click backs to our site is being generated as a result of a post being shared socially, some of our posts can generate 100+ shares via twitter / fb and g+.
Would it be the case of adding the utm code in the share_page template in the following section?
And change it to:
I don't know much about coding, however for us to be able to track what traffic all the social shares are pulling back would be a very useful martic for us.
Thanks in advance for advice
I'm wondering if the following is possible at all?
I'd like to add a utm tracking code to the end of urls / pages shared via the 'Share Page' social icons.
The main purpose is to see how many click backs to our site is being generated as a result of a post being shared socially, some of our posts can generate 100+ shares via twitter / fb and g+.
Would it be the case of adding the utm code in the share_page template in the following section?
Code:
<xen:if is="{$xenOptions.plusone}">
<div class="plusone shareControl">
<div class="g-plusone" data-size="medium" data-count="true" data-href="{$url}"></div>
</div>
</xen:if>
And change it to:
Code:
<xen:if is="{$xenOptions.plusone}">
<div class="plusone shareControl">
<div class="g-plusone" data-size="medium" data-count="true" data-href="{$url}?utm_source=JVFocus&utm_medium=GPlusSocialShare&utm_campaign=JVFSyndicationCircle"></div>
</div>
</xen:if>
I don't know much about coding, however for us to be able to track what traffic all the social shares are pulling back would be a very useful martic for us.
Thanks in advance for advice