Questions tagged [adobe-launch]

Launch is the latest tag management system (TMS) from Adobe, providing a simple way to deploy and manage all of the analytics, marketing, and advertising tags necessary to power relevant customer experiences. Launch is designed to replace the previous Dynamic Tag Management (DTM) service.

This tag should be used to tag questions related to configuring or deploying native or 3rd party tags or custom code (e.g. javascript, html) through Adobe Launch.

Adobe Launch Documentation

18 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
1
vote
1 answer

How to filter adobe rules in console tab?

I have recently learned working on Adobe Launch. I wanted to know in the console tab on a webpage which rules are getting fired and which are not met. I used the launch and DTM Switch and it gave me the names of all the rules but I wanted them to be…
0
votes
1 answer

JavaScript: How to convert function to async but return value not in promise?

I have a unique issue. Let's say I have this code, which runs anonymously in a code block called a "Data Element" (Adobe Launch lingo). The code is assigned the name of the data element's name so it can be referenced in the calling components which…
Michael Johns
  • 419
  • 3
  • 21
0
votes
0 answers

why there is unnamed gtag.js cookie along with _ga and _gid cookie? how to rename it from Adobe Launch tag?

why there is unnamed gtag.js cookie along with _ga and _gid cookie? how to rename it from Adobe Launch tag?
0
votes
0 answers

Trying to get YouTube API iFrame to reinitialize when there are multiple YT videos on one page. State remains the same making it difficult to track

YouTube Video API (iFrame) trying to reinitialize with more than 1 youtube video on page. Adobe Analytics Here is the snippet I am using that was provided to me: /*Video Code Block 1 of 2: Append Enable JS API Parameter and Unique Video ID for Video…
0
votes
0 answers

Is there a way to include 'time spent' into pageview call in Adobe Analytics?

I would like to have 'time spent on page' variable as part of the pageview call on subsequent pageview. Is there a way to store this into a variable?
allmine
  • 375
  • 1
  • 3
  • 9
0
votes
1 answer

Listener on a datalayer events

I am trying to add a trigger on adobe launch to fire a rule when the site has a specific data layer event. I did it in the past to fire a rule when someone clicked three times on the site: window.addEventListener('click', function (event) { If…
Blacklover
  • 15
  • 2
0
votes
1 answer

How to setup Adobe Analytics in webapp react typescript using Experience Platform Launch

How to setup Adobe Analytics in web app react typescript using Experience Platform Launch? I have just js scripts like this: and
abrvalg
  • 1
  • 1
0
votes
3 answers

"Translate" utag.link (tealium tracking function) into _satellite.track (Adobe Launch tracking)

we are migrating Tealium web analytics tracking into Adobe Launch. Part of the website is tagged by utag.link method, e.g. utag.link({ "item1" : "item1_value", "item2" : "item2_value", "event" : "event_value"}) and we need to "translate" it…
Payus
  • 1
0
votes
1 answer

Event tracking with Adobe Launch

I am trying to create a single event tracking (form submission) in Adobe Experience Platform data collection. I need to be able to see in Google Analytics the number of users who clicked on the submit button. I am a Data analyst and never used Adobe…
Deep
  • 1
  • 2
0
votes
1 answer

how to implement rules and events for form tracking in adobe Launch?

I am new to adobe Analytics. I am trying to track form errors that are occurring when the user submitting the form without filling the required fields. So here what I did was, passed form values to list prop to capture the values. But I am not…
0
votes
2 answers

How to get the value of the Title of clicked button in Adobe Launch?

I would like to use the custom code of Data Elements in Adobe Launch to get a text value for the parent element of the clicked element. I used $('h2.cmp-teaser__title.wow.animated').text(); method, When i click the…
Aravind
  • 1
  • 1
0
votes
1 answer

Adobe Launch: GTAG events (view_item etc)

I'm struggling with gtag ecom events setup in Adobe Launch (custom code tag type) for Google Ads. Basically I'm adding event data to dataLayer (gtag('event'...)) and nothing happens, at least in network tab however I'm sure there has to be a request…
EdG
  • 27
  • 5
0
votes
1 answer

Not able to set list2 in Adobe Launch in custom code

I am trying to set list2 in my analytics call through custom code but it is not getting set. This issue comes with s.tl() only while with s.t() method, it is triggered correctly. Below is the code :- s.addEvent("event12", true); s.linkTrackVars =…
0
votes
2 answers

How do I get property values for the parent element of a clicked element using Custom Code in Adobe Launch?

I would like to use the custom code of Data Elements in Adobe Launch to get a text value for the parent element of the clicked element. I used $(this).parents('h3').text() method, but when I checked with debug tool, the text value is not collected…
Moon
  • 1
  • 1
1
2