Hi all, New to launch so apologies if this is a basic question! Is there a way to use context data that already exists to populate eVars and props using adobe launch rather than the Analytics interface? Thanks!
Is the AEP Mobile SDK capable of tracking user selections within system alerts?For instance, can trackAction be called on the location permission options depicted in this screenshot? (i.e. "Allow While Using App", "Allow Once", "Don't Allow")
I'm trying to create a rule where when a user clicks an icon on the page the rule fires. The icon is however within an iframe, and i cannot target the URL.
Hi community, has someone succesfully implemented pinterest tracking through use of the extension that is available to install?I was unable to get the different event actions to fire, using the official Pinterest tag helper chrome extension I could see that when the different rules fired it just ini...
Hello everyone,I am going to track lat and long with my Mobile App. So far I installed the extension for Places Service and Monitor in the Adobe Mobile Launch property and already provided the initialization code for Places Service and Monitor. Any suggestion about which method must be implemented i...
I'm registering a callback using s.registerPostTrackCallback() . In particular, within the console I'm testing withs.registerPostTrackCallback(function(){console.log('test text')};On the page, I click an object that sends an s.t() beacon and the network calls show that only one beacon fired, but the...
Hello everyone, Any suggestion to identify the EXIT Link in the Adobe Launch Web Property as showed in the pic below? I m thinking of find something like regex in order to catch EXIT link. Currently I have more than 100 possible external links. Thanks
Hello everyone, I am setting a cookie with _satellite.cookie.set(digitalData,digitalData); Basically I am thinking of storing the digitalData in th cookie, ONLY for authenticated users and re-use it where I need, by using _satellite.cookie.get. My question is, how to read the digitalData json ? For ...
Hello everyone, I want to track the user (logged user) across a wizard form, For instance I want to track his user ID, his choices (Drop-down language, multi check box for his interest and so on ). My question, how I can pass these params until the form is submitted?Thanks