CustomerPayPerConversionEligibilityFailureReason
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible reasons a customer is not eligible to use PaymentMode.CONVERSIONS.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
NOT_ENOUGH_CONVERSIONS
|
Customer does not have enough conversions. |
CONVERSION_LAG_TOO_HIGH
|
Customer's conversion lag is too high. |
HAS_CAMPAIGN_WITH_SHARED_BUDGET
|
Customer uses shared budgets. |
HAS_UPLOAD_CLICKS_CONVERSION
|
Customer has conversions with ConversionActionType.UPLOAD_CLICKS. |
AVERAGE_DAILY_SPEND_TOO_HIGH
|
Customer's average daily spend is too high. |
ANALYSIS_NOT_COMPLETE
|
Customer's eligibility has not yet been calculated by the Google Ads backend. Check back soon. |
OTHER
|
Customer is not eligible due to other reasons. |
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 the various reasons a customer might be ineligible to utilize the PaymentMode.CONVERSIONS setting."],["Reasons for ineligibility can include insufficient conversions, high conversion lag, shared budget usage, specific conversion action types, high average daily spend, incomplete analysis, or other unspecified factors."],["Developers can use these enum values to understand and handle cases where a customer cannot use the CONVERSIONS payment mode."]]],[]]