What code to track for "browse report", "operating system report"? | Community
Skip to main content
November 2, 2016
Solved

What code to track for "browse report", "operating system report"?

  • November 2, 2016
  • 1 reply
  • 667 views

I got a bunch of reports showing there is no record/metrics for "browse report", "operating system report" from adobe analytics omniture tool, but I can see there existed interactions or visits on that day, anything need to be updated in the tool?
Also, which code is used to generate these metrics? Is that _satellite.pageBottom()? Anything else?


Any help is much appreciated!

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 lisac45807183

Hi Shu

_satellite.pageBottom() is the footer code for DTM. DTM is Adobe's Tag Management System, so this code is the second half of the tag container (there should also be header code at the top of the page).

Adobe Analytics is then fired from within DTM. 

Browser and OS are out of the box reports, and don't require any custom implementation to make them run. They are derived from the User Agent string which you can see in the network tab of developer tools in your browser.

What metrics are you using in the Browser Report/ OS report? They could impact whether you see a 'None' value.

1 reply

lisac45807183
lisac45807183Accepted solution
Level 2
November 4, 2016

Hi Shu

_satellite.pageBottom() is the footer code for DTM. DTM is Adobe's Tag Management System, so this code is the second half of the tag container (there should also be header code at the top of the page).

Adobe Analytics is then fired from within DTM. 

Browser and OS are out of the box reports, and don't require any custom implementation to make them run. They are derived from the User Agent string which you can see in the network tab of developer tools in your browser.

What metrics are you using in the Browser Report/ OS report? They could impact whether you see a 'None' value.