Are data elements needed for browser tech in Launch? | Community
Skip to main content
Level 2
January 27, 2020
Solved

Are data elements needed for browser tech in Launch?

  • January 27, 2020
  • 1 reply
  • 1478 views

I'm setting up a launch property, and haven't created any data elements for Browser technologies (type, java/javascript versions, browser window size). But I see that data in the Cloud Debugger, and seem to be getting that data in my test reporting.

That's great! Is there a reference to what data is always included separate from that specified by the created data elements?

 

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 Andrey_Osadchuk

Not sure if there is a specification about what variables are set automatically. It will be challenging to prepare such a guidance as the list of variables may vary depending on library configuration, plug-ins, onsite events.

 

You may want to read this page, the chapter Pre-configured reports in Reports & Analytics explains what gets available out of the box. It not only covers the data captured in variables that you see in the debugger but also the info from http headers (e.g. user-agent you were referring to).

https://docs.adobe.com/content/help/en/analytics/components/variables/dimensions-reports/dimension-compatibility.html

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
January 29, 2020

Not sure if there is a specification about what variables are set automatically. It will be challenging to prepare such a guidance as the list of variables may vary depending on library configuration, plug-ins, onsite events.

 

You may want to read this page, the chapter Pre-configured reports in Reports & Analytics explains what gets available out of the box. It not only covers the data captured in variables that you see in the debugger but also the info from http headers (e.g. user-agent you were referring to).

https://docs.adobe.com/content/help/en/analytics/components/variables/dimensions-reports/dimension-compatibility.html

JoeCa16Author
Level 2
January 29, 2020
Thank you - this doc is very helpful.