Method: sellers.adUnits.impressionSchedules.create

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.