In Adobe Launch, I am trying to raise events in custom code on a click event. Below is the code that fires the events in custom code.s.linkTrackVars="events";s.linkTrackEvents="event63,event563";s.events="event63,event563";This code works fine in DTM but does not work in Launch, Anything different i...
I am seeking to find out if it is possible to execute a launch call from a platform that does not have a dedicated adobe sdk.Example would be for:RokuSmart TVs with the javascript sdkThanks!
We implemeted everything on Android but message is not displayed on trigger and we got this message. Can you help with this message?thanksADBMobile Error : Message - No Current Activity (Messages must have a reference to the current activity to work properly)
I am just starting to use Launch for the first time. When installing the Target extension I am getting an error that the mbox name is not valid due to underscores in the name.Has anyone experienced this as well? I can not change the mbox name at this point as there are too many campaigns running aga...
I have a series of check boxes. See source HTML below.When the checkbox is clicked, I want Adobe Launch to capture the "id" and push into Adobe Analytics which clicked without having to wait for a pageload.I have configured a rule to capture "id" for element "input" on mouse click.However, the rule ...
We are running into issues where a JSON is undefined in a subsequent page by design.Suppose a data layer in an SPA:Page 1: digitalData.abc returns "label X"Page 2: digitalData.abc returns undefinedThe data element (DE) that maps to it would:Page 1: DE returns "label X" !Page 2: DE returns "label X"W...
I need to track internal search terms, so I created a rule that triggers when a search is submitted. I also have a global page load rule to track all pageviews. Now, when a user submits a search, there are two rules firing. One s.tl() rule for the search (sending search term, number of results and u...
I'd like to track video events on a YouTube video I have embedded on our site, and I'd like to do it through the YouTube Embed extension. So far I've set up the rule event like this, and I've added the appropriate Analytics variables and beacon call: I also appended the enablejsapi=1 param to the yo...
Hi, Currently in one of our script, we use _satellite.Logger.getHistory to find out the entire history of what has been fired on a given page with DTM. However, when we try the same with Launch, it doesn't seem to recognize it as a command? Could you pls provide some insights. Also it would be helpf...
Can Adobe Launch take a value from the query string, encrypt or obfuscate that value and push the encrypted/obfuscated value to Adobe Analytics?If so, how?How would be decrypt/un-obfuscate those values stored in Adobe Analytics?Thanks