Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Hi,I implemented launch async script. I see the analytics request firing correctly. But, by DTM switch is disabled? Any ideas why my DTM switch is disabled?I am not able to change environments? The site where I am implementing the launch async script in the <head> section is single page application....
I am writing setting an event in the Launch interface, and then adding a conditional event with JavaScript in the custom call section:if (_satellite.getVar('dl-event-eventType')!==''){ s.events = s.events + ",event83"; console.log(s.events);}My console log here is outputting:event82,event83How...
I implemented the async launch script in the head section. But, when I load the page and see it in console, I get the error _satellite.getVar is not a function.Any idea what could be the issue?ThanksAnkit
We have been following the Launch API since its inception. Thanks to the active team for introducing new tools and technologies periodically.With Launch API, we have been doing some in-house experiments and we're finding it pretty interesting!We have been following the URL: Launch Documentation to ...
We would like to keep the default download link tracking configured in the Analytics Extension's "Link Tracking" section with the default file extensions in place. But there are a few lightboxes which should not count towards a download. But as there is no specific rule for these, and the lnk_d is t...
Hi,We recently enabled acquisitions in mobile services but having trouble with seeing first launch data in the Adobe Mobile Services UI.The clicks data is populating but the first launches is still 0 and we also don't see any context data in the Adobe Analytics UI. We've had our developer follow eve...
Hi,when configuring a new rule to fire a tracking request I set three actions:1. Set Variables2. Send Beacon3. Clear VariablesAfter testing I see an Adobe Analytics request without any props or evars.And when looking at the published rule it looks like:1. Send Beacon2. Set Variables3. Clear Variable...
Hello,I have integrated Adobe Launch with AEM 6.4 and I am having issues with updated Launch config to be shown on AEM.Pre-requisite:AEM and Launch integration has been setupSteps to produce issue:Make any changes in Adobe Launch (e.g. create a rule to rename the page title)Publish the change in Ado...
I'm seeing a problem in launch with my Analytics action order. If I:create a rule (click-based, FWIW)add the "Adobe Analytics: Set Variables" action (and add in my variables)save the rulere-open the ruleadd the "Adobe Analytics: Send Beacon" action to fire AFTER my Set Variables (s.tl, if that makes...