adgroup/create

This endpoint creates an ad group based on the input payload for an existing NAM campaign.

Placements are a required input; valid placement values include:

  • "FEED"
  • "FS&F"
  • "RHR"

Bid data is a required input; the amount field should be passed in the standardized Money format in order to be parsed correctly, please reference the "Data Types" section for more details. Valid pricing_type values include:

  • "CPM"

Budget data is a required input; the amount field should be passed in the standardized Money format in order to be parsed correctly, please reference the "Data Types" section for more details. Valid budget_type values include:

  • "DAILY_CAP_MONEY"

The start_time and end_time fields are required and must be passed in the ZonedDateTime format. Refer to the "Data Types" section for more information on standardized date types in the NAM API. If an end_time is not passed in, then the AdGroup is assumed to be running continuously.

Frequency cap configurations, targeting, and custom audience ids configuration are all optional inputs for this method as well.

Eligible timeunit values for frequency cap configurations include:

  • "MINUTE"
  • "MINUTES"
  • "HOUR"
  • "HOURS"
  • "DAY"
  • "DAYS"
  • "WEEK"
  • "WEEKS"
  • "MONTH"
  • "MONTHS"
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!