Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / google-proto-files / google / ads / googleads / v1 / enums / conversion_or_adjustment_lag_bucket.proto
1 // Copyright 2019 Google LLC.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 //     http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15
16 syntax = "proto3";
17
18 package google.ads.googleads.v1.enums;
19
20 import "google/api/annotations.proto";
21
22 option csharp_namespace = "Google.Ads.GoogleAds.V1.Enums";
23 option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v1/enums;enums";
24 option java_multiple_files = true;
25 option java_outer_classname = "ConversionOrAdjustmentLagBucketProto";
26 option java_package = "com.google.ads.googleads.v1.enums";
27 option objc_class_prefix = "GAA";
28 option php_namespace = "Google\\Ads\\GoogleAds\\V1\\Enums";
29 option ruby_package = "Google::Ads::GoogleAds::V1::Enums";
30
31
32 // Container for enum representing the number of days between the impression and
33 // the conversion or between the impression and adjustments to the conversion.
34 message ConversionOrAdjustmentLagBucketEnum {
35   // Enum representing the number of days between the impression and the
36   // conversion or between the impression and adjustments to the conversion.
37   enum ConversionOrAdjustmentLagBucket {
38     // Not specified.
39     UNSPECIFIED = 0;
40
41     // Used for return value only. Represents value unknown in this version.
42     UNKNOWN = 1;
43
44     // Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
45     CONVERSION_LESS_THAN_ONE_DAY = 2;
46
47     // Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
48     CONVERSION_ONE_TO_TWO_DAYS = 3;
49
50     // Conversion lag bucket from 2 to 3 days. 2 days is included,
51     // 3 days is not.
52     CONVERSION_TWO_TO_THREE_DAYS = 4;
53
54     // Conversion lag bucket from 3 to 4 days. 3 days is included,
55     // 4 days is not.
56     CONVERSION_THREE_TO_FOUR_DAYS = 5;
57
58     // Conversion lag bucket from 4 to 5 days. 4 days is included,
59     // 5 days is not.
60     CONVERSION_FOUR_TO_FIVE_DAYS = 6;
61
62     // Conversion lag bucket from 5 to 6 days. 5 days is included,
63     // 6 days is not.
64     CONVERSION_FIVE_TO_SIX_DAYS = 7;
65
66     // Conversion lag bucket from 6 to 7 days. 6 days is included,
67     // 7 days is not.
68     CONVERSION_SIX_TO_SEVEN_DAYS = 8;
69
70     // Conversion lag bucket from 7 to 8 days. 7 days is included,
71     // 8 days is not.
72     CONVERSION_SEVEN_TO_EIGHT_DAYS = 9;
73
74     // Conversion lag bucket from 8 to 9 days. 8 days is included,
75     // 9 days is not.
76     CONVERSION_EIGHT_TO_NINE_DAYS = 10;
77
78     // Conversion lag bucket from 9 to 10 days. 9 days is included,
79     // 10 days is not.
80     CONVERSION_NINE_TO_TEN_DAYS = 11;
81
82     // Conversion lag bucket from 10 to 11 days. 10 days is included,
83     // 11 days is not.
84     CONVERSION_TEN_TO_ELEVEN_DAYS = 12;
85
86     // Conversion lag bucket from 11 to 12 days. 11 days is included,
87     // 12 days is not.
88     CONVERSION_ELEVEN_TO_TWELVE_DAYS = 13;
89
90     // Conversion lag bucket from 12 to 13 days. 12 days is included,
91     // 13 days is not.
92     CONVERSION_TWELVE_TO_THIRTEEN_DAYS = 14;
93
94     // Conversion lag bucket from 13 to 14 days. 13 days is included,
95     // 14 days is not.
96     CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS = 15;
97
98     // Conversion lag bucket from 14 to 21 days. 14 days is included,
99     // 21 days is not.
100     CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS = 16;
101
102     // Conversion lag bucket from 21 to 30 days. 21 days is included,
103     // 30 days is not.
104     CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS = 17;
105
106     // Conversion lag bucket from 30 to 45 days. 30 days is included,
107     // 45 days is not.
108     CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS = 18;
109
110     // Conversion lag bucket from 45 to 60 days. 45 days is included,
111     // 60 days is not.
112     CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS = 19;
113
114     // Conversion lag bucket from 60 to 90 days. 60 days is included,
115     // 90 days is not.
116     CONVERSION_SIXTY_TO_NINETY_DAYS = 20;
117
118     // Conversion adjustment lag bucket from 0 to 1 day. 0 day is included,
119     // 1 day is not.
120     ADJUSTMENT_LESS_THAN_ONE_DAY = 21;
121
122     // Conversion adjustment lag bucket from 1 to 2 days. 1 day is included,
123     // 2 days is not.
124     ADJUSTMENT_ONE_TO_TWO_DAYS = 22;
125
126     // Conversion adjustment lag bucket from 2 to 3 days. 2 days is included,
127     // 3 days is not.
128     ADJUSTMENT_TWO_TO_THREE_DAYS = 23;
129
130     // Conversion adjustment lag bucket from 3 to 4 days. 3 days is included,
131     // 4 days is not.
132     ADJUSTMENT_THREE_TO_FOUR_DAYS = 24;
133
134     // Conversion adjustment lag bucket from 4 to 5 days. 4 days is included,
135     // 5 days is not.
136     ADJUSTMENT_FOUR_TO_FIVE_DAYS = 25;
137
138     // Conversion adjustment lag bucket from 5 to 6 days. 5 days is included,
139     // 6 days is not.
140     ADJUSTMENT_FIVE_TO_SIX_DAYS = 26;
141
142     // Conversion adjustment lag bucket from 6 to 7 days. 6 days is included,
143     // 7 days is not.
144     ADJUSTMENT_SIX_TO_SEVEN_DAYS = 27;
145
146     // Conversion adjustment lag bucket from 7 to 8 days. 7 days is included,
147     // 8 days is not.
148     ADJUSTMENT_SEVEN_TO_EIGHT_DAYS = 28;
149
150     // Conversion adjustment lag bucket from 8 to 9 days. 8 days is included,
151     // 9 days is not.
152     ADJUSTMENT_EIGHT_TO_NINE_DAYS = 29;
153
154     // Conversion adjustment lag bucket from 9 to 10 days. 9 days is included,
155     // 10 days is not.
156     ADJUSTMENT_NINE_TO_TEN_DAYS = 30;
157
158     // Conversion adjustment lag bucket from 10 to 11 days. 10 days is included,
159     // 11 days is not.
160     ADJUSTMENT_TEN_TO_ELEVEN_DAYS = 31;
161
162     // Conversion adjustment lag bucket from 11 to 12 days. 11 days is included,
163     // 12 days is not.
164     ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS = 32;
165
166     // Conversion adjustment lag bucket from 12 to 13 days. 12 days is included,
167     // 13 days is not.
168     ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS = 33;
169
170     // Conversion adjustment lag bucket from 13 to 14 days. 13 days is included,
171     // 14 days is not.
172     ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS = 34;
173
174     // Conversion adjustment lag bucket from 14 to 21 days. 14 days is included,
175     // 21 days is not.
176     ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS = 35;
177
178     // Conversion adjustment lag bucket from 21 to 30 days. 21 days is included,
179     // 30 days is not.
180     ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS = 36;
181
182     // Conversion adjustment lag bucket from 30 to 45 days. 30 days is included,
183     // 45 days is not.
184     ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS = 37;
185
186     // Conversion adjustment lag bucket from 45 to 60 days. 45 days is included,
187     // 60 days is not.
188     ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS = 38;
189
190     // Conversion adjustment lag bucket from 60 to 90 days. 60 days is included,
191     // 90 days is not.
192     ADJUSTMENT_SIXTY_TO_NINETY_DAYS = 39;
193
194     // Conversion adjustment lag bucket from 90 to 145 days. 90 days is
195     // included, 145 days is not.
196     ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS = 40;
197
198     // Conversion lag bucket UNKNOWN. This is for dates before conversion lag
199     // bucket was available in Google Ads.
200     CONVERSION_UNKNOWN = 41;
201
202     // Conversion adjustment lag bucket UNKNOWN. This is for dates before
203     // conversion adjustment lag bucket was available in Google Ads.
204     ADJUSTMENT_UNKNOWN = 42;
205   }
206
207
208 }