dfp-prebid-setup
dfp-prebid-setup copied to clipboard
Automated line item generator for Prebid.js and Google Ad Manager
Some bidders not recommend to serve creatives into a safeframe, now. I want to enable / disable the serve into a safeframe as an option.
The System now allows for the usage of an array for the price buckets. TODO: Update Tests.
Hi there, thanks so much for creating this tool. However, as I do not have knowledge on python, I have tried and unsuccessful on using the tool. My Python version...
See: http://prebid.org/adops/send-all-bids-adops.html Need to: * Support additional targeting values * Support modified universal creative (related PR: #94)
Added support for using no bidder for the creation of the line items, by setting: PREBID_BIDDER_CODE = None in settings.py Fixes #18
I have noticed since the new api came out more issues with random connection issues with the DFP API when creating all of the price targeting values. I added a...
People often want to customize the creative and line item configuration. Rather than adding case-by-case customization, let's just expose the configuration for [LineItem](https://developers.google.com/ad-manager/api/reference/v201908/LineItemService.LineItem) and [Creative](https://developers.google.com/ad-manager/api/reference/v201908/CreativeService.Creative) (and/or [ThirdPartyCreative](https://developers.google.com/ad-manager/api/reference/v201908/CreativeService.ThirdPartyCreative)) to make it...
Hi, and thanks for this incredibly useful tool! Following the principles explained here: http://prebid.org/adops/setting-up-prebid-native-in-dfp.html Would it be possible to implement support for the creation of Native line-items? That would be...
Can anyone include same advertising exception, GEO targeting and an option to update the same order and line items?
In the case of not wanting to have one order per bidder rather using a global one by just targeting hb_pb we should allow a None PREBID_BIDDER_CODE Same approach is...