AdSharingError
Enum describing possible ad sharing errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
AD_GROUP_ALREADY_CONTAINS_AD
|
Error resulting in attempting to add an Ad to an AdGroup that already contains the Ad. |
INCOMPATIBLE_AD_UNDER_AD_GROUP
|
Ad is not compatible with the AdGroup it is being shared with. |
CANNOT_SHARE_INACTIVE_AD
|
Cannot add AdGroupAd on inactive Ad. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum outlines the various errors that can occur when sharing ads."],["Errors include unspecified issues, unknown error codes, adding an ad to an ad group where it already exists, incompatibility between an ad and the target ad group, and attempts to share inactive ads."],["Each error type is represented by a unique enum value for identification and handling purposes."]]],[]]