Skip to content
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

How to make analytics module able to track instream bidwon event #9055

Closed
matthieularere-msq opened this issue Sep 29, 2022 · 4 comments
Closed
Labels

Comments

@matthieularere-msq
Copy link
Contributor

Type of issue

Feature request

Description

Analytics modules are able to track bidwon events for banner, native and outstream mediatypes, but when it comes to instream there seem to be unable to track this event.

I guess this is related to the vast creative format which is simply called by the video player without involving prebid.js anymore after the winning bid is selected.

From an analytic module point of view, it would be interesting to find a way to make some pixel to be call when the vast video is loaded. I think the easiest way to do so would be to add an impression pixel inside the vast creative itself. This could be option in prebid.js config to allow which analytics modules would be allowed to get their insteal pixel inserted in the vast.

I this something doable ?

Thanks,
Matthieu

@dgirardi
Copy link
Collaborator

There's an ongoing effort to make video easier that I believe attempts to solve this: #8858

@patmmccann
Copy link
Collaborator

might be useful if this had the adid in it

<AdSystem>prebid.org wrapper</AdSystem>

@patmmccann
Copy link
Collaborator

it seems like this one also occurs, https://github.com/prebid/prebid-server/blob/4dfe9e35d7b7cc0ad851e9530f1d5f00287fbed8/exchange/auction.go#L299 so a commit to add uuid or adid would be needed in both places

@patmmccann
Copy link
Collaborator

duplicate on #9085

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants