My token tracking in Google Analytics
In Marketo, our team has created {{my.token}} and used in velocity script. But, when we have run the campaign and checked the reporting results and analysed that parameter result not captured in GA. What can be the route cause and how should it be rectified?
Below is the sample one
My Token- {{my.utm_content}}, {{my.utm_medimum}} and {{my.utm_source}}.
Below is sample code only for VTL
#foreach( $item_link in $recommended_item )
<a href="http://${link}?utm_content={{my.utm_content}}&utm_medium={{my.utm_medium}}&utm_source={{my.utm_source}}">Item Name</a>
#end