I am using the common analytics plugin to initialise getPageLoadTime & also setting some other cookies for prevPageName etc. It works on dev & stage but on prod gives below warnings Cookie “TEST_AMCV_COOKIE_WRITE” has been rejected for invalid domain - all environments Cookie “s_plt” has been reje...
Hi all, I'm at my wit's end trying to figure out why a relatively simple tag is firing twice on the page. It's a gtag (google analytics tag) that fires on click of an anchor element with the telephone attribute. (see pictures below) This is the script inside of the action 'Tag: GA4 telephone_click...
I am trying to use optional chaining in the custom code part of a rule. It tells me that Optional chaining' is only available in ES11 (use 'esversion: 11').I have looked in the documentation and tried to figure out how to do this but i am stuck. If i could get pointed in the right direction or somet...
In the past, my team and I have used the `_satellite.buildInfo` object for the AppMeasurement library to identify which property and deployment have enabled specific types of data collection. We want to deploy something similar for our Mobile App, which uses the Adobe Mobile SDK + Adobe Launch Mobil...
I have multiple libraries in launch and one of them must load first than the others. Is this possible? If not, how is the loading order of the libraries defined, by creation date? Best regards
Hi everyone! I’m not a dev, so not in charge of the datalayer implementation but i’m debugging it. while creating my data elements, following all the instructions in tutorials and referencing to the computed state, I see my evars and events getting sent to AA correctly, however, my evars are popul...
Hi We have implemented Web SDK on our websites and a tag in Data Collection. We have a scenario where we have common data layer across sites, common launch script but we need to send data to different report suites from datastream depending upon either a value in datalayer or a folder structure in...
How to get closest value on click using adobe launch? In this case I want to capture product detail in evar when "add to cart" button is clicked. I used the below code. I can see "add to cart" button value and not the product detail value. Also pls share some content to read on this concept. I gues...
Hello all,I am trying to implement s.events="purchase,event10=9.95" in my project using Adobe Analytics Platform Web SDK.If I add the value in the Products string, in the report suite, the custom event data is showing as a cumulative value for each unit i.e if an order has 2 units, and I am sending...