123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724 |
- <?php
- /*
- * Copyright 2014 Google Inc.
- *
- * 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.
- */
-
- class Google_Service_Dfareporting_Creative extends Google_Collection
- {
- protected $collection_key = 'timerCustomEvents';
- public $accountId;
- public $active;
- public $adParameters;
- public $adTagKeys;
- public $advertiserId;
- public $allowScriptAccess;
- public $archived;
- public $artworkType;
- public $authoringSource;
- public $authoringTool;
- public $autoAdvanceImages;
- public $backgroundColor;
- protected $backupImageClickThroughUrlType = 'Google_Service_Dfareporting_CreativeClickThroughUrl';
- protected $backupImageClickThroughUrlDataType = '';
- public $backupImageFeatures;
- public $backupImageReportingLabel;
- protected $backupImageTargetWindowType = 'Google_Service_Dfareporting_TargetWindow';
- protected $backupImageTargetWindowDataType = '';
- protected $clickTagsType = 'Google_Service_Dfareporting_ClickTag';
- protected $clickTagsDataType = 'array';
- public $commercialId;
- public $companionCreatives;
- public $compatibility;
- public $convertFlashToHtml5;
- protected $counterCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
- protected $counterCustomEventsDataType = 'array';
- protected $creativeAssetSelectionType = 'Google_Service_Dfareporting_CreativeAssetSelection';
- protected $creativeAssetSelectionDataType = '';
- protected $creativeAssetsType = 'Google_Service_Dfareporting_CreativeAsset';
- protected $creativeAssetsDataType = 'array';
- protected $creativeFieldAssignmentsType = 'Google_Service_Dfareporting_CreativeFieldAssignment';
- protected $creativeFieldAssignmentsDataType = 'array';
- public $customKeyValues;
- public $dynamicAssetSelection;
- protected $exitCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
- protected $exitCustomEventsDataType = 'array';
- protected $fsCommandType = 'Google_Service_Dfareporting_FsCommand';
- protected $fsCommandDataType = '';
- public $htmlCode;
- public $htmlCodeLocked;
- public $id;
- protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
- protected $idDimensionValueDataType = '';
- public $kind;
- protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
- protected $lastModifiedInfoDataType = '';
- public $latestTraffickedCreativeId;
- public $mediaDescription;
- public $mediaDuration;
- public $name;
- public $overrideCss;
- public $politeLoadAssetId;
- protected $progressOffsetType = 'Google_Service_Dfareporting_VideoOffset';
- protected $progressOffsetDataType = '';
- public $redirectUrl;
- public $renderingId;
- protected $renderingIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
- protected $renderingIdDimensionValueDataType = '';
- public $requiredFlashPluginVersion;
- public $requiredFlashVersion;
- protected $sizeType = 'Google_Service_Dfareporting_Size';
- protected $sizeDataType = '';
- protected $skipOffsetType = 'Google_Service_Dfareporting_VideoOffset';
- protected $skipOffsetDataType = '';
- public $skippable;
- public $sslCompliant;
- public $sslOverride;
- public $studioAdvertiserId;
- public $studioCreativeId;
- public $studioTraffickedCreativeId;
- public $subaccountId;
- public $thirdPartyBackupImageImpressionsUrl;
- public $thirdPartyRichMediaImpressionsUrl;
- protected $thirdPartyUrlsType = 'Google_Service_Dfareporting_ThirdPartyTrackingUrl';
- protected $thirdPartyUrlsDataType = 'array';
- protected $timerCustomEventsType = 'Google_Service_Dfareporting_CreativeCustomEvent';
- protected $timerCustomEventsDataType = 'array';
- public $totalFileSize;
- public $type;
- protected $universalAdIdType = 'Google_Service_Dfareporting_UniversalAdId';
- protected $universalAdIdDataType = '';
- public $version;
-
- public function setAccountId($accountId)
- {
- $this->accountId = $accountId;
- }
- public function getAccountId()
- {
- return $this->accountId;
- }
- public function setActive($active)
- {
- $this->active = $active;
- }
- public function getActive()
- {
- return $this->active;
- }
- public function setAdParameters($adParameters)
- {
- $this->adParameters = $adParameters;
- }
- public function getAdParameters()
- {
- return $this->adParameters;
- }
- public function setAdTagKeys($adTagKeys)
- {
- $this->adTagKeys = $adTagKeys;
- }
- public function getAdTagKeys()
- {
- return $this->adTagKeys;
- }
- public function setAdvertiserId($advertiserId)
- {
- $this->advertiserId = $advertiserId;
- }
- public function getAdvertiserId()
- {
- return $this->advertiserId;
- }
- public function setAllowScriptAccess($allowScriptAccess)
- {
- $this->allowScriptAccess = $allowScriptAccess;
- }
- public function getAllowScriptAccess()
- {
- return $this->allowScriptAccess;
- }
- public function setArchived($archived)
- {
- $this->archived = $archived;
- }
- public function getArchived()
- {
- return $this->archived;
- }
- public function setArtworkType($artworkType)
- {
- $this->artworkType = $artworkType;
- }
- public function getArtworkType()
- {
- return $this->artworkType;
- }
- public function setAuthoringSource($authoringSource)
- {
- $this->authoringSource = $authoringSource;
- }
- public function getAuthoringSource()
- {
- return $this->authoringSource;
- }
- public function setAuthoringTool($authoringTool)
- {
- $this->authoringTool = $authoringTool;
- }
- public function getAuthoringTool()
- {
- return $this->authoringTool;
- }
- public function setAutoAdvanceImages($autoAdvanceImages)
- {
- $this->autoAdvanceImages = $autoAdvanceImages;
- }
- public function getAutoAdvanceImages()
- {
- return $this->autoAdvanceImages;
- }
- public function setBackgroundColor($backgroundColor)
- {
- $this->backgroundColor = $backgroundColor;
- }
- public function getBackgroundColor()
- {
- return $this->backgroundColor;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeClickThroughUrl
- */
- public function setBackupImageClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $backupImageClickThroughUrl)
- {
- $this->backupImageClickThroughUrl = $backupImageClickThroughUrl;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeClickThroughUrl
- */
- public function getBackupImageClickThroughUrl()
- {
- return $this->backupImageClickThroughUrl;
- }
- public function setBackupImageFeatures($backupImageFeatures)
- {
- $this->backupImageFeatures = $backupImageFeatures;
- }
- public function getBackupImageFeatures()
- {
- return $this->backupImageFeatures;
- }
- public function setBackupImageReportingLabel($backupImageReportingLabel)
- {
- $this->backupImageReportingLabel = $backupImageReportingLabel;
- }
- public function getBackupImageReportingLabel()
- {
- return $this->backupImageReportingLabel;
- }
- /**
- * @param Google_Service_Dfareporting_TargetWindow
- */
- public function setBackupImageTargetWindow(Google_Service_Dfareporting_TargetWindow $backupImageTargetWindow)
- {
- $this->backupImageTargetWindow = $backupImageTargetWindow;
- }
- /**
- * @return Google_Service_Dfareporting_TargetWindow
- */
- public function getBackupImageTargetWindow()
- {
- return $this->backupImageTargetWindow;
- }
- /**
- * @param Google_Service_Dfareporting_ClickTag
- */
- public function setClickTags($clickTags)
- {
- $this->clickTags = $clickTags;
- }
- /**
- * @return Google_Service_Dfareporting_ClickTag
- */
- public function getClickTags()
- {
- return $this->clickTags;
- }
- public function setCommercialId($commercialId)
- {
- $this->commercialId = $commercialId;
- }
- public function getCommercialId()
- {
- return $this->commercialId;
- }
- public function setCompanionCreatives($companionCreatives)
- {
- $this->companionCreatives = $companionCreatives;
- }
- public function getCompanionCreatives()
- {
- return $this->companionCreatives;
- }
- public function setCompatibility($compatibility)
- {
- $this->compatibility = $compatibility;
- }
- public function getCompatibility()
- {
- return $this->compatibility;
- }
- public function setConvertFlashToHtml5($convertFlashToHtml5)
- {
- $this->convertFlashToHtml5 = $convertFlashToHtml5;
- }
- public function getConvertFlashToHtml5()
- {
- return $this->convertFlashToHtml5;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function setCounterCustomEvents($counterCustomEvents)
- {
- $this->counterCustomEvents = $counterCustomEvents;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function getCounterCustomEvents()
- {
- return $this->counterCustomEvents;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeAssetSelection
- */
- public function setCreativeAssetSelection(Google_Service_Dfareporting_CreativeAssetSelection $creativeAssetSelection)
- {
- $this->creativeAssetSelection = $creativeAssetSelection;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeAssetSelection
- */
- public function getCreativeAssetSelection()
- {
- return $this->creativeAssetSelection;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeAsset
- */
- public function setCreativeAssets($creativeAssets)
- {
- $this->creativeAssets = $creativeAssets;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeAsset
- */
- public function getCreativeAssets()
- {
- return $this->creativeAssets;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeFieldAssignment
- */
- public function setCreativeFieldAssignments($creativeFieldAssignments)
- {
- $this->creativeFieldAssignments = $creativeFieldAssignments;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeFieldAssignment
- */
- public function getCreativeFieldAssignments()
- {
- return $this->creativeFieldAssignments;
- }
- public function setCustomKeyValues($customKeyValues)
- {
- $this->customKeyValues = $customKeyValues;
- }
- public function getCustomKeyValues()
- {
- return $this->customKeyValues;
- }
- public function setDynamicAssetSelection($dynamicAssetSelection)
- {
- $this->dynamicAssetSelection = $dynamicAssetSelection;
- }
- public function getDynamicAssetSelection()
- {
- return $this->dynamicAssetSelection;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function setExitCustomEvents($exitCustomEvents)
- {
- $this->exitCustomEvents = $exitCustomEvents;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function getExitCustomEvents()
- {
- return $this->exitCustomEvents;
- }
- /**
- * @param Google_Service_Dfareporting_FsCommand
- */
- public function setFsCommand(Google_Service_Dfareporting_FsCommand $fsCommand)
- {
- $this->fsCommand = $fsCommand;
- }
- /**
- * @return Google_Service_Dfareporting_FsCommand
- */
- public function getFsCommand()
- {
- return $this->fsCommand;
- }
- public function setHtmlCode($htmlCode)
- {
- $this->htmlCode = $htmlCode;
- }
- public function getHtmlCode()
- {
- return $this->htmlCode;
- }
- public function setHtmlCodeLocked($htmlCodeLocked)
- {
- $this->htmlCodeLocked = $htmlCodeLocked;
- }
- public function getHtmlCodeLocked()
- {
- return $this->htmlCodeLocked;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- /**
- * @param Google_Service_Dfareporting_DimensionValue
- */
- public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
- {
- $this->idDimensionValue = $idDimensionValue;
- }
- /**
- * @return Google_Service_Dfareporting_DimensionValue
- */
- public function getIdDimensionValue()
- {
- return $this->idDimensionValue;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- /**
- * @param Google_Service_Dfareporting_LastModifiedInfo
- */
- public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
- {
- $this->lastModifiedInfo = $lastModifiedInfo;
- }
- /**
- * @return Google_Service_Dfareporting_LastModifiedInfo
- */
- public function getLastModifiedInfo()
- {
- return $this->lastModifiedInfo;
- }
- public function setLatestTraffickedCreativeId($latestTraffickedCreativeId)
- {
- $this->latestTraffickedCreativeId = $latestTraffickedCreativeId;
- }
- public function getLatestTraffickedCreativeId()
- {
- return $this->latestTraffickedCreativeId;
- }
- public function setMediaDescription($mediaDescription)
- {
- $this->mediaDescription = $mediaDescription;
- }
- public function getMediaDescription()
- {
- return $this->mediaDescription;
- }
- public function setMediaDuration($mediaDuration)
- {
- $this->mediaDuration = $mediaDuration;
- }
- public function getMediaDuration()
- {
- return $this->mediaDuration;
- }
- public function setName($name)
- {
- $this->name = $name;
- }
- public function getName()
- {
- return $this->name;
- }
- public function setOverrideCss($overrideCss)
- {
- $this->overrideCss = $overrideCss;
- }
- public function getOverrideCss()
- {
- return $this->overrideCss;
- }
- public function setPoliteLoadAssetId($politeLoadAssetId)
- {
- $this->politeLoadAssetId = $politeLoadAssetId;
- }
- public function getPoliteLoadAssetId()
- {
- return $this->politeLoadAssetId;
- }
- /**
- * @param Google_Service_Dfareporting_VideoOffset
- */
- public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset)
- {
- $this->progressOffset = $progressOffset;
- }
- /**
- * @return Google_Service_Dfareporting_VideoOffset
- */
- public function getProgressOffset()
- {
- return $this->progressOffset;
- }
- public function setRedirectUrl($redirectUrl)
- {
- $this->redirectUrl = $redirectUrl;
- }
- public function getRedirectUrl()
- {
- return $this->redirectUrl;
- }
- public function setRenderingId($renderingId)
- {
- $this->renderingId = $renderingId;
- }
- public function getRenderingId()
- {
- return $this->renderingId;
- }
- /**
- * @param Google_Service_Dfareporting_DimensionValue
- */
- public function setRenderingIdDimensionValue(Google_Service_Dfareporting_DimensionValue $renderingIdDimensionValue)
- {
- $this->renderingIdDimensionValue = $renderingIdDimensionValue;
- }
- /**
- * @return Google_Service_Dfareporting_DimensionValue
- */
- public function getRenderingIdDimensionValue()
- {
- return $this->renderingIdDimensionValue;
- }
- public function setRequiredFlashPluginVersion($requiredFlashPluginVersion)
- {
- $this->requiredFlashPluginVersion = $requiredFlashPluginVersion;
- }
- public function getRequiredFlashPluginVersion()
- {
- return $this->requiredFlashPluginVersion;
- }
- public function setRequiredFlashVersion($requiredFlashVersion)
- {
- $this->requiredFlashVersion = $requiredFlashVersion;
- }
- public function getRequiredFlashVersion()
- {
- return $this->requiredFlashVersion;
- }
- /**
- * @param Google_Service_Dfareporting_Size
- */
- public function setSize(Google_Service_Dfareporting_Size $size)
- {
- $this->size = $size;
- }
- /**
- * @return Google_Service_Dfareporting_Size
- */
- public function getSize()
- {
- return $this->size;
- }
- /**
- * @param Google_Service_Dfareporting_VideoOffset
- */
- public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset)
- {
- $this->skipOffset = $skipOffset;
- }
- /**
- * @return Google_Service_Dfareporting_VideoOffset
- */
- public function getSkipOffset()
- {
- return $this->skipOffset;
- }
- public function setSkippable($skippable)
- {
- $this->skippable = $skippable;
- }
- public function getSkippable()
- {
- return $this->skippable;
- }
- public function setSslCompliant($sslCompliant)
- {
- $this->sslCompliant = $sslCompliant;
- }
- public function getSslCompliant()
- {
- return $this->sslCompliant;
- }
- public function setSslOverride($sslOverride)
- {
- $this->sslOverride = $sslOverride;
- }
- public function getSslOverride()
- {
- return $this->sslOverride;
- }
- public function setStudioAdvertiserId($studioAdvertiserId)
- {
- $this->studioAdvertiserId = $studioAdvertiserId;
- }
- public function getStudioAdvertiserId()
- {
- return $this->studioAdvertiserId;
- }
- public function setStudioCreativeId($studioCreativeId)
- {
- $this->studioCreativeId = $studioCreativeId;
- }
- public function getStudioCreativeId()
- {
- return $this->studioCreativeId;
- }
- public function setStudioTraffickedCreativeId($studioTraffickedCreativeId)
- {
- $this->studioTraffickedCreativeId = $studioTraffickedCreativeId;
- }
- public function getStudioTraffickedCreativeId()
- {
- return $this->studioTraffickedCreativeId;
- }
- public function setSubaccountId($subaccountId)
- {
- $this->subaccountId = $subaccountId;
- }
- public function getSubaccountId()
- {
- return $this->subaccountId;
- }
- public function setThirdPartyBackupImageImpressionsUrl($thirdPartyBackupImageImpressionsUrl)
- {
- $this->thirdPartyBackupImageImpressionsUrl = $thirdPartyBackupImageImpressionsUrl;
- }
- public function getThirdPartyBackupImageImpressionsUrl()
- {
- return $this->thirdPartyBackupImageImpressionsUrl;
- }
- public function setThirdPartyRichMediaImpressionsUrl($thirdPartyRichMediaImpressionsUrl)
- {
- $this->thirdPartyRichMediaImpressionsUrl = $thirdPartyRichMediaImpressionsUrl;
- }
- public function getThirdPartyRichMediaImpressionsUrl()
- {
- return $this->thirdPartyRichMediaImpressionsUrl;
- }
- /**
- * @param Google_Service_Dfareporting_ThirdPartyTrackingUrl
- */
- public function setThirdPartyUrls($thirdPartyUrls)
- {
- $this->thirdPartyUrls = $thirdPartyUrls;
- }
- /**
- * @return Google_Service_Dfareporting_ThirdPartyTrackingUrl
- */
- public function getThirdPartyUrls()
- {
- return $this->thirdPartyUrls;
- }
- /**
- * @param Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function setTimerCustomEvents($timerCustomEvents)
- {
- $this->timerCustomEvents = $timerCustomEvents;
- }
- /**
- * @return Google_Service_Dfareporting_CreativeCustomEvent
- */
- public function getTimerCustomEvents()
- {
- return $this->timerCustomEvents;
- }
- public function setTotalFileSize($totalFileSize)
- {
- $this->totalFileSize = $totalFileSize;
- }
- public function getTotalFileSize()
- {
- return $this->totalFileSize;
- }
- public function setType($type)
- {
- $this->type = $type;
- }
- public function getType()
- {
- return $this->type;
- }
- /**
- * @param Google_Service_Dfareporting_UniversalAdId
- */
- public function setUniversalAdId(Google_Service_Dfareporting_UniversalAdId $universalAdId)
- {
- $this->universalAdId = $universalAdId;
- }
- /**
- * @return Google_Service_Dfareporting_UniversalAdId
- */
- public function getUniversalAdId()
- {
- return $this->universalAdId;
- }
- public function setVersion($version)
- {
- $this->version = $version;
- }
- public function getVersion()
- {
- return $this->version;
- }
- }
|