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.
 
 
 

217 lines
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/local_placeholder_field.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // Possible values for Local placeholder fields.
  18. type LocalPlaceholderFieldEnum_LocalPlaceholderField int32
  19. const (
  20. // Not specified.
  21. LocalPlaceholderFieldEnum_UNSPECIFIED LocalPlaceholderFieldEnum_LocalPlaceholderField = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. LocalPlaceholderFieldEnum_UNKNOWN LocalPlaceholderFieldEnum_LocalPlaceholderField = 1
  24. // Data Type: STRING. Required. Unique ID.
  25. LocalPlaceholderFieldEnum_DEAL_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 2
  26. // Data Type: STRING. Required. Main headline with local deal title to be
  27. // shown in dynamic ad.
  28. LocalPlaceholderFieldEnum_DEAL_NAME LocalPlaceholderFieldEnum_LocalPlaceholderField = 3
  29. // Data Type: STRING. Local deal subtitle to be shown in dynamic ad.
  30. LocalPlaceholderFieldEnum_SUBTITLE LocalPlaceholderFieldEnum_LocalPlaceholderField = 4
  31. // Data Type: STRING. Description of local deal to be shown in dynamic ad.
  32. LocalPlaceholderFieldEnum_DESCRIPTION LocalPlaceholderFieldEnum_LocalPlaceholderField = 5
  33. // Data Type: STRING. Price to be shown in the ad. Highly recommended for
  34. // dynamic ads. Example: "100.00 USD"
  35. LocalPlaceholderFieldEnum_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 6
  36. // Data Type: STRING. Formatted price to be shown in the ad.
  37. // Example: "Starting at $100.00 USD", "$80 - $100"
  38. LocalPlaceholderFieldEnum_FORMATTED_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 7
  39. // Data Type: STRING. Sale price to be shown in the ad.
  40. // Example: "80.00 USD"
  41. LocalPlaceholderFieldEnum_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 8
  42. // Data Type: STRING. Formatted sale price to be shown in the ad.
  43. // Example: "On sale for $80.00", "$60 - $80"
  44. LocalPlaceholderFieldEnum_FORMATTED_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 9
  45. // Data Type: URL. Image to be displayed in the ad.
  46. LocalPlaceholderFieldEnum_IMAGE_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 10
  47. // Data Type: STRING. Complete property address, including postal code.
  48. LocalPlaceholderFieldEnum_ADDRESS LocalPlaceholderFieldEnum_LocalPlaceholderField = 11
  49. // Data Type: STRING. Category of local deal used to group like items
  50. // together for recommendation engine.
  51. LocalPlaceholderFieldEnum_CATEGORY LocalPlaceholderFieldEnum_LocalPlaceholderField = 12
  52. // Data Type: STRING_LIST. Keywords used for product retrieval.
  53. LocalPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 13
  54. // Data Type: URL_LIST. Required. Final URLs to be used in ad when using
  55. // Upgraded URLs; the more specific the better (e.g. the individual URL of a
  56. // specific local deal and its location).
  57. LocalPlaceholderFieldEnum_FINAL_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 14
  58. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  59. // URLs.
  60. LocalPlaceholderFieldEnum_FINAL_MOBILE_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 15
  61. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  62. LocalPlaceholderFieldEnum_TRACKING_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 16
  63. // Data Type: STRING. Android app link. Must be formatted as:
  64. // android-app://{package_id}/{scheme}/{host_path}.
  65. // The components are defined as follows:
  66. // package_id: app ID as specified in Google Play.
  67. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  68. // scheme.
  69. // host_path: identifies the specific content within your application.
  70. LocalPlaceholderFieldEnum_ANDROID_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 17
  71. // Data Type: STRING_LIST. List of recommended local deal IDs to show
  72. // together with this item.
  73. LocalPlaceholderFieldEnum_SIMILAR_DEAL_IDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 18
  74. // Data Type: STRING. iOS app link.
  75. LocalPlaceholderFieldEnum_IOS_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 19
  76. // Data Type: INT64. iOS app store ID.
  77. LocalPlaceholderFieldEnum_IOS_APP_STORE_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 20
  78. )
  79. var LocalPlaceholderFieldEnum_LocalPlaceholderField_name = map[int32]string{
  80. 0: "UNSPECIFIED",
  81. 1: "UNKNOWN",
  82. 2: "DEAL_ID",
  83. 3: "DEAL_NAME",
  84. 4: "SUBTITLE",
  85. 5: "DESCRIPTION",
  86. 6: "PRICE",
  87. 7: "FORMATTED_PRICE",
  88. 8: "SALE_PRICE",
  89. 9: "FORMATTED_SALE_PRICE",
  90. 10: "IMAGE_URL",
  91. 11: "ADDRESS",
  92. 12: "CATEGORY",
  93. 13: "CONTEXTUAL_KEYWORDS",
  94. 14: "FINAL_URLS",
  95. 15: "FINAL_MOBILE_URLS",
  96. 16: "TRACKING_URL",
  97. 17: "ANDROID_APP_LINK",
  98. 18: "SIMILAR_DEAL_IDS",
  99. 19: "IOS_APP_LINK",
  100. 20: "IOS_APP_STORE_ID",
  101. }
  102. var LocalPlaceholderFieldEnum_LocalPlaceholderField_value = map[string]int32{
  103. "UNSPECIFIED": 0,
  104. "UNKNOWN": 1,
  105. "DEAL_ID": 2,
  106. "DEAL_NAME": 3,
  107. "SUBTITLE": 4,
  108. "DESCRIPTION": 5,
  109. "PRICE": 6,
  110. "FORMATTED_PRICE": 7,
  111. "SALE_PRICE": 8,
  112. "FORMATTED_SALE_PRICE": 9,
  113. "IMAGE_URL": 10,
  114. "ADDRESS": 11,
  115. "CATEGORY": 12,
  116. "CONTEXTUAL_KEYWORDS": 13,
  117. "FINAL_URLS": 14,
  118. "FINAL_MOBILE_URLS": 15,
  119. "TRACKING_URL": 16,
  120. "ANDROID_APP_LINK": 17,
  121. "SIMILAR_DEAL_IDS": 18,
  122. "IOS_APP_LINK": 19,
  123. "IOS_APP_STORE_ID": 20,
  124. }
  125. func (x LocalPlaceholderFieldEnum_LocalPlaceholderField) String() string {
  126. return proto.EnumName(LocalPlaceholderFieldEnum_LocalPlaceholderField_name, int32(x))
  127. }
  128. func (LocalPlaceholderFieldEnum_LocalPlaceholderField) EnumDescriptor() ([]byte, []int) {
  129. return fileDescriptor_local_placeholder_field_acfbfe8fb3d3dc88, []int{0, 0}
  130. }
  131. // Values for Local placeholder fields.
  132. // For more information about dynamic remarketing feeds, see
  133. // https://support.google.com/google-ads/answer/6053288.
  134. type LocalPlaceholderFieldEnum struct {
  135. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  136. XXX_unrecognized []byte `json:"-"`
  137. XXX_sizecache int32 `json:"-"`
  138. }
  139. func (m *LocalPlaceholderFieldEnum) Reset() { *m = LocalPlaceholderFieldEnum{} }
  140. func (m *LocalPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  141. func (*LocalPlaceholderFieldEnum) ProtoMessage() {}
  142. func (*LocalPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  143. return fileDescriptor_local_placeholder_field_acfbfe8fb3d3dc88, []int{0}
  144. }
  145. func (m *LocalPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  146. return xxx_messageInfo_LocalPlaceholderFieldEnum.Unmarshal(m, b)
  147. }
  148. func (m *LocalPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  149. return xxx_messageInfo_LocalPlaceholderFieldEnum.Marshal(b, m, deterministic)
  150. }
  151. func (dst *LocalPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  152. xxx_messageInfo_LocalPlaceholderFieldEnum.Merge(dst, src)
  153. }
  154. func (m *LocalPlaceholderFieldEnum) XXX_Size() int {
  155. return xxx_messageInfo_LocalPlaceholderFieldEnum.Size(m)
  156. }
  157. func (m *LocalPlaceholderFieldEnum) XXX_DiscardUnknown() {
  158. xxx_messageInfo_LocalPlaceholderFieldEnum.DiscardUnknown(m)
  159. }
  160. var xxx_messageInfo_LocalPlaceholderFieldEnum proto.InternalMessageInfo
  161. func init() {
  162. proto.RegisterType((*LocalPlaceholderFieldEnum)(nil), "google.ads.googleads.v1.enums.LocalPlaceholderFieldEnum")
  163. proto.RegisterEnum("google.ads.googleads.v1.enums.LocalPlaceholderFieldEnum_LocalPlaceholderField", LocalPlaceholderFieldEnum_LocalPlaceholderField_name, LocalPlaceholderFieldEnum_LocalPlaceholderField_value)
  164. }
  165. func init() {
  166. proto.RegisterFile("google/ads/googleads/v1/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_acfbfe8fb3d3dc88)
  167. }
  168. var fileDescriptor_local_placeholder_field_acfbfe8fb3d3dc88 = []byte{
  169. // 511 bytes of a gzipped FileDescriptorProto
  170. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30,
  171. 0x14, 0x1e, 0xb0, 0xfe, 0x60, 0x68, 0x71, 0x0d, 0xd5, 0xb6, 0x6a, 0xbd, 0x68, 0x1f, 0x20, 0x11,
  172. 0xda, 0x5d, 0x7a, 0x65, 0x12, 0x83, 0x2c, 0x82, 0x13, 0xd9, 0x0e, 0x5d, 0x27, 0xa4, 0x28, 0x23,
  173. 0x59, 0x86, 0x14, 0x62, 0x44, 0x68, 0x1f, 0x62, 0x8f, 0xb1, 0xab, 0x69, 0x8f, 0xb2, 0x47, 0xd9,
  174. 0xcd, 0x5e, 0x61, 0x72, 0xc2, 0xcf, 0x2e, 0xba, 0xde, 0x58, 0xe7, 0x9c, 0xef, 0xe7, 0x1c, 0xf9,
  175. 0x1c, 0x70, 0x97, 0x2a, 0x95, 0x66, 0x89, 0x19, 0xc5, 0x85, 0x59, 0x85, 0x3a, 0x7a, 0xea, 0x9b,
  176. 0x49, 0xfe, 0xb8, 0x2c, 0xcc, 0x4c, 0xcd, 0xa3, 0x2c, 0x5c, 0x65, 0xd1, 0x3c, 0xf9, 0xaa, 0xb2,
  177. 0x38, 0x59, 0x87, 0x5f, 0x16, 0x49, 0x16, 0x1b, 0xab, 0xb5, 0xda, 0x28, 0x74, 0x5d, 0x29, 0x8c,
  178. 0x28, 0x2e, 0x8c, 0xbd, 0xd8, 0x78, 0xea, 0x1b, 0xa5, 0xf8, 0xea, 0xfd, 0xce, 0x7b, 0xb5, 0x30,
  179. 0xa3, 0x3c, 0x57, 0x9b, 0x68, 0xb3, 0x50, 0x79, 0x51, 0x89, 0x6f, 0x7f, 0x34, 0xc0, 0x3b, 0x57,
  180. 0xdb, 0xfb, 0x07, 0xf7, 0xa1, 0x36, 0x27, 0xf9, 0xe3, 0xf2, 0xf6, 0x5b, 0x03, 0x5c, 0x3e, 0x8b,
  181. 0xa2, 0x0e, 0x68, 0x05, 0x4c, 0xf8, 0xc4, 0xa6, 0x43, 0x4a, 0x1c, 0xf8, 0x0a, 0xb5, 0xc0, 0x49,
  182. 0xc0, 0xc6, 0xcc, 0xbb, 0x67, 0xb0, 0xa6, 0x13, 0x87, 0x60, 0x37, 0xa4, 0x0e, 0xac, 0xa3, 0x33,
  183. 0xd0, 0x2c, 0x13, 0x86, 0x27, 0x04, 0x36, 0x50, 0x1b, 0x9c, 0x8a, 0x60, 0x20, 0xa9, 0x74, 0x09,
  184. 0x7c, 0xad, 0x7d, 0x1c, 0x22, 0x6c, 0x4e, 0x7d, 0x49, 0x3d, 0x06, 0x8f, 0x50, 0x13, 0x1c, 0xf9,
  185. 0x9c, 0xda, 0x04, 0x1e, 0xa3, 0x2e, 0xe8, 0x0c, 0x3d, 0x3e, 0xc1, 0x52, 0x12, 0x27, 0xac, 0x8a,
  186. 0x27, 0xe8, 0x1c, 0x00, 0x81, 0x5d, 0xb2, 0xcd, 0x4f, 0xd1, 0x5b, 0xd0, 0x3b, 0x90, 0xfe, 0x41,
  187. 0x9a, 0xba, 0x2f, 0x9d, 0xe0, 0x11, 0x09, 0x03, 0xee, 0x42, 0xa0, 0x67, 0xc2, 0x8e, 0xc3, 0x89,
  188. 0x10, 0xb0, 0xa5, 0x87, 0xb0, 0xb1, 0x24, 0x23, 0x8f, 0x3f, 0xc0, 0x36, 0x7a, 0x03, 0xba, 0xb6,
  189. 0xc7, 0x24, 0xf9, 0x28, 0x03, 0xec, 0x86, 0x63, 0xf2, 0x70, 0xef, 0x71, 0x47, 0xc0, 0x33, 0xdd,
  190. 0x6c, 0x48, 0x19, 0x76, 0xb5, 0x85, 0x80, 0xe7, 0xe8, 0x12, 0x5c, 0x54, 0xf9, 0xc4, 0x1b, 0x50,
  191. 0x97, 0x54, 0xe5, 0x0e, 0x82, 0xa0, 0x2d, 0x39, 0xb6, 0xc7, 0x94, 0x8d, 0xca, 0x66, 0x10, 0xf5,
  192. 0x00, 0xc4, 0xcc, 0xe1, 0x1e, 0x75, 0x42, 0xec, 0xfb, 0xa1, 0x4b, 0xd9, 0x18, 0x5e, 0xe8, 0xaa,
  193. 0xa0, 0x13, 0xea, 0x62, 0x1e, 0x6e, 0xbf, 0x47, 0x40, 0xa4, 0xd5, 0xd4, 0x13, 0x07, 0x5e, 0x57,
  194. 0xf3, 0x76, 0x15, 0x21, 0x3d, 0x4e, 0xf4, 0x3f, 0xf6, 0x06, 0x7f, 0x6a, 0xe0, 0x66, 0xae, 0x96,
  195. 0xc6, 0x8b, 0xeb, 0x1e, 0x5c, 0x3d, 0xbb, 0x2f, 0x5f, 0x2f, 0xdb, 0xaf, 0x7d, 0x1a, 0x6c, 0xc5,
  196. 0xa9, 0xca, 0xa2, 0x3c, 0x35, 0xd4, 0x3a, 0x35, 0xd3, 0x24, 0x2f, 0x4f, 0x61, 0x77, 0x78, 0xab,
  197. 0x45, 0xf1, 0x9f, 0x3b, 0xbc, 0x2b, 0xdf, 0xef, 0xf5, 0xc6, 0x08, 0xe3, 0x9f, 0xf5, 0xeb, 0x51,
  198. 0x65, 0x85, 0xe3, 0xc2, 0xa8, 0x42, 0x1d, 0x4d, 0xfb, 0x86, 0xbe, 0x9c, 0xe2, 0xd7, 0x0e, 0x9f,
  199. 0xe1, 0xb8, 0x98, 0xed, 0xf1, 0xd9, 0xb4, 0x3f, 0x2b, 0xf1, 0xdf, 0xf5, 0x9b, 0xaa, 0x68, 0x59,
  200. 0x38, 0x2e, 0x2c, 0x6b, 0xcf, 0xb0, 0xac, 0x69, 0xdf, 0xb2, 0x4a, 0xce, 0xe7, 0xe3, 0x72, 0xb0,
  201. 0x0f, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5e, 0x7d, 0xf3, 0x33, 0x1f, 0x03, 0x00, 0x00,
  202. }