Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Data Layer values not accepted in .net site

Avatar

Level 2

Hi Team,

It have been a long time since I have requested for your valuable assistance. I have created a .net site and I am currently trying to implement Adobe Analytics inside it(Launch based implementation). The launch script is called successfully but prior to that the javascript data layer for which I have included the digitaldata and the associated variables is not being tracked in the Cloud debugger, so the evars associated with these are not working correctly. I am confused and if there is a seperate way for .net implementation of adobe analytics, could you guys please help me out? Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 3

Dear Arjun

Couple of things I would like to know from your before suggesting solution

1. is your application SPA or multi-page?

2. Do you firing rule for pageview on pageload of any page?

3. What event you are firing and you are not getting your datalayer captured in debugger?

There could be separate recommendations for SPA and separate for Multi page application.

Share more information so that we can help you

Ajay

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Dear Arjun

Couple of things I would like to know from your before suggesting solution

1. is your application SPA or multi-page?

2. Do you firing rule for pageview on pageload of any page?

3. What event you are firing and you are not getting your datalayer captured in debugger?

There could be separate recommendations for SPA and separate for Multi page application.

Share more information so that we can help you

Ajay

Avatar

Level 2

Answers to your question:

1. Currently it is a test application which is not SPA

2. The script is defined in document.ready

3. I am not firing any event since data-layer seems similar to a declaration and those values are defined in javascript but not send to the adobe server. The variables like environment,product,application, page name etc are defined under the page section in the digitaldata declaration