AI-generated Key Takeaways
-
Combined audiences are described by a resource with a name, a unique ID, and a display name.
-
You can retrieve a specific combined audience using the
get
method or list multiple combined audiences using thelist
method.
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. |