Aucune description

Campaign.php 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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. class Google_Service_Dfareporting_Campaign extends Google_Collection
  18. {
  19. protected $collection_key = 'traffickerEmails';
  20. public $accountId;
  21. protected $adBlockingConfigurationType = 'Google_Service_Dfareporting_AdBlockingConfiguration';
  22. protected $adBlockingConfigurationDataType = '';
  23. protected $additionalCreativeOptimizationConfigurationsType = 'Google_Service_Dfareporting_CreativeOptimizationConfiguration';
  24. protected $additionalCreativeOptimizationConfigurationsDataType = 'array';
  25. public $advertiserGroupId;
  26. public $advertiserId;
  27. protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  28. protected $advertiserIdDimensionValueDataType = '';
  29. public $archived;
  30. protected $audienceSegmentGroupsType = 'Google_Service_Dfareporting_AudienceSegmentGroup';
  31. protected $audienceSegmentGroupsDataType = 'array';
  32. public $billingInvoiceCode;
  33. protected $clickThroughUrlSuffixPropertiesType = 'Google_Service_Dfareporting_ClickThroughUrlSuffixProperties';
  34. protected $clickThroughUrlSuffixPropertiesDataType = '';
  35. public $comment;
  36. protected $createInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  37. protected $createInfoDataType = '';
  38. public $creativeGroupIds;
  39. protected $creativeOptimizationConfigurationType = 'Google_Service_Dfareporting_CreativeOptimizationConfiguration';
  40. protected $creativeOptimizationConfigurationDataType = '';
  41. protected $defaultClickThroughEventTagPropertiesType = 'Google_Service_Dfareporting_DefaultClickThroughEventTagProperties';
  42. protected $defaultClickThroughEventTagPropertiesDataType = '';
  43. public $defaultLandingPageId;
  44. public $endDate;
  45. protected $eventTagOverridesType = 'Google_Service_Dfareporting_EventTagOverride';
  46. protected $eventTagOverridesDataType = 'array';
  47. public $externalId;
  48. public $id;
  49. protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  50. protected $idDimensionValueDataType = '';
  51. public $kind;
  52. protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
  53. protected $lastModifiedInfoDataType = '';
  54. protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
  55. protected $lookbackConfigurationDataType = '';
  56. public $name;
  57. public $nielsenOcrEnabled;
  58. public $startDate;
  59. public $subaccountId;
  60. public $traffickerEmails;
  61. public function setAccountId($accountId)
  62. {
  63. $this->accountId = $accountId;
  64. }
  65. public function getAccountId()
  66. {
  67. return $this->accountId;
  68. }
  69. /**
  70. * @param Google_Service_Dfareporting_AdBlockingConfiguration
  71. */
  72. public function setAdBlockingConfiguration(Google_Service_Dfareporting_AdBlockingConfiguration $adBlockingConfiguration)
  73. {
  74. $this->adBlockingConfiguration = $adBlockingConfiguration;
  75. }
  76. /**
  77. * @return Google_Service_Dfareporting_AdBlockingConfiguration
  78. */
  79. public function getAdBlockingConfiguration()
  80. {
  81. return $this->adBlockingConfiguration;
  82. }
  83. /**
  84. * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration
  85. */
  86. public function setAdditionalCreativeOptimizationConfigurations($additionalCreativeOptimizationConfigurations)
  87. {
  88. $this->additionalCreativeOptimizationConfigurations = $additionalCreativeOptimizationConfigurations;
  89. }
  90. /**
  91. * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration
  92. */
  93. public function getAdditionalCreativeOptimizationConfigurations()
  94. {
  95. return $this->additionalCreativeOptimizationConfigurations;
  96. }
  97. public function setAdvertiserGroupId($advertiserGroupId)
  98. {
  99. $this->advertiserGroupId = $advertiserGroupId;
  100. }
  101. public function getAdvertiserGroupId()
  102. {
  103. return $this->advertiserGroupId;
  104. }
  105. public function setAdvertiserId($advertiserId)
  106. {
  107. $this->advertiserId = $advertiserId;
  108. }
  109. public function getAdvertiserId()
  110. {
  111. return $this->advertiserId;
  112. }
  113. /**
  114. * @param Google_Service_Dfareporting_DimensionValue
  115. */
  116. public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
  117. {
  118. $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
  119. }
  120. /**
  121. * @return Google_Service_Dfareporting_DimensionValue
  122. */
  123. public function getAdvertiserIdDimensionValue()
  124. {
  125. return $this->advertiserIdDimensionValue;
  126. }
  127. public function setArchived($archived)
  128. {
  129. $this->archived = $archived;
  130. }
  131. public function getArchived()
  132. {
  133. return $this->archived;
  134. }
  135. /**
  136. * @param Google_Service_Dfareporting_AudienceSegmentGroup
  137. */
  138. public function setAudienceSegmentGroups($audienceSegmentGroups)
  139. {
  140. $this->audienceSegmentGroups = $audienceSegmentGroups;
  141. }
  142. /**
  143. * @return Google_Service_Dfareporting_AudienceSegmentGroup
  144. */
  145. public function getAudienceSegmentGroups()
  146. {
  147. return $this->audienceSegmentGroups;
  148. }
  149. public function setBillingInvoiceCode($billingInvoiceCode)
  150. {
  151. $this->billingInvoiceCode = $billingInvoiceCode;
  152. }
  153. public function getBillingInvoiceCode()
  154. {
  155. return $this->billingInvoiceCode;
  156. }
  157. /**
  158. * @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
  159. */
  160. public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties)
  161. {
  162. $this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties;
  163. }
  164. /**
  165. * @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
  166. */
  167. public function getClickThroughUrlSuffixProperties()
  168. {
  169. return $this->clickThroughUrlSuffixProperties;
  170. }
  171. public function setComment($comment)
  172. {
  173. $this->comment = $comment;
  174. }
  175. public function getComment()
  176. {
  177. return $this->comment;
  178. }
  179. /**
  180. * @param Google_Service_Dfareporting_LastModifiedInfo
  181. */
  182. public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
  183. {
  184. $this->createInfo = $createInfo;
  185. }
  186. /**
  187. * @return Google_Service_Dfareporting_LastModifiedInfo
  188. */
  189. public function getCreateInfo()
  190. {
  191. return $this->createInfo;
  192. }
  193. public function setCreativeGroupIds($creativeGroupIds)
  194. {
  195. $this->creativeGroupIds = $creativeGroupIds;
  196. }
  197. public function getCreativeGroupIds()
  198. {
  199. return $this->creativeGroupIds;
  200. }
  201. /**
  202. * @param Google_Service_Dfareporting_CreativeOptimizationConfiguration
  203. */
  204. public function setCreativeOptimizationConfiguration(Google_Service_Dfareporting_CreativeOptimizationConfiguration $creativeOptimizationConfiguration)
  205. {
  206. $this->creativeOptimizationConfiguration = $creativeOptimizationConfiguration;
  207. }
  208. /**
  209. * @return Google_Service_Dfareporting_CreativeOptimizationConfiguration
  210. */
  211. public function getCreativeOptimizationConfiguration()
  212. {
  213. return $this->creativeOptimizationConfiguration;
  214. }
  215. /**
  216. * @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
  217. */
  218. public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties)
  219. {
  220. $this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties;
  221. }
  222. /**
  223. * @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
  224. */
  225. public function getDefaultClickThroughEventTagProperties()
  226. {
  227. return $this->defaultClickThroughEventTagProperties;
  228. }
  229. public function setDefaultLandingPageId($defaultLandingPageId)
  230. {
  231. $this->defaultLandingPageId = $defaultLandingPageId;
  232. }
  233. public function getDefaultLandingPageId()
  234. {
  235. return $this->defaultLandingPageId;
  236. }
  237. public function setEndDate($endDate)
  238. {
  239. $this->endDate = $endDate;
  240. }
  241. public function getEndDate()
  242. {
  243. return $this->endDate;
  244. }
  245. /**
  246. * @param Google_Service_Dfareporting_EventTagOverride
  247. */
  248. public function setEventTagOverrides($eventTagOverrides)
  249. {
  250. $this->eventTagOverrides = $eventTagOverrides;
  251. }
  252. /**
  253. * @return Google_Service_Dfareporting_EventTagOverride
  254. */
  255. public function getEventTagOverrides()
  256. {
  257. return $this->eventTagOverrides;
  258. }
  259. public function setExternalId($externalId)
  260. {
  261. $this->externalId = $externalId;
  262. }
  263. public function getExternalId()
  264. {
  265. return $this->externalId;
  266. }
  267. public function setId($id)
  268. {
  269. $this->id = $id;
  270. }
  271. public function getId()
  272. {
  273. return $this->id;
  274. }
  275. /**
  276. * @param Google_Service_Dfareporting_DimensionValue
  277. */
  278. public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
  279. {
  280. $this->idDimensionValue = $idDimensionValue;
  281. }
  282. /**
  283. * @return Google_Service_Dfareporting_DimensionValue
  284. */
  285. public function getIdDimensionValue()
  286. {
  287. return $this->idDimensionValue;
  288. }
  289. public function setKind($kind)
  290. {
  291. $this->kind = $kind;
  292. }
  293. public function getKind()
  294. {
  295. return $this->kind;
  296. }
  297. /**
  298. * @param Google_Service_Dfareporting_LastModifiedInfo
  299. */
  300. public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
  301. {
  302. $this->lastModifiedInfo = $lastModifiedInfo;
  303. }
  304. /**
  305. * @return Google_Service_Dfareporting_LastModifiedInfo
  306. */
  307. public function getLastModifiedInfo()
  308. {
  309. return $this->lastModifiedInfo;
  310. }
  311. /**
  312. * @param Google_Service_Dfareporting_LookbackConfiguration
  313. */
  314. public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
  315. {
  316. $this->lookbackConfiguration = $lookbackConfiguration;
  317. }
  318. /**
  319. * @return Google_Service_Dfareporting_LookbackConfiguration
  320. */
  321. public function getLookbackConfiguration()
  322. {
  323. return $this->lookbackConfiguration;
  324. }
  325. public function setName($name)
  326. {
  327. $this->name = $name;
  328. }
  329. public function getName()
  330. {
  331. return $this->name;
  332. }
  333. public function setNielsenOcrEnabled($nielsenOcrEnabled)
  334. {
  335. $this->nielsenOcrEnabled = $nielsenOcrEnabled;
  336. }
  337. public function getNielsenOcrEnabled()
  338. {
  339. return $this->nielsenOcrEnabled;
  340. }
  341. public function setStartDate($startDate)
  342. {
  343. $this->startDate = $startDate;
  344. }
  345. public function getStartDate()
  346. {
  347. return $this->startDate;
  348. }
  349. public function setSubaccountId($subaccountId)
  350. {
  351. $this->subaccountId = $subaccountId;
  352. }
  353. public function getSubaccountId()
  354. {
  355. return $this->subaccountId;
  356. }
  357. public function setTraffickerEmails($traffickerEmails)
  358. {
  359. $this->traffickerEmails = $traffickerEmails;
  360. }
  361. public function getTraffickerEmails()
  362. {
  363. return $this->traffickerEmails;
  364. }
  365. }