blob: e62c625f67842bc3203b3317bb80fbba1991c9da [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/enums/customer_pay_per_conversion_eligibility_failure_reason.proto
package enums
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/genproto/googleapis/api/annotations"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Enum describing possible reasons a customer is not eligible to use
// PaymentMode.CONVERSIONS.
type CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason int32
const (
// Not specified.
CustomerPayPerConversionEligibilityFailureReasonEnum_UNSPECIFIED CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 0
// Used for return value only. Represents value unknown in this version.
CustomerPayPerConversionEligibilityFailureReasonEnum_UNKNOWN CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 1
// Customer does not have enough conversions.
CustomerPayPerConversionEligibilityFailureReasonEnum_NOT_ENOUGH_CONVERSIONS CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 2
// Customer's conversion lag is too high.
CustomerPayPerConversionEligibilityFailureReasonEnum_CONVERSION_LAG_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 3
// Customer uses shared budgets.
CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_CAMPAIGN_WITH_SHARED_BUDGET CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 4
// Customer has conversions with ConversionActionType.UPLOAD_CLICKS.
CustomerPayPerConversionEligibilityFailureReasonEnum_HAS_UPLOAD_CLICKS_CONVERSION CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 5
// Customer's average daily spend is too high.
CustomerPayPerConversionEligibilityFailureReasonEnum_AVERAGE_DAILY_SPEND_TOO_HIGH CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 6
// Customer's eligibility has not yet been calculated by the Google Ads
// backend. Check back soon.
CustomerPayPerConversionEligibilityFailureReasonEnum_ANALYSIS_NOT_COMPLETE CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 7
// Customer is not eligible due to other reasons.
CustomerPayPerConversionEligibilityFailureReasonEnum_OTHER CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason = 8
)
var CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name = map[int32]string{
0: "UNSPECIFIED",
1: "UNKNOWN",
2: "NOT_ENOUGH_CONVERSIONS",
3: "CONVERSION_LAG_TOO_HIGH",
4: "HAS_CAMPAIGN_WITH_SHARED_BUDGET",
5: "HAS_UPLOAD_CLICKS_CONVERSION",
6: "AVERAGE_DAILY_SPEND_TOO_HIGH",
7: "ANALYSIS_NOT_COMPLETE",
8: "OTHER",
}
var CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_value = map[string]int32{
"UNSPECIFIED": 0,
"UNKNOWN": 1,
"NOT_ENOUGH_CONVERSIONS": 2,
"CONVERSION_LAG_TOO_HIGH": 3,
"HAS_CAMPAIGN_WITH_SHARED_BUDGET": 4,
"HAS_UPLOAD_CLICKS_CONVERSION": 5,
"AVERAGE_DAILY_SPEND_TOO_HIGH": 6,
"ANALYSIS_NOT_COMPLETE": 7,
"OTHER": 8,
}
func (x CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) String() string {
return proto.EnumName(CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name, int32(x))
}
func (CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_2816f84d40fc8b20, []int{0, 0}
}
// Container for enum describing reasons why a customer is not eligible to use
// PaymentMode.CONVERSIONS.
type CustomerPayPerConversionEligibilityFailureReasonEnum struct {
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) Reset() {
*m = CustomerPayPerConversionEligibilityFailureReasonEnum{}
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) String() string {
return proto.CompactTextString(m)
}
func (*CustomerPayPerConversionEligibilityFailureReasonEnum) ProtoMessage() {}
func (*CustomerPayPerConversionEligibilityFailureReasonEnum) Descriptor() ([]byte, []int) {
return fileDescriptor_2816f84d40fc8b20, []int{0}
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Unmarshal(m, b)
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Marshal(b, m, deterministic)
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Merge(m, src)
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_Size() int {
return xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.Size(m)
}
func (m *CustomerPayPerConversionEligibilityFailureReasonEnum) XXX_DiscardUnknown() {
xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum.DiscardUnknown(m)
}
var xxx_messageInfo_CustomerPayPerConversionEligibilityFailureReasonEnum proto.InternalMessageInfo
func init() {
proto.RegisterEnum("google.ads.googleads.v3.enums.CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason", CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_name, CustomerPayPerConversionEligibilityFailureReasonEnum_CustomerPayPerConversionEligibilityFailureReason_value)
proto.RegisterType((*CustomerPayPerConversionEligibilityFailureReasonEnum)(nil), "google.ads.googleads.v3.enums.CustomerPayPerConversionEligibilityFailureReasonEnum")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/enums/customer_pay_per_conversion_eligibility_failure_reason.proto", fileDescriptor_2816f84d40fc8b20)
}
var fileDescriptor_2816f84d40fc8b20 = []byte{
// 476 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x4f, 0x6f, 0x94, 0x40,
0x18, 0xc6, 0x2d, 0xb5, 0xad, 0x4e, 0x0f, 0x12, 0x12, 0x35, 0xd6, 0x36, 0xda, 0x7a, 0x07, 0x13,
0xf4, 0x82, 0xa7, 0x59, 0x98, 0x02, 0x29, 0x9d, 0x21, 0xfc, 0x6b, 0xda, 0x6c, 0x32, 0xa1, 0xcb,
0x48, 0x48, 0xd8, 0x19, 0xc2, 0xb0, 0x9b, 0xec, 0x57, 0xf0, 0x13, 0x78, 0xf6, 0xe8, 0x47, 0xf1,
0xe6, 0xd7, 0xf0, 0x53, 0x18, 0xa0, 0xbb, 0xeb, 0xc5, 0x26, 0x7b, 0x21, 0x4f, 0xe6, 0x7d, 0xe6,
0xf9, 0x4d, 0x78, 0x5e, 0x70, 0x57, 0x0a, 0x51, 0xd6, 0xcc, 0xc8, 0x0b, 0x69, 0x8c, 0xb2, 0x57,
0x4b, 0xd3, 0x60, 0x7c, 0x31, 0x97, 0xc6, 0x6c, 0x21, 0x3b, 0x31, 0x67, 0x2d, 0x6d, 0xf2, 0x15,
0x6d, 0x58, 0x4b, 0x67, 0x82, 0x2f, 0x59, 0x2b, 0x2b, 0xc1, 0x29, 0xab, 0xab, 0xb2, 0xba, 0xaf,
0xea, 0xaa, 0x5b, 0xd1, 0xaf, 0x79, 0x55, 0x2f, 0x5a, 0x46, 0x5b, 0x96, 0x4b, 0xc1, 0xf5, 0xa6,
0x15, 0x9d, 0xd0, 0xce, 0xc6, 0x40, 0x3d, 0x2f, 0xa4, 0xbe, 0xc9, 0xd6, 0x97, 0xa6, 0x3e, 0x64,
0x9f, 0x9c, 0xae, 0xd1, 0x4d, 0x65, 0xe4, 0x9c, 0x8b, 0x2e, 0xef, 0x2a, 0xc1, 0xe5, 0x78, 0xf9,
0xe2, 0xb7, 0x02, 0x3e, 0xd9, 0x0f, 0xf4, 0x30, 0x5f, 0x85, 0xac, 0xb5, 0x37, 0x68, 0xb4, 0x25,
0x5f, 0x8e, 0xe0, 0x68, 0xe0, 0x22, 0xbe, 0x98, 0x5f, 0x7c, 0x57, 0xc0, 0xc7, 0x5d, 0x2f, 0x6a,
0x2f, 0xc0, 0x71, 0x8a, 0xe3, 0x10, 0xd9, 0xfe, 0xa5, 0x8f, 0x1c, 0xf5, 0x89, 0x76, 0x0c, 0x8e,
0x52, 0x7c, 0x85, 0xc9, 0x0d, 0x56, 0xf7, 0xb4, 0x13, 0xf0, 0x0a, 0x93, 0x84, 0x22, 0x4c, 0x52,
0xd7, 0xa3, 0x36, 0xc1, 0x19, 0x8a, 0x62, 0x9f, 0xe0, 0x58, 0x55, 0xb4, 0xb7, 0xe0, 0xf5, 0xf6,
0x80, 0x06, 0xd0, 0xa5, 0x09, 0x21, 0xd4, 0xf3, 0x5d, 0x4f, 0xdd, 0xd7, 0x3e, 0x80, 0x77, 0x1e,
0x8c, 0xa9, 0x0d, 0xaf, 0x43, 0xe8, 0xbb, 0x98, 0xde, 0xf8, 0x89, 0x47, 0x63, 0x0f, 0x46, 0xc8,
0xa1, 0x93, 0xd4, 0x71, 0x51, 0xa2, 0x3e, 0xd5, 0xde, 0x83, 0xd3, 0xde, 0x94, 0x86, 0x01, 0x81,
0x0e, 0xb5, 0x03, 0xdf, 0xbe, 0x8a, 0xff, 0x81, 0xa8, 0x07, 0xbd, 0x03, 0x66, 0x28, 0x82, 0x2e,
0xa2, 0x0e, 0xf4, 0x83, 0x5b, 0x1a, 0x87, 0x08, 0x3b, 0x5b, 0xd0, 0xa1, 0xf6, 0x06, 0xbc, 0x84,
0x18, 0x06, 0xb7, 0xb1, 0x1f, 0xd3, 0xfe, 0xa9, 0x36, 0xb9, 0x0e, 0x03, 0x94, 0x20, 0xf5, 0x48,
0x7b, 0x0e, 0x0e, 0x48, 0xe2, 0xa1, 0x48, 0x7d, 0x36, 0xf9, 0xa6, 0x80, 0xf3, 0x99, 0x98, 0xeb,
0x8f, 0xf6, 0x32, 0xf9, 0xbc, 0xeb, 0xdf, 0x0b, 0xfb, 0xc2, 0xc2, 0xbd, 0xbb, 0xc9, 0x43, 0x6e,
0x29, 0xea, 0x9c, 0x97, 0xba, 0x68, 0x4b, 0xa3, 0x64, 0x7c, 0xa8, 0x73, 0xbd, 0x5b, 0x4d, 0x25,
0xff, 0xb3, 0x6a, 0x5f, 0x86, 0xef, 0x0f, 0x65, 0xdf, 0x85, 0xf0, 0xa7, 0x72, 0xe6, 0x8e, 0x51,
0xb0, 0x90, 0xfa, 0x28, 0x7b, 0x95, 0x99, 0x7a, 0x5f, 0xb1, 0xfc, 0xb5, 0x9e, 0x4f, 0x61, 0x21,
0xa7, 0x9b, 0xf9, 0x34, 0x33, 0xa7, 0xc3, 0xfc, 0x8f, 0x72, 0x3e, 0x1e, 0x5a, 0x16, 0x2c, 0xa4,
0x65, 0x6d, 0x1c, 0x96, 0x95, 0x99, 0x96, 0x35, 0x78, 0xee, 0x0f, 0x87, 0x87, 0x99, 0x7f, 0x03,
0x00, 0x00, 0xff, 0xff, 0xff, 0xea, 0x85, 0xe1, 0x02, 0x03, 0x00, 0x00,
}