Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.
Hey All!Our percent (25,50,75,100) video rules seem to be firing multiple times. My hunch is they are firing stacked on top of each other. So the 25 percent is firing on 50,75, 100, etc. and on our Video Complete tag. Any thoughts why this may be happening?Any way I can create a condition that says ...
DTM used to have a deploy webhook, used together with the download zip option, when publishing changes / new library (so our code was made aware of the change and could download zip). Cannot find similar in Launch?
Hi,I encountered the following problem:When using the Android SDK I would like to send the user's individual game score as a numeric value together with an action.So in Android I normally useHashMap cdata = new HashMap<String, Object>();cdata.put("myapp.evar.game_score", 12345);Analytics.trackAction...
Hi Masters!I'm trying to figure out how the Product String Launch Extension works.I'm tagging a checkout page, and I would like to set the product ids (array) using this extension. The documentation is not very clear (Use bracket notation to denote any object in the variable that is an array ( i.e. ...
Hi all,I am trying to set up tracking for a website and would like to send data to two separate production report suites (one new and one old). I can see that option available in the Adobe Launch, however, once I enter both report suites Adobe Launch is asking me to fill Tracking Server values.So, m...
Hi All,Documentation for Mobile App Analytics says that it is possible to track to within 1m of a users location with the tracklocation method:see bottom table in: Lifecycle Metrics However in discussion with some people, there is debate as to if this is possible or not in Australia. Does tracking p...
When we access a url with a hashtag (https://mysite.com/#/?s_cid=test) the value "test" isn't setting on data elements or campaign configuration in adobe launch. Example:________________Do you know why this is happening? Is there any configuration we are supposed to make to get URL parameters in sin...
I have this strange problem with Launch. I’m setting up a new property and have already setup my data elements, rules, extensions etc. I've created the library and published my changes to Development.In my dev site, I can verify that it’s loading the dev Launch environment. Using Experience Cloud de...
I am facing an issue with our implementation utilizing Adobe Launch and Adobe Analytics. We have a direct call rule configured in Launch which is fired from _satellite.track(). In our case, immediately after _satellite.track() is fired, the user is redirected to another URL. This means that in many ...
How can I set a data element (I have it created as a custom code data element) from a rule? Basically I want the rule to fire when a user clicks a certain tile (there's a row of tiles with links). The following javascript figures out which tile it is and then tries to set the data element, but it's ...