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-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 describes possible errors that can occur during conversion action processes in Google Ads API."],["Errors can arise from issues like duplicate names or IDs, conflicts with app download tracking, and problems with data-driven attribution models."],["Some conversion action types may have limited support for creation or updates through the API."],["The use of rule-based attribution models is deprecated and disallowed."]]],[]]