ConversionActionError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible conversion action errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
DUPLICATE_NAME
|
The specified conversion action name already exists. |
DUPLICATE_APP_ID
|
Another conversion action with the specified app id already exists. |
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD
|
Android first open action conflicts with Google play codeless download action tracking the same app. |
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION
|
Android first open action conflicts with Google play codeless download action tracking the same app. |
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
|
The attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated. |
DATA_DRIVEN_MODEL_EXPIRED
|
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired. |
DATA_DRIVEN_MODEL_STALE
|
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale. |
DATA_DRIVEN_MODEL_UNKNOWN
|
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added. |
CREATION_NOT_SUPPORTED
|
Creation of this conversion action type isn't supported by Google Ads API. |
UPDATE_NOT_SUPPORTED
|
Update of this conversion action isn't supported by Google Ads API. |
CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS
|
Rule-based attribution models are deprecated and not allowed to be set by conversion action. |
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.
[[["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-05-29 UTC."],[[["This enum outlines various error types that can occur during conversion action operations in Google Ads API."],["Errors relate to duplication, conflicts with app downloads, data-driven model issues, and unsupported actions."],["Specific errors indicate when names, app IDs, or attribution models are invalid or cause conflicts."],["Some errors highlight limitations of Google Ads API in creating or updating certain conversion action types."],["The enum provides codes for unspecified, unknown, or deprecated attribution model errors during setup or management."]]],[]]