Required. The ID of the parent channel to which the requested sites belong.
Union parameter owner. Required. Identifies the DV360 entity that owns the parent channel. It can be either a partner or an advertiser. owner can be only one of the following:
The ID of the partner that owns the parent channel.
Query parameters
Parameters
pageSize
integer
Requested page size. Must be between 1 and 10000. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.
pageToken
string
A token identifying a page of results the server should return.
Typically, this is the value of nextPageToken returned from the previous call to sites.list method. If not specified, the first page of results will be returned.
orderBy
string
Field by which to sort the list. Acceptable values are:
urlOrAppId (default)
The default sorting order is ascending. To specify descending order for a field, a suffix " desc" should be added to the field name. Example: urlOrAppId desc.
filter
string
Allows filtering by site fields.
Supported syntax:
Filter expressions for site retrieval can only contain at most one restriction.
A restriction has the form of {field} {operator} {value}.
All fields must use the HAS (:) operator.
Supported fields:
urlOrAppId
Examples:
All sites for which the URL or app ID contains "google": urlOrAppId : "google"
The length of this field should be no more than 500 characters.
Union parameter owner. Required. Identifies the DV360 entity that owns the parent channel. It can be either a partner or an advertiser. owner can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["Lists sites within a given Display & Video 360 channel using a `GET` request."],["Requires specifying the parent channel's ID and the owning partner or advertiser ID."],["Allows filtering and sorting results with query parameters like `filter` and `orderBy`."],["Supports pagination with `pageSize` and `pageToken` to retrieve large result sets."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines how to retrieve a list of sites within a channel using a `GET` HTTP request. The request URL requires `channelId` and either `partnerId` or `advertiserId` as path parameters to specify the owning entity. Query parameters, including `pageSize`, `pageToken`, `orderBy`, and `filter`, allow for result customization. The request body must be empty and requires OAuth 2.0 authorization. A successful response returns a `ListSitesResponse` instance containing the requested sites.\n"]]