ACDL error | Community
Skip to main content
Level 3
December 4, 2023
Solved

ACDL error

  • December 4, 2023
  • 1 reply
  • 738 views

Hi every one ,

  Does dataLayer initiate the below array

window.adobeDataLayer = window.adobeDataLayer || [];

 

I have again written the same and pushed some dataLayer.

Is that the reason why I am getting this error that I am loading second time.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by abhinavbalooni

yeah


@sa30 This is from extension document. Have a look at the note.

 

 Link: https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/client/client-data-layer/overview.html?lang=en

1 reply

abhinavbalooni
Community Advisor
Community Advisor
December 4, 2023

Hey @sa30 

You are using ACDL which is initiated throguh AEM already. 

So your understanding is correct. You can find the exact documentation here: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/data-layer/overview.html?lang=en#installation-activation

SA30Author
Level 3
December 4, 2023

So, it isn't because of the ACDL extension in Launch . But due to the AEM being loaded in site?

 

abhinavbalooni
Community Advisor
Community Advisor
December 4, 2023

yeah