I am attempting to modify a DFA Doubleclick tag, and there is a conflict with one of the destination values (ord= should return the order_ID variable in our database); in our web database this value is already being used, which I believe is causing a tag to doublefire (it this even possible?)
I'm wondering if there's a way to set the ord= to an intermediary name, so that when the tag fires the intermediary value returns a value that then translates back to the original ord= destination data object variable.
Any thoughts on whether this could work (or any other solution) and how to implement?
Thank you!!!