-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discrepancy in VAST Impression Tracking #12375
Comments
@dgirardi Could you please take a look at this issue? I noticed you've worked on this, so any insights you have would be really helpful |
I am interpreting this as a feature request: make the bid request available in callbacks passed to |
@dgirardi We (analytics adapters) would want to have request and auction level info. |
If requested mediatype and context are available in bidResponse does that solve completely? Are the gam numbers higher or lower than yours? |
Could you clarify what you mean by data not available? Do you need to package that data into the VAST, before the auction ends (and some of the data does not exist yet)? Otherwise I think an analytics adapter should have access to all that information - passing auction / request to |
|
|
@dgirardi @patmmccann Were you able to check this ? |
@dgirardi @patmmccann Just looping back on this. Let me know if you need any clarification. |
@vivekyadav15 we're marking this ready for dev, thanks for the details |
@patmmccann @dgirardi Thank you!! for looking into this. |
Type of issue
Description of issue
Description:
Raising this to discuss two issues identified during the implementation of the
registerVastTrackers
function in an analytics adapter for recording instream impressions, it is essential to have access to certainadUnit
,auction
andbidRequest
information to ensure accurate data handling.ISSUE 1 Some necessary information like requested mediatype, context etc is not available in
bidResponse
. SoadUnit
,auction
andbidRequest
information obtained from analytics events becomes crucial for recording such data in impression pixels. However, in some instances, this data is unavailable due to debounce delays in analytics adapters. This delay has led to a 15–30% discrepancy between GAM and our recorded impressions, as the data required to log impressions is not always accessible.ISSUE 2 Since
context
is unavailable it becomes difficult to write business logic to add tracker for specific context.Details about
adUnit
,auction
andbidRequest
information we access is listed below.args.timeout
args.adUnits.video.context
args.adUnits.ext
args.bidderRequests.bids.userId
args.timestamp
)args.timestamp
)args.timestamp
)args.timestamp
)args.bidderRequests.bids.floorData
args.bids.mediaTypes
args.start
)args.bids.params
args.bids.sizes
Other link
#9110
#10191
The text was updated successfully, but these errors were encountered: