Viewability in Data Transfer
Discover Active View information about each impression
Where to find viewability information
Data Transfer includes Active View information about impressions. Below are the fields you can use to determine which impressions were eligible for measurement, measurable, and ultimately viewable by users:
- ActiveViewEligibleImpression in the
NetworkImpressions
files. - MeasurableImpression in the
NetworkActiveViews
files. - ViewableImpression in the
NetworkActiveViews
files.
Find impressions that were measurable, but not viewable
The NetworkActiveViews
files only contain impressions that either weren't measurable or were both measurable and viewable.
To identify measurable impressions that weren't viewable, follow the steps below:
- Filter impressions in the
NetworkImpressions
file where ActiveViewEligibleImpression = 'Y'. - Match impressions from the
NetworkImpressions
file and theNetworkActiveViews
file using the Keypart and TimeUsec2 fields. - Filter out impressions where MeasurableImpression = 'N' in the
NetworkActiveViews
file. - Filter out impressions where ViewableImpression = 'Y' in the
NetworkActiveViews
file.
Was this helpful?
How can we improve it?