You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should make the project easier to configure and use.
Move settings into a dfp-prebid-setup.yml that looks something like:
orders:
- bidder_code: somebidderadvertiser_name: Some DFP Advertiserorder_name: My HB Ordertargeting:
placement_names:
- Some Placement
- Another Placement# Not yet implementedad_unit_names:
- An ad unit# Not yet implemented, but would allow empty targetingrun_of_network: false## Could later add additional DFP targeting options# Or a string preset: "auto" / "dense" prebid_price_buckets:
- min: 0max: 20.00precision: 2increment: 0.10# Optionalprebid_send_all_bids: falsenumber_of_creatives_per_line_item: 4currency_code: USDuser:
email_address: [email protected]path_to_googleads_file: ./googleads.yamloptions:
create_advertiser_if_does_not_exist: trueuse_existing_order: false
Use a CLI, dfpprebid, with commands:
create-config: generates a template dfp-prebid-setup.yml file
run [ordername] [options]: sets up the order and line items for the order specified, using the config file
This should make the project easier to configure and use.
Move settings into a
dfp-prebid-setup.yml
that looks something like:Use a CLI,
dfpprebid
, with commands:create-config
: generates a templatedfp-prebid-setup.yml
filerun [ordername] [options]
: sets up the order and line items for the order specified, using the config file--config-file-path
,--googleads-file-path
,--create-advertiser
,--use-existing-order
The text was updated successfully, but these errors were encountered: