Hi,Based on the documentation, Launch doesn't support IE10 and below in case of the client-side libraries.For various reasons, we have some pages that are running in IE7 and IE8 compatibility mode. It means that even if a user opens a page like that in the latest version of IE, the browser will act ...
Hi, I am doing a generic link tracking across my website and tracking it as follows on click of that link,s.clearVars() var linkName; s.linkTrackVars = 'prop1,eVar1,events';s.linkTrackEvents = 'event1';s.events = 'event1';linkName = "linkclick";s.prop1 = s.eVar1 = s.pageName+":"+linkName;When I chec...
Hi All, We have recently migrated our property from Adobe DTM to Launch. I have a direct call rule, in which evars and props are set using mapping at UI level in Launch, however events and products are set in the custom code of same section "Set Variables" under Action in launch. Now , the call to D...
Hi everyone,We have recently migrated our property from Adobe DTM to Adobe Launch. We wanted our script to load asynchronously, hence we had removed "async" from our header script. The execution call for Direct call Rule is written in following manner in our code :try { window._satellite.track(...
Hi everyone, We have recently migrated our property from Adobe DTM to Adobe Launch. We wanted our script to load asynchronously, hence we had removed "async" from our header script. The execution call for Direct call Rule is written in following manner in our code : try { window._satellite.tra...
I am migrating a property from DTM to Launch. I have a couple of rules that trigger on Library Loaded that I need to fire early, so I set the Order value to 10 and 20. All the others are the default of 50.The rule with an order of 10 always fires first, but one with an order of 20 always fires aft...
I have a third party JS to be added to my site. I know such things are done through Extensions - but the JS I am trying to add is from a very custom small third party vendor. So I am not sure , if we will have an extension any time soon. Is using "Extensions" the only option I have ? Or Can i do som...
Is it possible to set up an event in the Mobile Services UI to fire whenever a specific trackState runs? I know you can do it with the action context variable (e.g., a.action=login), but I'd love to be able to increment an event whenever a specific state/page occurs, and to do this via the UI.Thanks...
Hi everyone,Does anyone know a solution on how to set the in-app banner to appear until clickthrough, but limit the delivery to just once per session?Thank you!