Test data element setup? | Community
Skip to main content
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 Community_Admin

Navigate to a page where the data element should be available on your site. Open your web console and type in ‘_satellite.getVar(‘dataelementname’) and hit enter. This will return any value that is present for the noted data element on that page. If the value is undefined, then the data element is likely setup incorrectly. If the value is null, then that data element may not have a value on that particular page.

1 reply

Community_Admin
Adobe Employee
Community_AdminAdobe EmployeeAuthorAccepted solution
Adobe Employee
October 16, 2015

Navigate to a page where the data element should be available on your site. Open your web console and type in ‘_satellite.getVar(‘dataelementname’) and hit enter. This will return any value that is present for the noted data element on that page. If the value is undefined, then the data element is likely setup incorrectly. If the value is null, then that data element may not have a value on that particular page.