REST Resource: combinedAudiences
Ressource: CombinedAudience
Beschreibt eine kombinierte Zielgruppenressource.
JSON-Darstellung |
{
"name": string,
"combinedAudienceId": string,
"displayName": string
} |
Felder |
name |
string
Nur Ausgabe. Der Ressourcenname der kombinierten Zielgruppe.
|
combinedAudienceId |
string (int64 format)
Nur Ausgabe. Die eindeutige ID der kombinierten Zielgruppe. Vom System zugewiesen.
|
displayName |
string
Nur Ausgabe. Der Anzeigename der kombinierten Zielgruppe. .
|
Methoden |
|
Eine kombinierte Zielgruppe abrufen. |
|
Hier werden kombinierte Zielgruppen aufgeführt. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-07 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-07 (UTC)."],[[["Combined Audience is a resource that describes a combined audience within Display & Video 360."],["Each combined audience has a unique ID, name, and display name, which are assigned and managed by the system."],["Key operations include getting and listing combined audiences using the provided methods."],["The JSON representation outlines the structure and data types for a combined audience resource."]]],["The document details a \"CombinedAudience\" resource, which represents a group of combined audiences. Key information includes: its `name`, a unique system-assigned `combinedAudienceId`, and a `displayName`. The available actions include retrieving a specific combined audience using the `get` method, and retrieving a list of combined audiences using the `list` method. All fields are output-only. The JSON representation defines the structure of the resource.\n"]]