AudienceError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible audience errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
NAME_ALREADY_IN_USE
|
An audience with this name already exists. |
DIMENSION_INVALID
|
A dimension within the audience definition is not valid. |
AUDIENCE_SEGMENT_NOT_FOUND
|
One of the audience segment added is not found. |
AUDIENCE_SEGMENT_TYPE_NOT_SUPPORTED
|
One of the audience segment type is not supported. |
DUPLICATE_AUDIENCE_SEGMENT
|
The same segment already exists in this audience. |
TOO_MANY_SEGMENTS
|
Audience can't have more than allowed number segments. |
TOO_MANY_DIMENSIONS_OF_SAME_TYPE
|
Audience can't have multiple dimensions of same type. |
IN_USE
|
The audience cannot be removed, because it is currently used in an ad group criterion or asset group signal in an (enabled or paused) ad group or campaign. |
MISSING_ASSET_GROUP_ID
|
Asset Group scoped audience requires an asset group ID. |
CANNOT_CHANGE_FROM_CUSTOMER_TO_ASSET_GROUP_SCOPE
|
Audience scope may not be changed from Customer to 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum outlines potential errors encountered when working with audiences in online advertising."],["Errors can arise from naming conflicts, invalid dimensions, issues with audience segments, or limitations on segment/dimension quantity."],["Some errors indicate the audience is currently in use by an ad group or campaign, preventing removal."],["Asset Group scoped audiences require specific identifiers, and their scope cannot be changed from Customer to AssetGroup."]]],[]]