DTM Footer Code | Community
Skip to main content
piyusha10378823
January 27, 2017
Solved

DTM Footer Code

  • January 27, 2017
  • 4 replies
  • 3443 views

Hi All,

I want to know what is the role of _satellite.pageBottom() i.e. Footer code in our pages? 

What will happen if I remove only footer code from my webpages?

What will be its effect on data collection.

I see my stellite code is triggering if i remove those codes.

 

Thank You 

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 jantzen_b

Hi,

Removing the page bottom embed code would result in an unsupported implementation. Some DTM functions may not function at all (Ie anything firing at bottom of page).

Can I ask why you'd like to remove the page bottom call?

Cheers,
Jantzen

4 replies

andrew_r-GrfLbX
Level 5
January 27, 2017

The pageBottom tag allows for page bottom rules to be run and for much more granular timing of rules to be fired.

piyusha10378823
January 27, 2017

If possible Please elaborate more on granular timing of rule ?

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
January 27, 2017

Hi,

Removing the page bottom embed code would result in an unsupported implementation. Some DTM functions may not function at all (Ie anything firing at bottom of page).

Can I ask why you'd like to remove the page bottom call?

Cheers,
Jantzen

GaMeur1
Level 3
October 18, 2017

Hi,

for example, you could want to trigger page load rules only when you say a page is loaded, so you would like to trigger _satellite.pageBottom outside of the source code of each page. Best example : website as Single Page Application that doesn't really load a page each time but rather update the content...

See also this thread: DTM change pageBottom() behavior or else add a new/custom callback event