source: vendor/google/apiclient-services/src/Doubleclicksearch/Conversion.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 11.0 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\Doubleclicksearch;
19
20class Conversion extends \Google\Collection
21{
22 protected $collection_key = 'customMetric';
23 /**
24 * @var string
25 */
26 public $adGroupId;
27 /**
28 * @var string
29 */
30 public $adId;
31 /**
32 * @var string
33 */
34 public $adUserDataConsent;
35 /**
36 * @var string
37 */
38 public $advertiserId;
39 /**
40 * @var string
41 */
42 public $agencyId;
43 /**
44 * @var string
45 */
46 public $attributionModel;
47 /**
48 * @var string
49 */
50 public $campaignId;
51 /**
52 * @var string
53 */
54 public $channel;
55 /**
56 * @var string
57 */
58 public $clickId;
59 /**
60 * @var string
61 */
62 public $conversionId;
63 /**
64 * @var string
65 */
66 public $conversionModifiedTimestamp;
67 /**
68 * @var string
69 */
70 public $conversionTimestamp;
71 /**
72 * @var string
73 */
74 public $countMillis;
75 /**
76 * @var string
77 */
78 public $criterionId;
79 /**
80 * @var string
81 */
82 public $currencyCode;
83 protected $customDimensionType = CustomDimension::class;
84 protected $customDimensionDataType = 'array';
85 protected $customMetricType = CustomMetric::class;
86 protected $customMetricDataType = 'array';
87 /**
88 * @var string
89 */
90 public $customerId;
91 /**
92 * @var string
93 */
94 public $deviceType;
95 /**
96 * @var string
97 */
98 public $dsConversionId;
99 /**
100 * @var string
101 */
102 public $engineAccountId;
103 /**
104 * @var string
105 */
106 public $floodlightOrderId;
107 /**
108 * @var string
109 */
110 public $inventoryAccountId;
111 /**
112 * @var string
113 */
114 public $productCountry;
115 /**
116 * @var string
117 */
118 public $productGroupId;
119 /**
120 * @var string
121 */
122 public $productId;
123 /**
124 * @var string
125 */
126 public $productLanguage;
127 /**
128 * @var string
129 */
130 public $quantityMillis;
131 /**
132 * @var string
133 */
134 public $revenueMicros;
135 /**
136 * @var string
137 */
138 public $segmentationId;
139 /**
140 * @var string
141 */
142 public $segmentationName;
143 /**
144 * @var string
145 */
146 public $segmentationType;
147 /**
148 * @var string
149 */
150 public $state;
151 /**
152 * @var string
153 */
154 public $storeId;
155 /**
156 * @var string
157 */
158 public $type;
159
160 /**
161 * @param string
162 */
163 public function setAdGroupId($adGroupId)
164 {
165 $this->adGroupId = $adGroupId;
166 }
167 /**
168 * @return string
169 */
170 public function getAdGroupId()
171 {
172 return $this->adGroupId;
173 }
174 /**
175 * @param string
176 */
177 public function setAdId($adId)
178 {
179 $this->adId = $adId;
180 }
181 /**
182 * @return string
183 */
184 public function getAdId()
185 {
186 return $this->adId;
187 }
188 /**
189 * @param string
190 */
191 public function setAdUserDataConsent($adUserDataConsent)
192 {
193 $this->adUserDataConsent = $adUserDataConsent;
194 }
195 /**
196 * @return string
197 */
198 public function getAdUserDataConsent()
199 {
200 return $this->adUserDataConsent;
201 }
202 /**
203 * @param string
204 */
205 public function setAdvertiserId($advertiserId)
206 {
207 $this->advertiserId = $advertiserId;
208 }
209 /**
210 * @return string
211 */
212 public function getAdvertiserId()
213 {
214 return $this->advertiserId;
215 }
216 /**
217 * @param string
218 */
219 public function setAgencyId($agencyId)
220 {
221 $this->agencyId = $agencyId;
222 }
223 /**
224 * @return string
225 */
226 public function getAgencyId()
227 {
228 return $this->agencyId;
229 }
230 /**
231 * @param string
232 */
233 public function setAttributionModel($attributionModel)
234 {
235 $this->attributionModel = $attributionModel;
236 }
237 /**
238 * @return string
239 */
240 public function getAttributionModel()
241 {
242 return $this->attributionModel;
243 }
244 /**
245 * @param string
246 */
247 public function setCampaignId($campaignId)
248 {
249 $this->campaignId = $campaignId;
250 }
251 /**
252 * @return string
253 */
254 public function getCampaignId()
255 {
256 return $this->campaignId;
257 }
258 /**
259 * @param string
260 */
261 public function setChannel($channel)
262 {
263 $this->channel = $channel;
264 }
265 /**
266 * @return string
267 */
268 public function getChannel()
269 {
270 return $this->channel;
271 }
272 /**
273 * @param string
274 */
275 public function setClickId($clickId)
276 {
277 $this->clickId = $clickId;
278 }
279 /**
280 * @return string
281 */
282 public function getClickId()
283 {
284 return $this->clickId;
285 }
286 /**
287 * @param string
288 */
289 public function setConversionId($conversionId)
290 {
291 $this->conversionId = $conversionId;
292 }
293 /**
294 * @return string
295 */
296 public function getConversionId()
297 {
298 return $this->conversionId;
299 }
300 /**
301 * @param string
302 */
303 public function setConversionModifiedTimestamp($conversionModifiedTimestamp)
304 {
305 $this->conversionModifiedTimestamp = $conversionModifiedTimestamp;
306 }
307 /**
308 * @return string
309 */
310 public function getConversionModifiedTimestamp()
311 {
312 return $this->conversionModifiedTimestamp;
313 }
314 /**
315 * @param string
316 */
317 public function setConversionTimestamp($conversionTimestamp)
318 {
319 $this->conversionTimestamp = $conversionTimestamp;
320 }
321 /**
322 * @return string
323 */
324 public function getConversionTimestamp()
325 {
326 return $this->conversionTimestamp;
327 }
328 /**
329 * @param string
330 */
331 public function setCountMillis($countMillis)
332 {
333 $this->countMillis = $countMillis;
334 }
335 /**
336 * @return string
337 */
338 public function getCountMillis()
339 {
340 return $this->countMillis;
341 }
342 /**
343 * @param string
344 */
345 public function setCriterionId($criterionId)
346 {
347 $this->criterionId = $criterionId;
348 }
349 /**
350 * @return string
351 */
352 public function getCriterionId()
353 {
354 return $this->criterionId;
355 }
356 /**
357 * @param string
358 */
359 public function setCurrencyCode($currencyCode)
360 {
361 $this->currencyCode = $currencyCode;
362 }
363 /**
364 * @return string
365 */
366 public function getCurrencyCode()
367 {
368 return $this->currencyCode;
369 }
370 /**
371 * @param CustomDimension[]
372 */
373 public function setCustomDimension($customDimension)
374 {
375 $this->customDimension = $customDimension;
376 }
377 /**
378 * @return CustomDimension[]
379 */
380 public function getCustomDimension()
381 {
382 return $this->customDimension;
383 }
384 /**
385 * @param CustomMetric[]
386 */
387 public function setCustomMetric($customMetric)
388 {
389 $this->customMetric = $customMetric;
390 }
391 /**
392 * @return CustomMetric[]
393 */
394 public function getCustomMetric()
395 {
396 return $this->customMetric;
397 }
398 /**
399 * @param string
400 */
401 public function setCustomerId($customerId)
402 {
403 $this->customerId = $customerId;
404 }
405 /**
406 * @return string
407 */
408 public function getCustomerId()
409 {
410 return $this->customerId;
411 }
412 /**
413 * @param string
414 */
415 public function setDeviceType($deviceType)
416 {
417 $this->deviceType = $deviceType;
418 }
419 /**
420 * @return string
421 */
422 public function getDeviceType()
423 {
424 return $this->deviceType;
425 }
426 /**
427 * @param string
428 */
429 public function setDsConversionId($dsConversionId)
430 {
431 $this->dsConversionId = $dsConversionId;
432 }
433 /**
434 * @return string
435 */
436 public function getDsConversionId()
437 {
438 return $this->dsConversionId;
439 }
440 /**
441 * @param string
442 */
443 public function setEngineAccountId($engineAccountId)
444 {
445 $this->engineAccountId = $engineAccountId;
446 }
447 /**
448 * @return string
449 */
450 public function getEngineAccountId()
451 {
452 return $this->engineAccountId;
453 }
454 /**
455 * @param string
456 */
457 public function setFloodlightOrderId($floodlightOrderId)
458 {
459 $this->floodlightOrderId = $floodlightOrderId;
460 }
461 /**
462 * @return string
463 */
464 public function getFloodlightOrderId()
465 {
466 return $this->floodlightOrderId;
467 }
468 /**
469 * @param string
470 */
471 public function setInventoryAccountId($inventoryAccountId)
472 {
473 $this->inventoryAccountId = $inventoryAccountId;
474 }
475 /**
476 * @return string
477 */
478 public function getInventoryAccountId()
479 {
480 return $this->inventoryAccountId;
481 }
482 /**
483 * @param string
484 */
485 public function setProductCountry($productCountry)
486 {
487 $this->productCountry = $productCountry;
488 }
489 /**
490 * @return string
491 */
492 public function getProductCountry()
493 {
494 return $this->productCountry;
495 }
496 /**
497 * @param string
498 */
499 public function setProductGroupId($productGroupId)
500 {
501 $this->productGroupId = $productGroupId;
502 }
503 /**
504 * @return string
505 */
506 public function getProductGroupId()
507 {
508 return $this->productGroupId;
509 }
510 /**
511 * @param string
512 */
513 public function setProductId($productId)
514 {
515 $this->productId = $productId;
516 }
517 /**
518 * @return string
519 */
520 public function getProductId()
521 {
522 return $this->productId;
523 }
524 /**
525 * @param string
526 */
527 public function setProductLanguage($productLanguage)
528 {
529 $this->productLanguage = $productLanguage;
530 }
531 /**
532 * @return string
533 */
534 public function getProductLanguage()
535 {
536 return $this->productLanguage;
537 }
538 /**
539 * @param string
540 */
541 public function setQuantityMillis($quantityMillis)
542 {
543 $this->quantityMillis = $quantityMillis;
544 }
545 /**
546 * @return string
547 */
548 public function getQuantityMillis()
549 {
550 return $this->quantityMillis;
551 }
552 /**
553 * @param string
554 */
555 public function setRevenueMicros($revenueMicros)
556 {
557 $this->revenueMicros = $revenueMicros;
558 }
559 /**
560 * @return string
561 */
562 public function getRevenueMicros()
563 {
564 return $this->revenueMicros;
565 }
566 /**
567 * @param string
568 */
569 public function setSegmentationId($segmentationId)
570 {
571 $this->segmentationId = $segmentationId;
572 }
573 /**
574 * @return string
575 */
576 public function getSegmentationId()
577 {
578 return $this->segmentationId;
579 }
580 /**
581 * @param string
582 */
583 public function setSegmentationName($segmentationName)
584 {
585 $this->segmentationName = $segmentationName;
586 }
587 /**
588 * @return string
589 */
590 public function getSegmentationName()
591 {
592 return $this->segmentationName;
593 }
594 /**
595 * @param string
596 */
597 public function setSegmentationType($segmentationType)
598 {
599 $this->segmentationType = $segmentationType;
600 }
601 /**
602 * @return string
603 */
604 public function getSegmentationType()
605 {
606 return $this->segmentationType;
607 }
608 /**
609 * @param string
610 */
611 public function setState($state)
612 {
613 $this->state = $state;
614 }
615 /**
616 * @return string
617 */
618 public function getState()
619 {
620 return $this->state;
621 }
622 /**
623 * @param string
624 */
625 public function setStoreId($storeId)
626 {
627 $this->storeId = $storeId;
628 }
629 /**
630 * @return string
631 */
632 public function getStoreId()
633 {
634 return $this->storeId;
635 }
636 /**
637 * @param string
638 */
639 public function setType($type)
640 {
641 $this->type = $type;
642 }
643 /**
644 * @return string
645 */
646 public function getType()
647 {
648 return $this->type;
649 }
650}
651
652// Adding a class alias for backwards compatibility with the previous class name.
653class_alias(Conversion::class, 'Google_Service_Doubleclicksearch_Conversion');
Note: See TracBrowser for help on using the repository browser.