Hi,
We are starting to implement DTM in our company's website as well as integrating it with Adobe Analytics as well as other 2rd party tracking tags such as Webtrends; As a developer I have very little knowledge of how the information is used, but I have serious concerns about something we have been tasked to do:
we are adding two generic attributes data-dtm-id and data-dtm-data to every link on site, but we are also adding a parameter to each of those URLs making it someting like this:
<a data-dtm-id="foo" data-dtm-data"bar" href="index.html?id=foo_bar">...</a>
This doesn't make any sense to me, since the information is completely redundant. Am I missing something here? Are there any circumstances in which the url parameter is used and not the attributes?
Thanks,
E