essentially i am trying to add event tracking on outbound links on an offer rotator that is built in a xslt file. here is the code i have for the link but when i try to call the data from the document it fails to work. i have set it up where the document type i can add the google code. Any ideas where i am going wrong? I have tried numerous things and it doesnt seem to work. thank you
Are you usign the the legacy XML schema or the "new" one? And are you running through some nodes in a for-each statement? And if so, is the url-property and the outBoundtracking-property located on those nodes?
And could you tell us what data types are used for the two properties?
custom google event tracking troubles
hello all,
essentially i am trying to add event tracking on outbound links on an offer rotator that is built in a xslt file. here is the code i have for the link but when i try to call the data from the document it fails to work. i have set it up where the document type i can add the google code. Any ideas where i am going wrong? I have tried numerous things and it doesnt seem to work. thank you
It's difficult to diagnose without seeing all the pieces, but maybe this will work for you:
Hi Brian
Are you usign the the legacy XML schema or the "new" one? And are you running through some nodes in a for-each statement? And if so, is the url-property and the outBoundtracking-property located on those nodes?
And could you tell us what data types are used for the two properties?
Thanks.
/Kim A
is working on a reply...