Retrieves a list of campaigns for an owner.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/campaigns
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
onBehalfOfContentOwner |
The |
pageToken |
The |
Request body
The request body must be empty.
Response body
campaigns.list campaigns associated with the content owner.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
The type of the API response. For this operation, the value is |
items[] |
A list of campaigns. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview.