Questions tagged [adobe-dtm]
23 questions
3
votes
1 answer
Data element click URL Really not possible in Adobe Launch?
Is there really no way for data elements to return click URL? I know you can return event.element.href and setvar in RULES but I want this done through data elements for many reasons I don't have to elaborate on. Why is something as BASIC as click…

xmunchaser
- 33
- 4
2
votes
1 answer
Custom event rule not firing in Adobe DTM
I'm using DTM to listen for an event-based rule, named "My Custom Rule". The event type is "custom", as I'm using custom events to track actions from a 3rd party widget. This is my configuration below. It's fairly bland, and I have no conditions…

Scott Coates
- 2,462
- 5
- 31
- 40
1
vote
1 answer
SPA DTM analytics pagename issue
I am using Angular SPA with DTM.Using custom event based rules, I am able to get all my data including pageName, v41,v42 as correct. Now inside adobe editor, i am storing pagename to s.pageName and some hard-coded value to s.server. I have verified…

Tarun Prakash
- 53
- 9
1
vote
2 answers
Unable to get current click value through Adobe Launch
I created a click event in adobe launch which will capture the value of the link and send it to analytics. I have created a data element for saving the value and in my DOM I am saving value in local storage.
Local storage…

harshit singh
- 11
- 5
1
vote
1 answer
Can I put the _satellite.pageBottom(); on a JS file?
Normally, you will put the _satellite.pageBottom() method as much as you can on lowest part of the html, just like:
...