Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

151 lignes
7.6 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/conversion_action_type.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. // Possible types of a conversion action.
  17. type ConversionActionTypeEnum_ConversionActionType int32
  18. const (
  19. // Not specified.
  20. ConversionActionTypeEnum_UNSPECIFIED ConversionActionTypeEnum_ConversionActionType = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. ConversionActionTypeEnum_UNKNOWN ConversionActionTypeEnum_ConversionActionType = 1
  23. // Conversions that occur when a user clicks on an ad's call extension.
  24. ConversionActionTypeEnum_AD_CALL ConversionActionTypeEnum_ConversionActionType = 2
  25. // Conversions that occur when a user on a mobile device clicks a phone
  26. // number.
  27. ConversionActionTypeEnum_CLICK_TO_CALL ConversionActionTypeEnum_ConversionActionType = 3
  28. // Conversions that occur when a user downloads a mobile app from the Google
  29. // Play Store.
  30. ConversionActionTypeEnum_GOOGLE_PLAY_DOWNLOAD ConversionActionTypeEnum_ConversionActionType = 4
  31. // Conversions that occur when a user makes a purchase in an app through
  32. // Android billing.
  33. ConversionActionTypeEnum_GOOGLE_PLAY_IN_APP_PURCHASE ConversionActionTypeEnum_ConversionActionType = 5
  34. // Call conversions that are tracked by the advertiser and uploaded.
  35. ConversionActionTypeEnum_UPLOAD_CALLS ConversionActionTypeEnum_ConversionActionType = 6
  36. // Conversions that are tracked by the advertiser and uploaded with
  37. // attributed clicks.
  38. ConversionActionTypeEnum_UPLOAD_CLICKS ConversionActionTypeEnum_ConversionActionType = 7
  39. // Conversions that occur on a webpage.
  40. ConversionActionTypeEnum_WEBPAGE ConversionActionTypeEnum_ConversionActionType = 8
  41. // Conversions that occur when a user calls a dynamically-generated phone
  42. // number from an advertiser's website.
  43. ConversionActionTypeEnum_WEBSITE_CALL ConversionActionTypeEnum_ConversionActionType = 9
  44. )
  45. var ConversionActionTypeEnum_ConversionActionType_name = map[int32]string{
  46. 0: "UNSPECIFIED",
  47. 1: "UNKNOWN",
  48. 2: "AD_CALL",
  49. 3: "CLICK_TO_CALL",
  50. 4: "GOOGLE_PLAY_DOWNLOAD",
  51. 5: "GOOGLE_PLAY_IN_APP_PURCHASE",
  52. 6: "UPLOAD_CALLS",
  53. 7: "UPLOAD_CLICKS",
  54. 8: "WEBPAGE",
  55. 9: "WEBSITE_CALL",
  56. }
  57. var ConversionActionTypeEnum_ConversionActionType_value = map[string]int32{
  58. "UNSPECIFIED": 0,
  59. "UNKNOWN": 1,
  60. "AD_CALL": 2,
  61. "CLICK_TO_CALL": 3,
  62. "GOOGLE_PLAY_DOWNLOAD": 4,
  63. "GOOGLE_PLAY_IN_APP_PURCHASE": 5,
  64. "UPLOAD_CALLS": 6,
  65. "UPLOAD_CLICKS": 7,
  66. "WEBPAGE": 8,
  67. "WEBSITE_CALL": 9,
  68. }
  69. func (x ConversionActionTypeEnum_ConversionActionType) String() string {
  70. return proto.EnumName(ConversionActionTypeEnum_ConversionActionType_name, int32(x))
  71. }
  72. func (ConversionActionTypeEnum_ConversionActionType) EnumDescriptor() ([]byte, []int) {
  73. return fileDescriptor_conversion_action_type_06a80cfabbfb8d38, []int{0, 0}
  74. }
  75. // Container for enum describing possible types of a conversion action.
  76. type ConversionActionTypeEnum struct {
  77. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  78. XXX_unrecognized []byte `json:"-"`
  79. XXX_sizecache int32 `json:"-"`
  80. }
  81. func (m *ConversionActionTypeEnum) Reset() { *m = ConversionActionTypeEnum{} }
  82. func (m *ConversionActionTypeEnum) String() string { return proto.CompactTextString(m) }
  83. func (*ConversionActionTypeEnum) ProtoMessage() {}
  84. func (*ConversionActionTypeEnum) Descriptor() ([]byte, []int) {
  85. return fileDescriptor_conversion_action_type_06a80cfabbfb8d38, []int{0}
  86. }
  87. func (m *ConversionActionTypeEnum) XXX_Unmarshal(b []byte) error {
  88. return xxx_messageInfo_ConversionActionTypeEnum.Unmarshal(m, b)
  89. }
  90. func (m *ConversionActionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  91. return xxx_messageInfo_ConversionActionTypeEnum.Marshal(b, m, deterministic)
  92. }
  93. func (dst *ConversionActionTypeEnum) XXX_Merge(src proto.Message) {
  94. xxx_messageInfo_ConversionActionTypeEnum.Merge(dst, src)
  95. }
  96. func (m *ConversionActionTypeEnum) XXX_Size() int {
  97. return xxx_messageInfo_ConversionActionTypeEnum.Size(m)
  98. }
  99. func (m *ConversionActionTypeEnum) XXX_DiscardUnknown() {
  100. xxx_messageInfo_ConversionActionTypeEnum.DiscardUnknown(m)
  101. }
  102. var xxx_messageInfo_ConversionActionTypeEnum proto.InternalMessageInfo
  103. func init() {
  104. proto.RegisterType((*ConversionActionTypeEnum)(nil), "google.ads.googleads.v0.enums.ConversionActionTypeEnum")
  105. proto.RegisterEnum("google.ads.googleads.v0.enums.ConversionActionTypeEnum_ConversionActionType", ConversionActionTypeEnum_ConversionActionType_name, ConversionActionTypeEnum_ConversionActionType_value)
  106. }
  107. func init() {
  108. proto.RegisterFile("google/ads/googleads/v0/enums/conversion_action_type.proto", fileDescriptor_conversion_action_type_06a80cfabbfb8d38)
  109. }
  110. var fileDescriptor_conversion_action_type_06a80cfabbfb8d38 = []byte{
  111. // 382 bytes of a gzipped FileDescriptorProto
  112. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0xae, 0x93, 0x40,
  113. 0x14, 0x86, 0x85, 0x6a, 0xab, 0x53, 0x8d, 0x23, 0xe9, 0xa2, 0xc6, 0x34, 0xa6, 0x7d, 0x80, 0x81,
  114. 0xc4, 0xdd, 0xb8, 0x1a, 0x60, 0x44, 0x52, 0x02, 0x13, 0x29, 0x25, 0x1a, 0x12, 0x82, 0x85, 0x90,
  115. 0x26, 0x2d, 0x43, 0x3a, 0x6d, 0x93, 0xbe, 0x8e, 0x4b, 0x1f, 0xc5, 0xad, 0x6f, 0xe1, 0xc2, 0xf8,
  116. 0x08, 0x66, 0x86, 0x5b, 0x72, 0x17, 0xbd, 0x77, 0x03, 0xff, 0x9c, 0xff, 0x7c, 0xe7, 0xcc, 0x9c,
  117. 0x03, 0x70, 0xcd, 0x79, 0xbd, 0xab, 0xcc, 0xa2, 0x14, 0x66, 0x27, 0xa5, 0x3a, 0x5b, 0x66, 0xd5,
  118. 0x9c, 0xf6, 0xc2, 0xdc, 0xf0, 0xe6, 0x5c, 0x1d, 0xc4, 0x96, 0x37, 0x79, 0xb1, 0x39, 0xca, 0xdf,
  119. 0xf1, 0xd2, 0x56, 0xa8, 0x3d, 0xf0, 0x23, 0x37, 0x66, 0x1d, 0x80, 0x8a, 0x52, 0xa0, 0x9e, 0x45,
  120. 0x67, 0x0b, 0x29, 0x76, 0xf1, 0x4f, 0x03, 0x53, 0xa7, 0xe7, 0x89, 0xc2, 0x57, 0x97, 0xb6, 0xa2,
  121. 0xcd, 0x69, 0xbf, 0xf8, 0xad, 0x81, 0xc9, 0x2d, 0xd3, 0x78, 0x0d, 0xc6, 0x49, 0x18, 0x33, 0xea,
  122. 0xf8, 0x9f, 0x7c, 0xea, 0xc2, 0x27, 0xc6, 0x18, 0x8c, 0x92, 0x70, 0x19, 0x46, 0x69, 0x08, 0x35,
  123. 0x79, 0x20, 0x6e, 0xee, 0x90, 0x20, 0x80, 0xba, 0xf1, 0x06, 0xbc, 0x72, 0x02, 0xdf, 0x59, 0xe6,
  124. 0xab, 0xa8, 0x0b, 0x0d, 0x8c, 0x29, 0x98, 0x78, 0x51, 0xe4, 0x05, 0x34, 0x67, 0x01, 0xf9, 0x9a,
  125. 0xbb, 0x51, 0x1a, 0x06, 0x11, 0x71, 0xe1, 0x53, 0xe3, 0x3d, 0x78, 0x77, 0xdf, 0xf1, 0xc3, 0x9c,
  126. 0x30, 0x96, 0xb3, 0xe4, 0x8b, 0xf3, 0x99, 0xc4, 0x14, 0x3e, 0x33, 0x20, 0x78, 0x99, 0x30, 0x99,
  127. 0xac, 0x6a, 0xc5, 0x70, 0x28, 0xeb, 0x5f, 0x23, 0xb2, 0x4d, 0x0c, 0x47, 0xb2, 0x7f, 0x4a, 0x6d,
  128. 0x46, 0x3c, 0x0a, 0x9f, 0x4b, 0x22, 0xa5, 0x76, 0xec, 0xaf, 0x68, 0xd7, 0xfe, 0x85, 0xfd, 0x57,
  129. 0x03, 0xf3, 0x0d, 0xdf, 0xa3, 0x47, 0x07, 0x63, 0xbf, 0xbd, 0xf5, 0x70, 0x26, 0x47, 0xca, 0xb4,
  130. 0x6f, 0xf6, 0x1d, 0x5b, 0xf3, 0x5d, 0xd1, 0xd4, 0x88, 0x1f, 0x6a, 0xb3, 0xae, 0x1a, 0x35, 0xf0,
  131. 0xeb, 0x82, 0xda, 0xad, 0x78, 0x60, 0x5f, 0x1f, 0xd5, 0xf7, 0x87, 0x3e, 0xf0, 0x08, 0xf9, 0xa9,
  132. 0xcf, 0xbc, 0xae, 0x14, 0x29, 0x05, 0xea, 0xa4, 0x54, 0x6b, 0x0b, 0xc9, 0x0d, 0x88, 0x5f, 0x57,
  133. 0x3f, 0x23, 0xa5, 0xc8, 0x7a, 0x3f, 0x5b, 0x5b, 0x99, 0xf2, 0xff, 0xe8, 0xf3, 0x2e, 0x88, 0x31,
  134. 0x29, 0x05, 0xc6, 0x7d, 0x06, 0xc6, 0x6b, 0x0b, 0x63, 0x95, 0xf3, 0x7d, 0xa8, 0x2e, 0xf6, 0xe1,
  135. 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x90, 0x71, 0x97, 0x07, 0x47, 0x02, 0x00, 0x00,
  136. }