You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

227 lines
12 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/custom_placeholder_field.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 values for Custom placeholder fields.
  17. type CustomPlaceholderFieldEnum_CustomPlaceholderField int32
  18. const (
  19. // Not specified.
  20. CustomPlaceholderFieldEnum_UNSPECIFIED CustomPlaceholderFieldEnum_CustomPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. CustomPlaceholderFieldEnum_UNKNOWN CustomPlaceholderFieldEnum_CustomPlaceholderField = 1
  23. // Data Type: STRING. Required. Combination ID and ID2 must be unique per
  24. // offer.
  25. CustomPlaceholderFieldEnum_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 2
  26. // Data Type: STRING. Combination ID and ID2 must be unique per offer.
  27. CustomPlaceholderFieldEnum_ID2 CustomPlaceholderFieldEnum_CustomPlaceholderField = 3
  28. // Data Type: STRING. Required. Main headline with product name to be shown
  29. // in dynamic ad.
  30. CustomPlaceholderFieldEnum_ITEM_TITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 4
  31. // Data Type: STRING. Optional text to be shown in the image ad.
  32. CustomPlaceholderFieldEnum_ITEM_SUBTITLE CustomPlaceholderFieldEnum_CustomPlaceholderField = 5
  33. // Data Type: STRING. Optional description of the product to be shown in the
  34. // ad.
  35. CustomPlaceholderFieldEnum_ITEM_DESCRIPTION CustomPlaceholderFieldEnum_CustomPlaceholderField = 6
  36. // Data Type: STRING. Full address of your offer or service, including
  37. // postal code. This will be used to identify the closest product to the
  38. // user when there are multiple offers in the feed that are relevant to the
  39. // user.
  40. CustomPlaceholderFieldEnum_ITEM_ADDRESS CustomPlaceholderFieldEnum_CustomPlaceholderField = 7
  41. // Data Type: STRING. Price to be shown in the ad.
  42. // Example: "100.00 USD"
  43. CustomPlaceholderFieldEnum_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 8
  44. // Data Type: STRING. Formatted price to be shown in the ad.
  45. // Example: "Starting at $100.00 USD", "$80 - $100"
  46. CustomPlaceholderFieldEnum_FORMATTED_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 9
  47. // Data Type: STRING. Sale price to be shown in the ad.
  48. // Example: "80.00 USD"
  49. CustomPlaceholderFieldEnum_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 10
  50. // Data Type: STRING. Formatted sale price to be shown in the ad.
  51. // Example: "On sale for $80.00", "$60 - $80"
  52. CustomPlaceholderFieldEnum_FORMATTED_SALE_PRICE CustomPlaceholderFieldEnum_CustomPlaceholderField = 11
  53. // Data Type: URL. Image to be displayed in the ad. Highly recommended for
  54. // image ads.
  55. CustomPlaceholderFieldEnum_IMAGE_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 12
  56. // Data Type: STRING. Used as a recommendation engine signal to serve items
  57. // in the same category.
  58. CustomPlaceholderFieldEnum_ITEM_CATEGORY CustomPlaceholderFieldEnum_CustomPlaceholderField = 13
  59. // Data Type: URL_LIST. Final URLs for the ad when using Upgraded
  60. // URLs. User will be redirected to these URLs when they click on an ad, or
  61. // when they click on a specific product for ads that have multiple
  62. // products.
  63. CustomPlaceholderFieldEnum_FINAL_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 14
  64. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  65. // URLs.
  66. CustomPlaceholderFieldEnum_FINAL_MOBILE_URLS CustomPlaceholderFieldEnum_CustomPlaceholderField = 15
  67. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  68. CustomPlaceholderFieldEnum_TRACKING_URL CustomPlaceholderFieldEnum_CustomPlaceholderField = 16
  69. // Data Type: STRING_LIST. Keywords used for product retrieval.
  70. CustomPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 17
  71. // Data Type: STRING. Android app link. Must be formatted as:
  72. // android-app://{package_id}/{scheme}/{host_path}.
  73. // The components are defined as follows:
  74. // package_id: app ID as specified in Google Play.
  75. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  76. // scheme.
  77. // host_path: identifies the specific content within your application.
  78. CustomPlaceholderFieldEnum_ANDROID_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 18
  79. // Data Type: STRING_LIST. List of recommended IDs to show together with
  80. // this item.
  81. CustomPlaceholderFieldEnum_SIMILAR_IDS CustomPlaceholderFieldEnum_CustomPlaceholderField = 19
  82. // Data Type: STRING. iOS app link.
  83. CustomPlaceholderFieldEnum_IOS_APP_LINK CustomPlaceholderFieldEnum_CustomPlaceholderField = 20
  84. // Data Type: INT64. iOS app store ID.
  85. CustomPlaceholderFieldEnum_IOS_APP_STORE_ID CustomPlaceholderFieldEnum_CustomPlaceholderField = 21
  86. )
  87. var CustomPlaceholderFieldEnum_CustomPlaceholderField_name = map[int32]string{
  88. 0: "UNSPECIFIED",
  89. 1: "UNKNOWN",
  90. 2: "ID",
  91. 3: "ID2",
  92. 4: "ITEM_TITLE",
  93. 5: "ITEM_SUBTITLE",
  94. 6: "ITEM_DESCRIPTION",
  95. 7: "ITEM_ADDRESS",
  96. 8: "PRICE",
  97. 9: "FORMATTED_PRICE",
  98. 10: "SALE_PRICE",
  99. 11: "FORMATTED_SALE_PRICE",
  100. 12: "IMAGE_URL",
  101. 13: "ITEM_CATEGORY",
  102. 14: "FINAL_URLS",
  103. 15: "FINAL_MOBILE_URLS",
  104. 16: "TRACKING_URL",
  105. 17: "CONTEXTUAL_KEYWORDS",
  106. 18: "ANDROID_APP_LINK",
  107. 19: "SIMILAR_IDS",
  108. 20: "IOS_APP_LINK",
  109. 21: "IOS_APP_STORE_ID",
  110. }
  111. var CustomPlaceholderFieldEnum_CustomPlaceholderField_value = map[string]int32{
  112. "UNSPECIFIED": 0,
  113. "UNKNOWN": 1,
  114. "ID": 2,
  115. "ID2": 3,
  116. "ITEM_TITLE": 4,
  117. "ITEM_SUBTITLE": 5,
  118. "ITEM_DESCRIPTION": 6,
  119. "ITEM_ADDRESS": 7,
  120. "PRICE": 8,
  121. "FORMATTED_PRICE": 9,
  122. "SALE_PRICE": 10,
  123. "FORMATTED_SALE_PRICE": 11,
  124. "IMAGE_URL": 12,
  125. "ITEM_CATEGORY": 13,
  126. "FINAL_URLS": 14,
  127. "FINAL_MOBILE_URLS": 15,
  128. "TRACKING_URL": 16,
  129. "CONTEXTUAL_KEYWORDS": 17,
  130. "ANDROID_APP_LINK": 18,
  131. "SIMILAR_IDS": 19,
  132. "IOS_APP_LINK": 20,
  133. "IOS_APP_STORE_ID": 21,
  134. }
  135. func (x CustomPlaceholderFieldEnum_CustomPlaceholderField) String() string {
  136. return proto.EnumName(CustomPlaceholderFieldEnum_CustomPlaceholderField_name, int32(x))
  137. }
  138. func (CustomPlaceholderFieldEnum_CustomPlaceholderField) EnumDescriptor() ([]byte, []int) {
  139. return fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb, []int{0, 0}
  140. }
  141. // Values for Custom placeholder fields.
  142. // For more information about dynamic remarketing feeds, see
  143. // https://support.google.com/google-ads/answer/6053288.
  144. type CustomPlaceholderFieldEnum struct {
  145. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  146. XXX_unrecognized []byte `json:"-"`
  147. XXX_sizecache int32 `json:"-"`
  148. }
  149. func (m *CustomPlaceholderFieldEnum) Reset() { *m = CustomPlaceholderFieldEnum{} }
  150. func (m *CustomPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  151. func (*CustomPlaceholderFieldEnum) ProtoMessage() {}
  152. func (*CustomPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  153. return fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb, []int{0}
  154. }
  155. func (m *CustomPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  156. return xxx_messageInfo_CustomPlaceholderFieldEnum.Unmarshal(m, b)
  157. }
  158. func (m *CustomPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  159. return xxx_messageInfo_CustomPlaceholderFieldEnum.Marshal(b, m, deterministic)
  160. }
  161. func (dst *CustomPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  162. xxx_messageInfo_CustomPlaceholderFieldEnum.Merge(dst, src)
  163. }
  164. func (m *CustomPlaceholderFieldEnum) XXX_Size() int {
  165. return xxx_messageInfo_CustomPlaceholderFieldEnum.Size(m)
  166. }
  167. func (m *CustomPlaceholderFieldEnum) XXX_DiscardUnknown() {
  168. xxx_messageInfo_CustomPlaceholderFieldEnum.DiscardUnknown(m)
  169. }
  170. var xxx_messageInfo_CustomPlaceholderFieldEnum proto.InternalMessageInfo
  171. func init() {
  172. proto.RegisterType((*CustomPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.CustomPlaceholderFieldEnum")
  173. proto.RegisterEnum("google.ads.googleads.v0.enums.CustomPlaceholderFieldEnum_CustomPlaceholderField", CustomPlaceholderFieldEnum_CustomPlaceholderField_name, CustomPlaceholderFieldEnum_CustomPlaceholderField_value)
  174. }
  175. func init() {
  176. proto.RegisterFile("google/ads/googleads/v0/enums/custom_placeholder_field.proto", fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb)
  177. }
  178. var fileDescriptor_custom_placeholder_field_e6cf53f3fcb28bfb = []byte{
  179. // 507 bytes of a gzipped FileDescriptorProto
  180. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xd1, 0x8e, 0xd2, 0x40,
  181. 0x14, 0x15, 0x70, 0x41, 0x2e, 0xcb, 0x32, 0x0c, 0xac, 0x1a, 0xcd, 0x3e, 0xec, 0x7e, 0x40, 0x21,
  182. 0xfa, 0x56, 0x7d, 0x19, 0x3a, 0x03, 0x99, 0x50, 0xda, 0x66, 0x66, 0x60, 0x5d, 0x43, 0xd2, 0x20,
  183. 0xad, 0x75, 0x93, 0x42, 0x09, 0x5d, 0xf6, 0x77, 0x4c, 0x7c, 0xf4, 0x23, 0xfc, 0x00, 0x3f, 0xc5,
  184. 0x27, 0x3f, 0xc1, 0xcc, 0x94, 0x05, 0x1f, 0x56, 0x5f, 0x9a, 0x7b, 0xcf, 0x3d, 0xe7, 0xf4, 0xce,
  185. 0xcc, 0x81, 0xf7, 0x49, 0x96, 0x25, 0x69, 0xdc, 0x5b, 0x44, 0x79, 0xaf, 0x28, 0x75, 0x75, 0xdf,
  186. 0xef, 0xc5, 0xeb, 0xdd, 0x2a, 0xef, 0x2d, 0x77, 0xf9, 0x5d, 0xb6, 0x0a, 0x37, 0xe9, 0x62, 0x19,
  187. 0x7f, 0xc9, 0xd2, 0x28, 0xde, 0x86, 0x9f, 0x6f, 0xe3, 0x34, 0xb2, 0x36, 0xdb, 0xec, 0x2e, 0xc3,
  188. 0x17, 0x85, 0xc4, 0x5a, 0x44, 0xb9, 0x75, 0x50, 0x5b, 0xf7, 0x7d, 0xcb, 0xa8, 0xaf, 0x7e, 0x54,
  189. 0xe0, 0x95, 0x63, 0x1c, 0x82, 0xa3, 0xc1, 0x50, 0xeb, 0xd9, 0x7a, 0xb7, 0xba, 0xfa, 0x5a, 0x81,
  190. 0xe7, 0x8f, 0x8f, 0x71, 0x0b, 0x1a, 0x53, 0x4f, 0x06, 0xcc, 0xe1, 0x43, 0xce, 0x28, 0x7a, 0x82,
  191. 0x1b, 0x50, 0x9b, 0x7a, 0x63, 0xcf, 0xbf, 0xf6, 0x50, 0x09, 0x57, 0xa1, 0xcc, 0x29, 0x2a, 0xe3,
  192. 0x1a, 0x54, 0x38, 0x7d, 0x83, 0x2a, 0xf8, 0x0c, 0x80, 0x2b, 0x36, 0x09, 0x15, 0x57, 0x2e, 0x43,
  193. 0x4f, 0x71, 0x1b, 0x9a, 0xa6, 0x97, 0xd3, 0x41, 0x01, 0x9d, 0xe0, 0x2e, 0x20, 0x03, 0x51, 0x26,
  194. 0x1d, 0xc1, 0x03, 0xc5, 0x7d, 0x0f, 0x55, 0x31, 0x82, 0x53, 0x83, 0x12, 0x4a, 0x05, 0x93, 0x12,
  195. 0xd5, 0x70, 0x1d, 0x4e, 0x02, 0xc1, 0x1d, 0x86, 0x9e, 0xe1, 0x0e, 0xb4, 0x86, 0xbe, 0x98, 0x10,
  196. 0xa5, 0x18, 0x0d, 0x0b, 0xb0, 0xae, 0x7f, 0x25, 0x89, 0xcb, 0xf6, 0x3d, 0xe0, 0x97, 0xd0, 0x3d,
  197. 0x92, 0xfe, 0x9a, 0x34, 0x70, 0x13, 0xea, 0x7c, 0x42, 0x46, 0x2c, 0x9c, 0x0a, 0x17, 0x9d, 0x1e,
  198. 0x76, 0x72, 0x88, 0x62, 0x23, 0x5f, 0xdc, 0xa0, 0xa6, 0xf6, 0x1a, 0x72, 0x8f, 0xb8, 0x9a, 0x21,
  199. 0xd1, 0x19, 0x3e, 0x87, 0x76, 0xd1, 0x4f, 0xfc, 0x01, 0x77, 0x59, 0x01, 0xb7, 0xf4, 0x92, 0x4a,
  200. 0x10, 0x67, 0xcc, 0xbd, 0x91, 0xf1, 0x42, 0xf8, 0x05, 0x74, 0x1c, 0xdf, 0x53, 0xec, 0x83, 0x9a,
  201. 0x12, 0x37, 0x1c, 0xb3, 0x9b, 0x6b, 0x5f, 0x50, 0x89, 0xda, 0xfa, 0x94, 0xc4, 0xa3, 0xc2, 0xe7,
  202. 0x34, 0x24, 0x41, 0x10, 0xba, 0xdc, 0x1b, 0x23, 0xac, 0x6f, 0x53, 0xf2, 0x09, 0x77, 0x89, 0x08,
  203. 0x39, 0x95, 0xa8, 0x63, 0x8e, 0xed, 0xcb, 0x23, 0xa5, 0x6b, 0xae, 0x67, 0x8f, 0x48, 0xe5, 0x0b,
  204. 0x16, 0x72, 0x8a, 0xce, 0x07, 0xbf, 0x4b, 0x70, 0xb9, 0xcc, 0x56, 0xd6, 0x7f, 0x9f, 0x79, 0xf0,
  205. 0xfa, 0xf1, 0x47, 0x0c, 0x74, 0x44, 0x82, 0xd2, 0xc7, 0xc1, 0x5e, 0x9d, 0x64, 0xe9, 0x62, 0x9d,
  206. 0x58, 0xd9, 0x36, 0xe9, 0x25, 0xf1, 0xda, 0x04, 0xe8, 0x21, 0x72, 0x9b, 0xdb, 0xfc, 0x1f, 0x09,
  207. 0x7c, 0x67, 0xbe, 0xdf, 0xca, 0x95, 0x11, 0x21, 0xdf, 0xcb, 0x17, 0xa3, 0xc2, 0x8a, 0x44, 0xb9,
  208. 0x55, 0x94, 0xba, 0x9a, 0xf5, 0x2d, 0x9d, 0xa7, 0xfc, 0xe7, 0xc3, 0x7c, 0x4e, 0xa2, 0x7c, 0x7e,
  209. 0x98, 0xcf, 0x67, 0xfd, 0xb9, 0x99, 0xff, 0x2a, 0x5f, 0x16, 0xa0, 0x6d, 0x93, 0x28, 0xb7, 0xed,
  210. 0x03, 0xc3, 0xb6, 0x67, 0x7d, 0xdb, 0x36, 0x9c, 0x4f, 0x55, 0xb3, 0xd8, 0xdb, 0x3f, 0x01, 0x00,
  211. 0x00, 0xff, 0xff, 0xf3, 0x0c, 0x0c, 0x02, 0x19, 0x03, 0x00, 0x00,
  212. }