Page Summary
-
CombinedAudience describes a combined audience resource, with fields for name, combinedAudienceId, and displayName.
-
The JSON representation shows the structure of a combined audience resource.
-
Available methods for CombinedAudience are
getto retrieve a specific audience andlistto get a list of audiences.
Resource: CombinedAudience
Describes a combined audience resource.
| JSON representation |
|---|
{ "name": string, "combinedAudienceId": string, "displayName": string } |
| Fields | |
|---|---|
name |
Output only. The resource name of the combined audience. |
combinedAudienceId |
Output only. The unique ID of the combined audience. Assigned by the system. |
displayName |
Output only. The display name of the combined audience. . |
Methods |
|
|---|---|
|
Gets a combined audience. |
|
Lists combined audiences. |