aboutsummaryrefslogtreecommitdiff
path: root/google/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.proto
blob: a6aae4edcd537cc4f67ddeb012cc8dd9bac59d3e (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
// Copyright 2019 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.v1.enums;

import "google/api/annotations.proto";

option csharp_namespace = "Google.Ads.GoogleAds.V1.Enums";
option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v1/enums;enums";
option java_multiple_files = true;
option java_outer_classname = "ConversionOrAdjustmentLagBucketProto";
option java_package = "com.google.ads.googleads.v1.enums";
option objc_class_prefix = "GAA";
option php_namespace = "Google\\Ads\\GoogleAds\\V1\\Enums";
option ruby_package = "Google::Ads::GoogleAds::V1::Enums";


// Container for enum representing the number of days between the impression and
// the conversion or between the impression and adjustments to the conversion.
message ConversionOrAdjustmentLagBucketEnum {
  // Enum representing the number of days between the impression and the
  // conversion or between the impression and adjustments to the conversion.
  enum ConversionOrAdjustmentLagBucket {
    // Not specified.
    UNSPECIFIED = 0;

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

    // Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
    CONVERSION_LESS_THAN_ONE_DAY = 2;

    // Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
    CONVERSION_ONE_TO_TWO_DAYS = 3;

    // Conversion lag bucket from 2 to 3 days. 2 days is included,
    // 3 days is not.
    CONVERSION_TWO_TO_THREE_DAYS = 4;

    // Conversion lag bucket from 3 to 4 days. 3 days is included,
    // 4 days is not.
    CONVERSION_THREE_TO_FOUR_DAYS = 5;

    // Conversion lag bucket from 4 to 5 days. 4 days is included,
    // 5 days is not.
    CONVERSION_FOUR_TO_FIVE_DAYS = 6;

    // Conversion lag bucket from 5 to 6 days. 5 days is included,
    // 6 days is not.
    CONVERSION_FIVE_TO_SIX_DAYS = 7;

    // Conversion lag bucket from 6 to 7 days. 6 days is included,
    // 7 days is not.
    CONVERSION_SIX_TO_SEVEN_DAYS = 8;

    // Conversion lag bucket from 7 to 8 days. 7 days is included,
    // 8 days is not.
    CONVERSION_SEVEN_TO_EIGHT_DAYS = 9;

    // Conversion lag bucket from 8 to 9 days. 8 days is included,
    // 9 days is not.
    CONVERSION_EIGHT_TO_NINE_DAYS = 10;

    // Conversion lag bucket from 9 to 10 days. 9 days is included,
    // 10 days is not.
    CONVERSION_NINE_TO_TEN_DAYS = 11;

    // Conversion lag bucket from 10 to 11 days. 10 days is included,
    // 11 days is not.
    CONVERSION_TEN_TO_ELEVEN_DAYS = 12;

    // Conversion lag bucket from 11 to 12 days. 11 days is included,
    // 12 days is not.
    CONVERSION_ELEVEN_TO_TWELVE_DAYS = 13;

    // Conversion lag bucket from 12 to 13 days. 12 days is included,
    // 13 days is not.
    CONVERSION_TWELVE_TO_THIRTEEN_DAYS = 14;

    // Conversion lag bucket from 13 to 14 days. 13 days is included,
    // 14 days is not.
    CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS = 15;

    // Conversion lag bucket from 14 to 21 days. 14 days is included,
    // 21 days is not.
    CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS = 16;

    // Conversion lag bucket from 21 to 30 days. 21 days is included,
    // 30 days is not.
    CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS = 17;

    // Conversion lag bucket from 30 to 45 days. 30 days is included,
    // 45 days is not.
    CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS = 18;

    // Conversion lag bucket from 45 to 60 days. 45 days is included,
    // 60 days is not.
    CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS = 19;

    // Conversion lag bucket from 60 to 90 days. 60 days is included,
    // 90 days is not.
    CONVERSION_SIXTY_TO_NINETY_DAYS = 20;

    // Conversion adjustment lag bucket from 0 to 1 day. 0 day is included,
    // 1 day is not.
    ADJUSTMENT_LESS_THAN_ONE_DAY = 21;

    // Conversion adjustment lag bucket from 1 to 2 days. 1 day is included,
    // 2 days is not.
    ADJUSTMENT_ONE_TO_TWO_DAYS = 22;

    // Conversion adjustment lag bucket from 2 to 3 days. 2 days is included,
    // 3 days is not.
    ADJUSTMENT_TWO_TO_THREE_DAYS = 23;

    // Conversion adjustment lag bucket from 3 to 4 days. 3 days is included,
    // 4 days is not.
    ADJUSTMENT_THREE_TO_FOUR_DAYS = 24;

    // Conversion adjustment lag bucket from 4 to 5 days. 4 days is included,
    // 5 days is not.
    ADJUSTMENT_FOUR_TO_FIVE_DAYS = 25;

    // Conversion adjustment lag bucket from 5 to 6 days. 5 days is included,
    // 6 days is not.
    ADJUSTMENT_FIVE_TO_SIX_DAYS = 26;

    // Conversion adjustment lag bucket from 6 to 7 days. 6 days is included,
    // 7 days is not.
    ADJUSTMENT_SIX_TO_SEVEN_DAYS = 27;

    // Conversion adjustment lag bucket from 7 to 8 days. 7 days is included,
    // 8 days is not.
    ADJUSTMENT_SEVEN_TO_EIGHT_DAYS = 28;

    // Conversion adjustment lag bucket from 8 to 9 days. 8 days is included,
    // 9 days is not.
    ADJUSTMENT_EIGHT_TO_NINE_DAYS = 29;

    // Conversion adjustment lag bucket from 9 to 10 days. 9 days is included,
    // 10 days is not.
    ADJUSTMENT_NINE_TO_TEN_DAYS = 30;

    // Conversion adjustment lag bucket from 10 to 11 days. 10 days is included,
    // 11 days is not.
    ADJUSTMENT_TEN_TO_ELEVEN_DAYS = 31;

    // Conversion adjustment lag bucket from 11 to 12 days. 11 days is included,
    // 12 days is not.
    ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS = 32;

    // Conversion adjustment lag bucket from 12 to 13 days. 12 days is included,
    // 13 days is not.
    ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS = 33;

    // Conversion adjustment lag bucket from 13 to 14 days. 13 days is included,
    // 14 days is not.
    ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS = 34;

    // Conversion adjustment lag bucket from 14 to 21 days. 14 days is included,
    // 21 days is not.
    ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS = 35;

    // Conversion adjustment lag bucket from 21 to 30 days. 21 days is included,
    // 30 days is not.
    ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS = 36;

    // Conversion adjustment lag bucket from 30 to 45 days. 30 days is included,
    // 45 days is not.
    ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS = 37;

    // Conversion adjustment lag bucket from 45 to 60 days. 45 days is included,
    // 60 days is not.
    ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS = 38;

    // Conversion adjustment lag bucket from 60 to 90 days. 60 days is included,
    // 90 days is not.
    ADJUSTMENT_SIXTY_TO_NINETY_DAYS = 39;

    // Conversion adjustment lag bucket from 90 to 145 days. 90 days is
    // included, 145 days is not.
    ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS = 40;

    // Conversion lag bucket UNKNOWN. This is for dates before conversion lag
    // bucket was available in Google Ads.
    CONVERSION_UNKNOWN = 41;

    // Conversion adjustment lag bucket UNKNOWN. This is for dates before
    // conversion adjustment lag bucket was available in Google Ads.
    ADJUSTMENT_UNKNOWN = 42;
  }


}