aboutsummaryrefslogtreecommitdiff
path: root/google/ads/googleads/v0/enums/price_placeholder_field.proto
blob: 62886f6b0f00ea7ed0bbf3a4cbf07b76e005dca5 (plain)
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
235
236
237
// Copyright 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

syntax = "proto3";

package google.ads.googleads.v0.enums;

option csharp_namespace = "Google.Ads.GoogleAds.V0.Enums";
option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v0/enums;enums";
option java_multiple_files = true;
option java_outer_classname = "PricePlaceholderFieldProto";
option java_package = "com.google.ads.googleads.v0.enums";
option objc_class_prefix = "GAA";
option php_namespace = "Google\\Ads\\GoogleAds\\V0\\Enums";


// Values for Price placeholder fields.
message PricePlaceholderFieldEnum {
  // Possible values for Price placeholder fields.
  enum PricePlaceholderField {
    // Not specified.
    UNSPECIFIED = 0;

    // Used for return value only. Represents value unknown in this version.
    UNKNOWN = 1;

    // Data Type: STRING. The type of your price feed. Must match one of the
    // predefined price feed type exactly.
    TYPE = 2;

    // Data Type: STRING. The qualifier of each price. Must match one of the
    // predefined price qualifiers exactly.
    PRICE_QUALIFIER = 3;

    // Data Type: URL. Tracking template for the price feed when using Upgraded
    // URLs.
    TRACKING_TEMPLATE = 4;

    // Data Type: STRING. Language of the price feed. Must match one of the
    // available available locale codes exactly.
    LANGUAGE = 5;

    // Data Type: STRING. Final URL suffix for the price feed when using
    // parallel tracking.
    FINAL_URL_SUFFIX = 6;

    // Data Type: STRING. The header of item 1 of the table.
    ITEM_1_HEADER = 100;

    // Data Type: STRING. The description of item 1 of the table.
    ITEM_1_DESCRIPTION = 101;

    // Data Type: PRICE. The price (money with currency) of item 1 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_1_PRICE = 102;

    // Data Type: STRING. The price unit of item 1 of the table. Must match one
    // of the predefined price units.
    ITEM_1_UNIT = 103;

    // Data Type: URL_LIST. The final URLs of item 1 of the table when using
    // Upgraded URLs.
    ITEM_1_FINAL_URLS = 104;

    // Data Type: URL_LIST. The final mobile URLs of item 1 of the table when
    // using Upgraded URLs.
    ITEM_1_FINAL_MOBILE_URLS = 105;

    // Data Type: STRING. The header of item 2 of the table.
    ITEM_2_HEADER = 200;

    // Data Type: STRING. The description of item 2 of the table.
    ITEM_2_DESCRIPTION = 201;

    // Data Type: PRICE. The price (money with currency) of item 2 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_2_PRICE = 202;

    // Data Type: STRING. The price unit of item 2 of the table. Must match one
    // of the predefined price units.
    ITEM_2_UNIT = 203;

    // Data Type: URL_LIST. The final URLs of item 2 of the table when using
    // Upgraded URLs.
    ITEM_2_FINAL_URLS = 204;

    // Data Type: URL_LIST. The final mobile URLs of item 2 of the table when
    // using Upgraded URLs.
    ITEM_2_FINAL_MOBILE_URLS = 205;

    // Data Type: STRING. The header of item 3 of the table.
    ITEM_3_HEADER = 300;

    // Data Type: STRING. The description of item 3 of the table.
    ITEM_3_DESCRIPTION = 301;

    // Data Type: PRICE. The price (money with currency) of item 3 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_3_PRICE = 302;

    // Data Type: STRING. The price unit of item 3 of the table. Must match one
    // of the predefined price units.
    ITEM_3_UNIT = 303;

    // Data Type: URL_LIST. The final URLs of item 3 of the table when using
    // Upgraded URLs.
    ITEM_3_FINAL_URLS = 304;

    // Data Type: URL_LIST. The final mobile URLs of item 3 of the table when
    // using Upgraded URLs.
    ITEM_3_FINAL_MOBILE_URLS = 305;

    // Data Type: STRING. The header of item 4 of the table.
    ITEM_4_HEADER = 400;

    // Data Type: STRING. The description of item 4 of the table.
    ITEM_4_DESCRIPTION = 401;

    // Data Type: PRICE. The price (money with currency) of item 4 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_4_PRICE = 402;

    // Data Type: STRING. The price unit of item 4 of the table. Must match one
    // of the predefined price units.
    ITEM_4_UNIT = 403;

    // Data Type: URL_LIST. The final URLs of item 4 of the table when using
    // Upgraded URLs.
    ITEM_4_FINAL_URLS = 404;

    // Data Type: URL_LIST. The final mobile URLs of item 4 of the table when
    // using Upgraded URLs.
    ITEM_4_FINAL_MOBILE_URLS = 405;

    // Data Type: STRING. The header of item 5 of the table.
    ITEM_5_HEADER = 500;

    // Data Type: STRING. The description of item 5 of the table.
    ITEM_5_DESCRIPTION = 501;

    // Data Type: PRICE. The price (money with currency) of item 5 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_5_PRICE = 502;

    // Data Type: STRING. The price unit of item 5 of the table. Must match one
    // of the predefined price units.
    ITEM_5_UNIT = 503;

    // Data Type: URL_LIST. The final URLs of item 5 of the table when using
    // Upgraded URLs.
    ITEM_5_FINAL_URLS = 504;

    // Data Type: URL_LIST. The final mobile URLs of item 5 of the table when
    // using Upgraded URLs.
    ITEM_5_FINAL_MOBILE_URLS = 505;

    // Data Type: STRING. The header of item 6 of the table.
    ITEM_6_HEADER = 600;

    // Data Type: STRING. The description of item 6 of the table.
    ITEM_6_DESCRIPTION = 601;

    // Data Type: PRICE. The price (money with currency) of item 6 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_6_PRICE = 602;

    // Data Type: STRING. The price unit of item 6 of the table. Must match one
    // of the predefined price units.
    ITEM_6_UNIT = 603;

    // Data Type: URL_LIST. The final URLs of item 6 of the table when using
    // Upgraded URLs.
    ITEM_6_FINAL_URLS = 604;

    // Data Type: URL_LIST. The final mobile URLs of item 6 of the table when
    // using Upgraded URLs.
    ITEM_6_FINAL_MOBILE_URLS = 605;

    // Data Type: STRING. The header of item 7 of the table.
    ITEM_7_HEADER = 700;

    // Data Type: STRING. The description of item 7 of the table.
    ITEM_7_DESCRIPTION = 701;

    // Data Type: PRICE. The price (money with currency) of item 7 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_7_PRICE = 702;

    // Data Type: STRING. The price unit of item 7 of the table. Must match one
    // of the predefined price units.
    ITEM_7_UNIT = 703;

    // Data Type: URL_LIST. The final URLs of item 7 of the table when using
    // Upgraded URLs.
    ITEM_7_FINAL_URLS = 704;

    // Data Type: URL_LIST. The final mobile URLs of item 7 of the table when
    // using Upgraded URLs.
    ITEM_7_FINAL_MOBILE_URLS = 705;

    // Data Type: STRING. The header of item 8 of the table.
    ITEM_8_HEADER = 800;

    // Data Type: STRING. The description of item 8 of the table.
    ITEM_8_DESCRIPTION = 801;

    // Data Type: PRICE. The price (money with currency) of item 8 of the table,
    // e.g., 30 USD. The currency must match one of the available currencies.
    ITEM_8_PRICE = 802;

    // Data Type: STRING. The price unit of item 8 of the table. Must match one
    // of the predefined price units.
    ITEM_8_UNIT = 803;

    // Data Type: URL_LIST. The final URLs of item 8 of the table when using
    // Upgraded URLs.
    ITEM_8_FINAL_URLS = 804;

    // Data Type: URL_LIST. The final mobile URLs of item 8 of the table when
    // using Upgraded URLs.
    ITEM_8_FINAL_MOBILE_URLS = 805;
  }


}