Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Test data element setup?

Avatar

Employee

My data element setup does not seem to be working - how do I test it?

1 Accepted Solution

Avatar

Correct answer by
Employee

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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.