reporting/scheduled/create

Creates a scheduled report based on the input configuration. Upon a successful request the report will be sent out based on the schedule cadence.

The "timezone" field is required and must be passed in as a valid zone id, such as "America/Los Angeles". Refer to the "Data Types" section on the standard formats for zone id in the NAM API.

Acceptable values for "schedule" include:

  • "DAILY"
  • "WEEKLY"
  • "MONTHLY"
  • "QUARTERLY"

Acceptable values for "dimesion_granularity" include:

  • "CAMPAIGN"
  • "AD_GROUP"
  • "AD"
  • "PLACEMENT"

Acceptable values for "time_granularity" include:

  • "DAY"
  • "WEEK"
  • "MONTH"

Acceptable values for "metrics" include:

  • "CLICKS"
  • "IMPRESSSIONS"
  • "CTR"
  • "CONVERSIONS"
  • "SPEND"
  • "CPM"
  • "CPC"
  • "BILLABLE_SPEND"
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!