-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support video line items #61
Comments
With some modifications to the creative (see code here), you should be able to. I haven't tried it myself, but it looks like you'd use the VAST redirect creative type: https://developers.google.com/ad-manager/api/reference/v201802/CreativeService.VastRedirectCreative |
@mwaqarakram94 were you ever able to configure this? I have my creative config set to: And I'm receiving an error of: KeyError: 'vastRedirectType' |
Not sure if anyone else is still having this issue but I figured it out. There are two files that you need to make changes. In create_creatives.py update the config to look like this: And in create_line_items.py update the line_items_config to look like this: That should allow you to create the video line items. You may need to make some tweaks for your specific instance but that should work. @kmjennison -> The above should be the solution to this. Unsure how you would make it configurable but that should do the trick. |
@andrew-sotiriou Thanks! Implementing #84 should make the tool flexible enough to support this. |
Hey can we use this tool for video line items as well,
For Prebid for video
http://prebid.org/adops/setting-up-prebid-video-in-dfp.html
The text was updated successfully, but these errors were encountered: