REST Resource: accounts.adclients.customchannels
Resource: CustomChannel
Representation of a custom channel.
JSON representation |
{
"name": string,
"reportingDimensionId": string,
"displayName": string,
"active": boolean
} |
Fields |
name |
string
Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
|
reportingDimensionId |
string
Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID reporting dimension.
|
displayName |
string
Required. Display name of the custom channel.
|
active |
boolean
Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
|
Methods |
|
Creates a custom channel. |
|
Deletes a custom channel. |
|
Gets information about the selected custom channel. |
|
Lists all the custom channels available in an ad client. |
|
Lists all the ad units available for a custom channel. |
|
Updates a custom channel. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["CustomChannel resource represents custom channels, providing a way to organize ad units for reporting purposes."],["Custom channels are defined by a name, display name, reporting ID, and activation status, manageable through various methods."],["The resource offers methods like create, delete, get, list, listLinkedAdUnits, and patch for managing and interacting with custom channels."],["Key fields of a custom channel include name, reportingDimensionId, displayName, and active, indicating its identity and operational status."],["Refer to the provided links for detailed information and usage instructions on each available method."]]],["Custom channels are defined by a `name`, `reportingDimensionId`, `displayName`, and an `active` status, represented in JSON. Key actions include creating, deleting, getting, listing, updating, and listing linked ad units associated with custom channels. The `displayName` is required for each channel. Custom channels store data, and each channel is uniquely identified for reporting purposes. The methods provided enable managing the lifecycle and information associated with these channels.\n"]]