Bez popisu

FloodlightConfiguration.php 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  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_FloodlightConfiguration extends Google_Collection
  18. {
  19. protected $collection_key = 'userDefinedVariableConfigurations';
  20. public $accountId;
  21. public $advertiserId;
  22. protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  23. protected $advertiserIdDimensionValueDataType = '';
  24. public $analyticsDataSharingEnabled;
  25. public $exposureToConversionEnabled;
  26. public $firstDayOfWeek;
  27. public $id;
  28. protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
  29. protected $idDimensionValueDataType = '';
  30. public $inAppAttributionTrackingEnabled;
  31. public $kind;
  32. protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
  33. protected $lookbackConfigurationDataType = '';
  34. public $naturalSearchConversionAttributionOption;
  35. protected $omnitureSettingsType = 'Google_Service_Dfareporting_OmnitureSettings';
  36. protected $omnitureSettingsDataType = '';
  37. public $subaccountId;
  38. protected $tagSettingsType = 'Google_Service_Dfareporting_TagSettings';
  39. protected $tagSettingsDataType = '';
  40. protected $thirdPartyAuthenticationTokensType = 'Google_Service_Dfareporting_ThirdPartyAuthenticationToken';
  41. protected $thirdPartyAuthenticationTokensDataType = 'array';
  42. protected $userDefinedVariableConfigurationsType = 'Google_Service_Dfareporting_UserDefinedVariableConfiguration';
  43. protected $userDefinedVariableConfigurationsDataType = 'array';
  44. public function setAccountId($accountId)
  45. {
  46. $this->accountId = $accountId;
  47. }
  48. public function getAccountId()
  49. {
  50. return $this->accountId;
  51. }
  52. public function setAdvertiserId($advertiserId)
  53. {
  54. $this->advertiserId = $advertiserId;
  55. }
  56. public function getAdvertiserId()
  57. {
  58. return $this->advertiserId;
  59. }
  60. /**
  61. * @param Google_Service_Dfareporting_DimensionValue
  62. */
  63. public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
  64. {
  65. $this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
  66. }
  67. /**
  68. * @return Google_Service_Dfareporting_DimensionValue
  69. */
  70. public function getAdvertiserIdDimensionValue()
  71. {
  72. return $this->advertiserIdDimensionValue;
  73. }
  74. public function setAnalyticsDataSharingEnabled($analyticsDataSharingEnabled)
  75. {
  76. $this->analyticsDataSharingEnabled = $analyticsDataSharingEnabled;
  77. }
  78. public function getAnalyticsDataSharingEnabled()
  79. {
  80. return $this->analyticsDataSharingEnabled;
  81. }
  82. public function setExposureToConversionEnabled($exposureToConversionEnabled)
  83. {
  84. $this->exposureToConversionEnabled = $exposureToConversionEnabled;
  85. }
  86. public function getExposureToConversionEnabled()
  87. {
  88. return $this->exposureToConversionEnabled;
  89. }
  90. public function setFirstDayOfWeek($firstDayOfWeek)
  91. {
  92. $this->firstDayOfWeek = $firstDayOfWeek;
  93. }
  94. public function getFirstDayOfWeek()
  95. {
  96. return $this->firstDayOfWeek;
  97. }
  98. public function setId($id)
  99. {
  100. $this->id = $id;
  101. }
  102. public function getId()
  103. {
  104. return $this->id;
  105. }
  106. /**
  107. * @param Google_Service_Dfareporting_DimensionValue
  108. */
  109. public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
  110. {
  111. $this->idDimensionValue = $idDimensionValue;
  112. }
  113. /**
  114. * @return Google_Service_Dfareporting_DimensionValue
  115. */
  116. public function getIdDimensionValue()
  117. {
  118. return $this->idDimensionValue;
  119. }
  120. public function setInAppAttributionTrackingEnabled($inAppAttributionTrackingEnabled)
  121. {
  122. $this->inAppAttributionTrackingEnabled = $inAppAttributionTrackingEnabled;
  123. }
  124. public function getInAppAttributionTrackingEnabled()
  125. {
  126. return $this->inAppAttributionTrackingEnabled;
  127. }
  128. public function setKind($kind)
  129. {
  130. $this->kind = $kind;
  131. }
  132. public function getKind()
  133. {
  134. return $this->kind;
  135. }
  136. /**
  137. * @param Google_Service_Dfareporting_LookbackConfiguration
  138. */
  139. public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
  140. {
  141. $this->lookbackConfiguration = $lookbackConfiguration;
  142. }
  143. /**
  144. * @return Google_Service_Dfareporting_LookbackConfiguration
  145. */
  146. public function getLookbackConfiguration()
  147. {
  148. return $this->lookbackConfiguration;
  149. }
  150. public function setNaturalSearchConversionAttributionOption($naturalSearchConversionAttributionOption)
  151. {
  152. $this->naturalSearchConversionAttributionOption = $naturalSearchConversionAttributionOption;
  153. }
  154. public function getNaturalSearchConversionAttributionOption()
  155. {
  156. return $this->naturalSearchConversionAttributionOption;
  157. }
  158. /**
  159. * @param Google_Service_Dfareporting_OmnitureSettings
  160. */
  161. public function setOmnitureSettings(Google_Service_Dfareporting_OmnitureSettings $omnitureSettings)
  162. {
  163. $this->omnitureSettings = $omnitureSettings;
  164. }
  165. /**
  166. * @return Google_Service_Dfareporting_OmnitureSettings
  167. */
  168. public function getOmnitureSettings()
  169. {
  170. return $this->omnitureSettings;
  171. }
  172. public function setSubaccountId($subaccountId)
  173. {
  174. $this->subaccountId = $subaccountId;
  175. }
  176. public function getSubaccountId()
  177. {
  178. return $this->subaccountId;
  179. }
  180. /**
  181. * @param Google_Service_Dfareporting_TagSettings
  182. */
  183. public function setTagSettings(Google_Service_Dfareporting_TagSettings $tagSettings)
  184. {
  185. $this->tagSettings = $tagSettings;
  186. }
  187. /**
  188. * @return Google_Service_Dfareporting_TagSettings
  189. */
  190. public function getTagSettings()
  191. {
  192. return $this->tagSettings;
  193. }
  194. /**
  195. * @param Google_Service_Dfareporting_ThirdPartyAuthenticationToken
  196. */
  197. public function setThirdPartyAuthenticationTokens($thirdPartyAuthenticationTokens)
  198. {
  199. $this->thirdPartyAuthenticationTokens = $thirdPartyAuthenticationTokens;
  200. }
  201. /**
  202. * @return Google_Service_Dfareporting_ThirdPartyAuthenticationToken
  203. */
  204. public function getThirdPartyAuthenticationTokens()
  205. {
  206. return $this->thirdPartyAuthenticationTokens;
  207. }
  208. /**
  209. * @param Google_Service_Dfareporting_UserDefinedVariableConfiguration
  210. */
  211. public function setUserDefinedVariableConfigurations($userDefinedVariableConfigurations)
  212. {
  213. $this->userDefinedVariableConfigurations = $userDefinedVariableConfigurations;
  214. }
  215. /**
  216. * @return Google_Service_Dfareporting_UserDefinedVariableConfiguration
  217. */
  218. public function getUserDefinedVariableConfigurations()
  219. {
  220. return $this->userDefinedVariableConfigurations;
  221. }
  222. }