Hi, Adobe Analytics begginer here. I am trying to create a conversion variable from a dataLayer object on my site. It looks like this: I can see both the "application" and "team" on Adobe Analytics as they are text strings, but not the "appid" one (this one changes as the user switches from one app...
Hi Team, To my knowledge previously it was possible to retrieve the token from Adobe through an API endpoint and we had automated that process, but later it was not possible to get the token through that manner and we are currently using the developer console to fetch the access token to run our p...
I used trackTimedActionStart and trackTimedActionEnd in my application for getting time taken by a user to do some action in the now sunsetting mobile-services sdk. How can I achieve the same with Adobe experience sdk.
Hello all,I have added one rule for commerce.purchase event to collect the purchase order data from our adobe commerce website. But in the debugger, we noticed that the event is being called multiple times that too with different/additional data, for example, both of the event calls has different va...
Hello all,We have a adobe commerce website implemented with adobe experience platform connector extension and adobe launch. We are also using adobe client data layer and AEP Web SDK schema for data collection. I have created a processing rule to track the Order ID from the data layer. I have used p...
Hi All, Our company has xyz.com as primary domain and meetings.xyz.com as sub-domain. Xyz.com implementation is quite old and difficult to manage if we start implementing meetings.xyz.com as well from same web property. Is it good idea to create separate property in launch for sub-domain? We would...
I'm looking to use AA to track how many visitors who visited this specific page end up filling out a form on our website. Can AA's Flow be used to track this? If not, are there any other possibilities to do this?
Hi All, From the below documentation: https://developer.adobe.com/client-sdks/documentation/upgrade-platform-sdks/analytics-comparison/ I can see that trackTimedActionStart, trackTimedActionUpdate, trackTimedActionEnd & trackTimedActionExists functionality can be recreated using the Analytics an...
Hi everyone! We set s.pageName and then duplicate this to our page name eVar using D=pageName. I've noticed on some pages, there's an s.tl() call before the s.t() call. s.tl() calls string strip the page name value, so does this mean it will also strip the value from the eVar as there will be nothin...