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…
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…
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: ... But I am getting errors in the browser that…
pvma
  • 403
  • 8
  • 14
1
vote
1 answer

Sub domain tracking in adobe analytics

I have a main website mywebsite.com where I have some links which takes to abc.mywebsite.com, both of these websites are being tracked using Adobe Analytics. When user moves from parent domain to subdomain same mid is being carry forwaded. User can…
221B
  • 831
  • 2
  • 11
  • 21
1
vote
1 answer

Fire rule when Enter Key is pressed. Adobe DTM

I have this code in my Custom code section of an event based rule in DTM. I am trying to fire the rule upon the Enter key press. The input is not within a form element. How to I get the Keycode scoped into my custom page code? Any help would be…
Nato
  • 162
  • 1
  • 15
1
vote
0 answers

DTM: Is Delay Link Activation of 250ms really necessary?

It is explained or implied somewhere in the DTM documentation, that the Delay Link Activation option is there so that the Analytics call can be made before the current page unloads. Is this really necessary? It seems to assume that the Analytics…
Alex R
  • 11,364
  • 15
  • 100
  • 180
0
votes
1 answer

Page view is not getting triggered in Page view in adobe analytics in SPA

Guys last week am struggling with implementing page view in adobe analytics These are the things in had done so far Added adobe scripts in header and added an object like const data = { page: { pageInfo: { pageName: "", }, …
midhun k
  • 546
  • 1
  • 12
  • 28
0
votes
1 answer

How to track HTML changes from another team that could break analytics rule conditions?

My department has analytic rule conditions in DTM that trigger events based on particular classes or custom data attributes. I'm concerned that if our dev team makes a change that would break the rule, we wouldn't find out until it's discovered that…
Michael
  • 13
  • 2
0
votes
1 answer

Event to fire in DTM after async API

I am new to Adobe Analytics and DTM. On my website, an asynchronous API is creating a div on the page dynamically. This DIV has a special CSS class, let's say "wantedClass". I want to create 2 rules : A rule that fires once the DIV appears on the…
HelpASisterOut
  • 3,085
  • 16
  • 45
  • 89
0
votes
0 answers

Using CSS selector in DTM to create an event based rule

I plan to track when a user clicks on a navigation menu buttons, the buttons are "Team" and "Career" banner buttons to be exact, however, I don't want to track the "Contact Us" button. All three buttons are identified with a unique id in CSS on my…
0
votes
0 answers

Satellite doesnt send request to report suite in Adobe Analytics only for ios

I have hybrid app with native part (Adobe Mobile Library) and web app (Satellite). All works fine on our uat apps. Hits from native part and web part are send to uat report suite. Problem occurs only for iOS prod app. I checked 100 times config…
Rafael
  • 1
0
votes
1 answer

Adobe DTM Pass Unix Timestamp to eVar

I'd like to pass the Unix timestamp to a hit level eVar in DTM. I would assume I could pass some Javascript like this: function() { var now = new Date(); return now.getTime(); } However, I am not sure where to pass it in DTM. Would this be…
ericbrownaustin
  • 1,230
  • 4
  • 18
  • 36
1
2