Method: sellers.adUnits.impressionSchedules.create

  • A new impression schedule can be created using an HTTP POST request to the specified URL.

  • The request requires a parent path parameter formatted as sellers/{seller}/adUnits/{adUnit}.

  • The request body must contain an instance of ImpressionSchedule.

  • A successful request returns the newly created ImpressionSchedule in the response body.

  • Creating an impression schedule requires the https://www.googleapis.com/auth/doubleclickbidmanager OAuth scope.

Creates a new impression schedule.

  • Returns the newly created impression schedule if successful.
  • Returns error code INVALID_ARGUMENT if there is any overlap or gap.

HTTP request

POST https://dv360outofhomeseller.googleapis.com/v1/{parent=sellers/*/adUnits/*}/impressionSchedules

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource name. Format: sellers/{seller}/adUnits/{adUnit}

Request body

The request body contains an instance of ImpressionSchedule.

Response body

If successful, the response body contains a newly created instance of ImpressionSchedule.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/doubleclickbidmanager

For more information, see the OAuth 2.0 Overview.