Hi,I am trying to integrate the mobile app analytics integration since I never done this before this, How can i triggered a event from app on interaction as in web we use _satellite.track("click") and along with how can i set the value in evar since in app we don't have data layer. If possible can g...
our network is locked down and we need to do a request to security to unblock external endpoints. For our mobile developers to dev/debug on their macbooks- what is the complete list of domains / subdomains /urls that need to be unblocked so they can connect 100% to Adobe's new mobile experience plat...
On idea: I'd like more control over how and when data elements are evaluated. Issue:You have a data element that accesses an object/property: "page.name[0].length"If that object or property doesn't exist (or you know it will show up later), JS throws undefined errors as soon as the page loads. Idea:...
Hello Folks! I am facing a weird issue. Have implemented Web SDK to capture AA data. I am using processing rules to populate many eVars and props. But to my surprise none of processing rules were firing and all my custom variables had no data. I found that an overall condition ("implementationDetail...
Hello all, We use the "product syntax" variety of merchandising eVars in a few places. Note that this is where you specify eVars (and events) tied to a specific product in a list of products. The legacy AppMeasurement/s_code example looks a bit like: products=;this;1;1.11;event1=1|event2=2;eVar60=a|...
Hello all, It seems that listVars are not automatically mapped to Analytics when ingested from the Adobe Edge. _experience.analytics.customDimensions.lists.list1.list = [ { value: 'a' }, { value: 'b' } ... ] This validates just fine in the dataset, but "list1" in Analytics doesn't get any love. Is t...
Hey community, It seems that since the release of Core extension 3.1+ in Adobe Launch, our code to retrieve a property of "event.detail" does not work.We used to create a Data Element of type "Javascript Variable" with "event.detail.myproperty". Now it seems that a "Javascript Variable" no longer ha...
Hello guys,Any suggestion how to define different tracking code from different Sources (web portal)in inbound by using web sdk or Adobe Launch Server?Thanks