@MichaelJo13Can you confirm have done with below steps.0) Create a xdm template(here you are defining the common variables.) 1) Creating the xdm variable as below.2) Creating the data variable and should select Adobe analytics check box.3) Merge the above variable by leveraging core-merged objects.4...
Hi Team, I'm facing an issue when rearranging items in a Free form table within Adobe Analytics for all the browser. Here's what happens:1. I try to rearrange columns/rows for the first time, but they snap back to their original positions.2. On the second attempt, the rearrangement works as expected...
@leocwlau @bjoern__koth @Jennifer_DunganThanks for your suggestions Yes you guys are right, its just a hot-fix and temporary solution its not recommended for every release.What I am following like Once issue is fixed I am creating ticket in JIRA to take care of this fix from AEM development on next...
In today’s fast-paced digital world, website performance and user experience are critical. However, fixing website issues often requires development efforts, QA cycles, and deployment processes that take time and can delay urgent fixes. With Adobe Launch we have an innovative solution that allows fo...
Hi @AnkitAg3 Adobe API token will expiry after 24 hoursYou can use this code fetch bearer token dynamically.let accessToken = null;let tokenExpirationTime = null;// Function to fetch a new Bearer tokenasync function fetchBearerToken() {const response = await fetch('https://example.com/api/token', {m...
Hi @nyambol can you try to place one order from any of the Apple IOS devices in dev environment andcheck when purchase event is set s.products variable are capturing values or not.Some times based on device ISP speed it will not capture and set this values in data layer. because of internet speed th...
Hi @CongQi You can try thisGET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/projectsby passing x-api-key: {OAUTHTOKEN}" and Authorization: Bearer {ACCESSTOKEN}"You should receive response as below.Note: It will return the report suite list which this API project is assigned.{"content": [{"id"...
Hi @firefighteradi I just saw your attached screenshot you could validate on below scenarios to get it fixed.1. Its looks like your data layer for page url might be sending referrer or previous page url.Check the data layer value by accessing the site.2. Can you confirm the page name My cart page is...