How do I implement a path prop using DTM? I have turned on pathing for the prop in Sitecatalyst, but I am not sure what the next steps are.
He is the implementations steps I followed:
Here is the implementation steps I took. Prop 22 has pathing enabled and the data element name is “Pathing”.
1. I created a custom script data element. Below is the code I added to the custom script global section.
* s.linkTrackVars=“prop22,prop7,prop10,prop11,prop12,prop13,prop14,prop15,prop16,prop17,prop18,prop31,prop34”;
2. In the Global Variable section I added prop22="%Pathing%"
3. Here is the error message I am getting Uncaught ReferenceError: s is not defined
Thank you,
Bill