Hi Arun! Many thanks for the response. I'm using the visits and unique visitors metrics to break down my reports. Would this display the same behaviour as occurrences?
Hi everyone! We're putting together tracking on an app and I've seen that you need to use the trackAction and trackState methods which are part of the Mobile Core API. I've watched a couple of video tutorials and it makes sense. So I'm wondering where 'Events handled by Analytics' using the Analytic...
Hi Charles. This code is not in doPlugins, it's just added to the custom code in the 'Set Variables' action in the page load rule. Regarding the URL, are you based in the UK as our site isn't properly available internationally?
Hi everyone!We've migrated from DTM to Launch.We have some legacy page view events in our custom code that fire both the hit and visit based variant of the event when a customer visits a specific page: if (pageName == "section|subsection1|subsection2|title") {
s.events = s.events ? s.events += ',' ...
Hi everyone!We have published a visitor based Analytics segment to the Experience Cloud for use in Target.The segment consists of 'visited page A but haven't visited page B'.We've then used this as an audience for a Target Experience.However, we're already seeing the Target Experience as a dimension...
Achieved this using the adobe.target.getOffers() method in the at.js 2.0 API and a bit of custom code that resets the SDID to s.visitor._supplementalDataIDLast.In my rule in Launch, I have the custom code that resets the SDID followed by the below which uses the Target API to manually set the SDID: ...