Reputation: 1
I am trying to create a single event tracking (form submission) in Adobe Experience Platform data collection. I need to be able to see in Google Analytics the number of users who clicked on the submit button. I am a Data analyst and never used Adobe launch before. I assume this task is for someone with web analytics experience? It will be helpful to know.
Anyhow, on the browser's developer tools, I tried running the below command in the console
adobeDataLayer.getState();
However, I am getting the below error:
VM196:1 Uncaught ReferenceError: adobeDataLayer is not defined at :1:1
Can someone please explain what is the issue? Do I need to define the adobe Data Layer. If yes, is that something I can do by referring to online resources or it's something that an experienced person can do considering I have a time limit to accomplish this task.
Thank you!
Upvotes: 0
Views: 534
Reputation: 8111
That's it. The adobeDataLayer.getState() should be available along with the data layer array itself.
Upvotes: 0