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