Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AudienceScope
Enum containing possible audience scope values.
Enums |
UNSPECIFIED
|
The scope has not been specified. |
UNKNOWN
|
The received value is not known in this version. |
CUSTOMER
|
The audience is scoped at the customer level. |
ASSET_GROUP
|
The audience is scoped under a specific AssetGroup. |
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum defines the scope of an audience, indicating the level at which it is applied."],["Possible values include unspecified, unknown, customer-level, and asset group-level scopes."]]],["The core content defines an enumeration for audience scope, outlining four possible values. `UNSPECIFIED` indicates no scope has been set. `UNKNOWN` signifies an unrecognized value. `CUSTOMER` denotes an audience at the customer level, while `ASSET_GROUP` specifies an audience confined to a particular AssetGroup. These values represent the different levels or entities to which an audience can be associated.\n"]]