Expand my Community achievements bar.

SOLVED

Tracking pages with no <head> and <body> tag on pages

Avatar

Level 2

Hi Guys,

I am trying and checking the possible ways to track default aspx pages with no possible HTML tags <head> and <body> template tags.Is it really possible to track the pages or best practice to track with no head and body tags to add code snippets or is there any alternate implementation .

Please suggest and help me.

Thanks

BS.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

In this case you Direct call rules may be used to fire your code.

Not sure how the aspx needs to be modified but in theory you could trigger a satellite track call for each new page. Also may have to investigate how to modify the data layer in aspx as well. This will require you to use DTM(Dynamic tag Manager) FYI. I have to preface I have never myself used this in aspx.

Create New Rule

Good luck

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

In this case you Direct call rules may be used to fire your code.

Not sure how the aspx needs to be modified but in theory you could trigger a satellite track call for each new page. Also may have to investigate how to modify the data layer in aspx as well. This will require you to use DTM(Dynamic tag Manager) FYI. I have to preface I have never myself used this in aspx.

Create New Rule

Good luck