Knowledgebase
How do I add tracking code to links?
Posted by - NA - on 25 September 2012 04:15 PM
|
|
Solution How do I add tracking code, like Google Analytics, to my feed's links? You can edit your feed's link field to be php code and use the following code: $field_value = $data['product_url'] . '?utm_source=source&utm_medium=medium&utm_term=term&utm_content=content&utm_campaign=name'; You can use Google's tool here to create tracking code for the link above: http://www.google.com/support/analytics/bin/answer.py?answer=55578 | |
|
Comments (0)