Mise à jour des librairies
This commit is contained in:
@@ -52,8 +52,6 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
public $kind;
|
||||
protected $lastModifiedInfoType = 'Google_Service_Dfareporting_LastModifiedInfo';
|
||||
protected $lastModifiedInfoDataType = '';
|
||||
protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
|
||||
protected $lookbackConfigurationDataType = '';
|
||||
public $name;
|
||||
public $nielsenOcrEnabled;
|
||||
public $startDate;
|
||||
@@ -310,20 +308,6 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->lastModifiedInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
|
||||
{
|
||||
$this->lookbackConfiguration = $lookbackConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function getLookbackConfiguration()
|
||||
{
|
||||
return $this->lookbackConfiguration;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
|
||||
@@ -29,9 +29,11 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
public $kind;
|
||||
public $limitAdTracking;
|
||||
public $mobileDeviceId;
|
||||
public $nonPersonalizedAd;
|
||||
public $ordinal;
|
||||
public $quantity;
|
||||
public $timestampMicros;
|
||||
public $treatmentForUnderage;
|
||||
public $value;
|
||||
|
||||
public function setChildDirectedTreatment($childDirectedTreatment)
|
||||
@@ -120,6 +122,14 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
{
|
||||
return $this->mobileDeviceId;
|
||||
}
|
||||
public function setNonPersonalizedAd($nonPersonalizedAd)
|
||||
{
|
||||
$this->nonPersonalizedAd = $nonPersonalizedAd;
|
||||
}
|
||||
public function getNonPersonalizedAd()
|
||||
{
|
||||
return $this->nonPersonalizedAd;
|
||||
}
|
||||
public function setOrdinal($ordinal)
|
||||
{
|
||||
$this->ordinal = $ordinal;
|
||||
@@ -144,6 +154,14 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
{
|
||||
return $this->timestampMicros;
|
||||
}
|
||||
public function setTreatmentForUnderage($treatmentForUnderage)
|
||||
{
|
||||
$this->treatmentForUnderage = $treatmentForUnderage;
|
||||
}
|
||||
public function getTreatmentForUnderage()
|
||||
{
|
||||
return $this->treatmentForUnderage;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
|
||||
@@ -22,6 +22,8 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
public $active;
|
||||
public $adParameters;
|
||||
public $adTagKeys;
|
||||
protected $additionalSizesType = 'Google_Service_Dfareporting_Size';
|
||||
protected $additionalSizesDataType = 'array';
|
||||
public $advertiserId;
|
||||
public $allowScriptAccess;
|
||||
public $archived;
|
||||
@@ -65,9 +67,10 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
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;
|
||||
@@ -98,8 +101,6 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
protected $universalAdIdType = 'Google_Service_Dfareporting_UniversalAdId';
|
||||
protected $universalAdIdDataType = '';
|
||||
public $version;
|
||||
public $videoDescription;
|
||||
public $videoDuration;
|
||||
|
||||
public function setAccountId($accountId)
|
||||
{
|
||||
@@ -133,6 +134,20 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->adTagKeys;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setAdditionalSizes($additionalSizes)
|
||||
{
|
||||
$this->additionalSizes = $additionalSizes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getAdditionalSizes()
|
||||
{
|
||||
return $this->additionalSizes;
|
||||
}
|
||||
public function setAdvertiserId($advertiserId)
|
||||
{
|
||||
$this->advertiserId = $advertiserId;
|
||||
@@ -455,6 +470,22 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
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;
|
||||
@@ -471,14 +502,6 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->overrideCss;
|
||||
}
|
||||
public function setPoliteLoadAssetId($politeLoadAssetId)
|
||||
{
|
||||
$this->politeLoadAssetId = $politeLoadAssetId;
|
||||
}
|
||||
public function getPoliteLoadAssetId()
|
||||
{
|
||||
return $this->politeLoadAssetId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_VideoOffset
|
||||
*/
|
||||
@@ -705,20 +728,4 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->version;
|
||||
}
|
||||
public function setVideoDescription($videoDescription)
|
||||
{
|
||||
$this->videoDescription = $videoDescription;
|
||||
}
|
||||
public function getVideoDescription()
|
||||
{
|
||||
return $this->videoDescription;
|
||||
}
|
||||
public function setVideoDuration($videoDuration)
|
||||
{
|
||||
$this->videoDuration = $videoDuration;
|
||||
}
|
||||
public function getVideoDuration()
|
||||
{
|
||||
return $this->videoDuration;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,10 +20,14 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
protected $collection_key = 'detectedFeatures';
|
||||
public $actionScript3;
|
||||
public $active;
|
||||
protected $additionalSizesType = 'Google_Service_Dfareporting_Size';
|
||||
protected $additionalSizesDataType = 'array';
|
||||
public $alignment;
|
||||
public $artworkType;
|
||||
protected $assetIdentifierType = 'Google_Service_Dfareporting_CreativeAssetId';
|
||||
protected $assetIdentifierDataType = '';
|
||||
public $audioBitRate;
|
||||
public $audioSampleRate;
|
||||
protected $backupImageExitType = 'Google_Service_Dfareporting_CreativeCustomEvent';
|
||||
protected $backupImageExitDataType = '';
|
||||
public $bitRate;
|
||||
@@ -40,17 +44,20 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
protected $expandedDimensionDataType = '';
|
||||
public $fileSize;
|
||||
public $flashVersion;
|
||||
public $frameRate;
|
||||
public $hideFlashObjects;
|
||||
public $hideSelectionBoxes;
|
||||
public $horizontallyLocked;
|
||||
public $id;
|
||||
protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $idDimensionValueDataType = '';
|
||||
public $mediaDuration;
|
||||
public $mimeType;
|
||||
protected $offsetType = 'Google_Service_Dfareporting_OffsetPosition';
|
||||
protected $offsetDataType = '';
|
||||
public $orientation;
|
||||
public $originalBackup;
|
||||
public $politeLoad;
|
||||
protected $positionType = 'Google_Service_Dfareporting_OffsetPosition';
|
||||
protected $positionDataType = '';
|
||||
public $positionLeftUnit;
|
||||
@@ -66,7 +73,6 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
public $streamingServingUrl;
|
||||
public $transparency;
|
||||
public $verticallyLocked;
|
||||
public $videoDuration;
|
||||
public $windowMode;
|
||||
public $zIndex;
|
||||
public $zipFilename;
|
||||
@@ -88,6 +94,20 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->active;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setAdditionalSizes($additionalSizes)
|
||||
{
|
||||
$this->additionalSizes = $additionalSizes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getAdditionalSizes()
|
||||
{
|
||||
return $this->additionalSizes;
|
||||
}
|
||||
public function setAlignment($alignment)
|
||||
{
|
||||
$this->alignment = $alignment;
|
||||
@@ -118,6 +138,22 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->assetIdentifier;
|
||||
}
|
||||
public function setAudioBitRate($audioBitRate)
|
||||
{
|
||||
$this->audioBitRate = $audioBitRate;
|
||||
}
|
||||
public function getAudioBitRate()
|
||||
{
|
||||
return $this->audioBitRate;
|
||||
}
|
||||
public function setAudioSampleRate($audioSampleRate)
|
||||
{
|
||||
$this->audioSampleRate = $audioSampleRate;
|
||||
}
|
||||
public function getAudioSampleRate()
|
||||
{
|
||||
return $this->audioSampleRate;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
@@ -240,6 +276,14 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->flashVersion;
|
||||
}
|
||||
public function setFrameRate($frameRate)
|
||||
{
|
||||
$this->frameRate = $frameRate;
|
||||
}
|
||||
public function getFrameRate()
|
||||
{
|
||||
return $this->frameRate;
|
||||
}
|
||||
public function setHideFlashObjects($hideFlashObjects)
|
||||
{
|
||||
$this->hideFlashObjects = $hideFlashObjects;
|
||||
@@ -286,6 +330,14 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
}
|
||||
public function setMediaDuration($mediaDuration)
|
||||
{
|
||||
$this->mediaDuration = $mediaDuration;
|
||||
}
|
||||
public function getMediaDuration()
|
||||
{
|
||||
return $this->mediaDuration;
|
||||
}
|
||||
public function setMimeType($mimeType)
|
||||
{
|
||||
$this->mimeType = $mimeType;
|
||||
@@ -324,6 +376,14 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->originalBackup;
|
||||
}
|
||||
public function setPoliteLoad($politeLoad)
|
||||
{
|
||||
$this->politeLoad = $politeLoad;
|
||||
}
|
||||
public function getPoliteLoad()
|
||||
{
|
||||
return $this->politeLoad;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_OffsetPosition
|
||||
*/
|
||||
@@ -440,14 +500,6 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->verticallyLocked;
|
||||
}
|
||||
public function setVideoDuration($videoDuration)
|
||||
{
|
||||
$this->videoDuration = $videoDuration;
|
||||
}
|
||||
public function getVideoDuration()
|
||||
{
|
||||
return $this->videoDuration;
|
||||
}
|
||||
public function setWindowMode($windowMode)
|
||||
{
|
||||
$this->windowMode = $windowMode;
|
||||
|
||||
55
vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.php
vendored
Normal file
55
vendor/google/apiclient-services/src/Google/Service/Dfareporting/CustomViewabilityMetric.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?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_CustomViewabilityMetric extends Google_Model
|
||||
{
|
||||
protected $configurationType = 'Google_Service_Dfareporting_CustomViewabilityMetricConfiguration';
|
||||
protected $configurationDataType = '';
|
||||
public $id;
|
||||
public $name;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CustomViewabilityMetricConfiguration
|
||||
*/
|
||||
public function setConfiguration(Google_Service_Dfareporting_CustomViewabilityMetricConfiguration $configuration)
|
||||
{
|
||||
$this->configuration = $configuration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CustomViewabilityMetricConfiguration
|
||||
*/
|
||||
public function getConfiguration()
|
||||
{
|
||||
return $this->configuration;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
<?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_CustomViewabilityMetricConfiguration extends Google_Model
|
||||
{
|
||||
public $audible;
|
||||
public $timeMillis;
|
||||
public $timePercent;
|
||||
public $viewabilityPercent;
|
||||
|
||||
public function setAudible($audible)
|
||||
{
|
||||
$this->audible = $audible;
|
||||
}
|
||||
public function getAudible()
|
||||
{
|
||||
return $this->audible;
|
||||
}
|
||||
public function setTimeMillis($timeMillis)
|
||||
{
|
||||
$this->timeMillis = $timeMillis;
|
||||
}
|
||||
public function getTimeMillis()
|
||||
{
|
||||
return $this->timeMillis;
|
||||
}
|
||||
public function setTimePercent($timePercent)
|
||||
{
|
||||
$this->timePercent = $timePercent;
|
||||
}
|
||||
public function getTimePercent()
|
||||
{
|
||||
return $this->timePercent;
|
||||
}
|
||||
public function setViewabilityPercent($viewabilityPercent)
|
||||
{
|
||||
$this->viewabilityPercent = $viewabilityPercent;
|
||||
}
|
||||
public function getViewabilityPercent()
|
||||
{
|
||||
return $this->viewabilityPercent;
|
||||
}
|
||||
}
|
||||
74
vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.php
vendored
Normal file
74
vendor/google/apiclient-services/src/Google/Service/Dfareporting/DeepLink.php
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
<?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_DeepLink extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'remarketingListIds';
|
||||
public $appUrl;
|
||||
public $fallbackUrl;
|
||||
public $kind;
|
||||
protected $mobileAppType = 'Google_Service_Dfareporting_MobileApp';
|
||||
protected $mobileAppDataType = '';
|
||||
public $remarketingListIds;
|
||||
|
||||
public function setAppUrl($appUrl)
|
||||
{
|
||||
$this->appUrl = $appUrl;
|
||||
}
|
||||
public function getAppUrl()
|
||||
{
|
||||
return $this->appUrl;
|
||||
}
|
||||
public function setFallbackUrl($fallbackUrl)
|
||||
{
|
||||
$this->fallbackUrl = $fallbackUrl;
|
||||
}
|
||||
public function getFallbackUrl()
|
||||
{
|
||||
return $this->fallbackUrl;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_MobileApp
|
||||
*/
|
||||
public function setMobileApp(Google_Service_Dfareporting_MobileApp $mobileApp)
|
||||
{
|
||||
$this->mobileApp = $mobileApp;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_MobileApp
|
||||
*/
|
||||
public function getMobileApp()
|
||||
{
|
||||
return $this->mobileApp;
|
||||
}
|
||||
public function setRemarketingListIds($remarketingListIds)
|
||||
{
|
||||
$this->remarketingListIds = $remarketingListIds;
|
||||
}
|
||||
public function getRemarketingListIds()
|
||||
{
|
||||
return $this->remarketingListIds;
|
||||
}
|
||||
}
|
||||
@@ -19,11 +19,6 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'interstitialTagFormats';
|
||||
public $active;
|
||||
protected $contactAssignmentsType = 'Google_Service_Dfareporting_DirectorySiteContactAssignment';
|
||||
protected $contactAssignmentsDataType = 'array';
|
||||
public $countryId;
|
||||
public $currencyId;
|
||||
public $description;
|
||||
public $id;
|
||||
protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $idDimensionValueDataType = '';
|
||||
@@ -31,7 +26,6 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
public $interstitialTagFormats;
|
||||
public $kind;
|
||||
public $name;
|
||||
public $parentId;
|
||||
protected $settingsType = 'Google_Service_Dfareporting_DirectorySiteSettings';
|
||||
protected $settingsDataType = '';
|
||||
public $url;
|
||||
@@ -44,44 +38,6 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
return $this->active;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteContactAssignment
|
||||
*/
|
||||
public function setContactAssignments($contactAssignments)
|
||||
{
|
||||
$this->contactAssignments = $contactAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContactAssignment
|
||||
*/
|
||||
public function getContactAssignments()
|
||||
{
|
||||
return $this->contactAssignments;
|
||||
}
|
||||
public function setCountryId($countryId)
|
||||
{
|
||||
$this->countryId = $countryId;
|
||||
}
|
||||
public function getCountryId()
|
||||
{
|
||||
return $this->countryId;
|
||||
}
|
||||
public function setCurrencyId($currencyId)
|
||||
{
|
||||
$this->currencyId = $currencyId;
|
||||
}
|
||||
public function getCurrencyId()
|
||||
{
|
||||
return $this->currencyId;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
@@ -136,14 +92,6 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setParentId($parentId)
|
||||
{
|
||||
$this->parentId = $parentId;
|
||||
}
|
||||
public function getParentId()
|
||||
{
|
||||
return $this->parentId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteSettings
|
||||
*/
|
||||
|
||||
@@ -1,111 +0,0 @@
|
||||
<?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_DirectorySiteContact extends Google_Model
|
||||
{
|
||||
public $address;
|
||||
public $email;
|
||||
public $firstName;
|
||||
public $id;
|
||||
public $kind;
|
||||
public $lastName;
|
||||
public $phone;
|
||||
public $role;
|
||||
public $title;
|
||||
public $type;
|
||||
|
||||
public function setAddress($address)
|
||||
{
|
||||
$this->address = $address;
|
||||
}
|
||||
public function getAddress()
|
||||
{
|
||||
return $this->address;
|
||||
}
|
||||
public function setEmail($email)
|
||||
{
|
||||
$this->email = $email;
|
||||
}
|
||||
public function getEmail()
|
||||
{
|
||||
return $this->email;
|
||||
}
|
||||
public function setFirstName($firstName)
|
||||
{
|
||||
$this->firstName = $firstName;
|
||||
}
|
||||
public function getFirstName()
|
||||
{
|
||||
return $this->firstName;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setLastName($lastName)
|
||||
{
|
||||
$this->lastName = $lastName;
|
||||
}
|
||||
public function getLastName()
|
||||
{
|
||||
return $this->lastName;
|
||||
}
|
||||
public function setPhone($phone)
|
||||
{
|
||||
$this->phone = $phone;
|
||||
}
|
||||
public function getPhone()
|
||||
{
|
||||
return $this->phone;
|
||||
}
|
||||
public function setRole($role)
|
||||
{
|
||||
$this->role = $role;
|
||||
}
|
||||
public function getRole()
|
||||
{
|
||||
return $this->role;
|
||||
}
|
||||
public function setTitle($title)
|
||||
{
|
||||
$this->title = $title;
|
||||
}
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->title;
|
||||
}
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
<?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_DirectorySiteContactAssignment extends Google_Model
|
||||
{
|
||||
public $contactId;
|
||||
public $visibility;
|
||||
|
||||
public function setContactId($contactId)
|
||||
{
|
||||
$this->contactId = $contactId;
|
||||
}
|
||||
public function getContactId()
|
||||
{
|
||||
return $this->contactId;
|
||||
}
|
||||
public function setVisibility($visibility)
|
||||
{
|
||||
$this->visibility = $visibility;
|
||||
}
|
||||
public function getVisibility()
|
||||
{
|
||||
return $this->visibility;
|
||||
}
|
||||
}
|
||||
@@ -22,9 +22,6 @@ class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model
|
||||
protected $dfpSettingsDataType = '';
|
||||
public $instreamVideoPlacementAccepted;
|
||||
public $interstitialPlacementAccepted;
|
||||
public $nielsenOcrOptOut;
|
||||
public $verificationTagOptOut;
|
||||
public $videoActiveViewOptOut;
|
||||
|
||||
public function setActiveViewOptOut($activeViewOptOut)
|
||||
{
|
||||
@@ -64,28 +61,4 @@ class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model
|
||||
{
|
||||
return $this->interstitialPlacementAccepted;
|
||||
}
|
||||
public function setNielsenOcrOptOut($nielsenOcrOptOut)
|
||||
{
|
||||
$this->nielsenOcrOptOut = $nielsenOcrOptOut;
|
||||
}
|
||||
public function getNielsenOcrOptOut()
|
||||
{
|
||||
return $this->nielsenOcrOptOut;
|
||||
}
|
||||
public function setVerificationTagOptOut($verificationTagOptOut)
|
||||
{
|
||||
$this->verificationTagOptOut = $verificationTagOptOut;
|
||||
}
|
||||
public function getVerificationTagOptOut()
|
||||
{
|
||||
return $this->verificationTagOptOut;
|
||||
}
|
||||
public function setVideoActiveViewOptOut($videoActiveViewOptOut)
|
||||
{
|
||||
$this->videoActiveViewOptOut = $videoActiveViewOptOut;
|
||||
}
|
||||
public function getVideoActiveViewOptOut()
|
||||
{
|
||||
return $this->videoActiveViewOptOut;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect
|
||||
protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $advertiserIdDimensionValueDataType = '';
|
||||
public $analyticsDataSharingEnabled;
|
||||
protected $customViewabilityMetricType = 'Google_Service_Dfareporting_CustomViewabilityMetric';
|
||||
protected $customViewabilityMetricDataType = '';
|
||||
public $exposureToConversionEnabled;
|
||||
public $firstDayOfWeek;
|
||||
public $id;
|
||||
@@ -81,6 +83,20 @@ class Google_Service_Dfareporting_FloodlightConfiguration extends Google_Collect
|
||||
{
|
||||
return $this->analyticsDataSharingEnabled;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CustomViewabilityMetric
|
||||
*/
|
||||
public function setCustomViewabilityMetric(Google_Service_Dfareporting_CustomViewabilityMetric $customViewabilityMetric)
|
||||
{
|
||||
$this->customViewabilityMetric = $customViewabilityMetric;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CustomViewabilityMetric
|
||||
*/
|
||||
public function getCustomViewabilityMetric()
|
||||
{
|
||||
return $this->customViewabilityMetric;
|
||||
}
|
||||
public function setExposureToConversionEnabled($exposureToConversionEnabled)
|
||||
{
|
||||
$this->exposureToConversionEnabled = $exposureToConversionEnabled;
|
||||
|
||||
@@ -15,10 +15,13 @@
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Dfareporting_LandingPage extends Google_Model
|
||||
class Google_Service_Dfareporting_LandingPage extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'deepLinks';
|
||||
public $advertiserId;
|
||||
public $archived;
|
||||
protected $deepLinksType = 'Google_Service_Dfareporting_DeepLink';
|
||||
protected $deepLinksDataType = 'array';
|
||||
public $id;
|
||||
public $kind;
|
||||
public $name;
|
||||
@@ -40,6 +43,20 @@ class Google_Service_Dfareporting_LandingPage extends Google_Model
|
||||
{
|
||||
return $this->archived;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DeepLink
|
||||
*/
|
||||
public function setDeepLinks($deepLinks)
|
||||
{
|
||||
$this->deepLinks = $deepLinks;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DeepLink
|
||||
*/
|
||||
public function getDeepLinks()
|
||||
{
|
||||
return $this->deepLinks;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
|
||||
66
vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.php
vendored
Normal file
66
vendor/google/apiclient-services/src/Google/Service/Dfareporting/MobileApp.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?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_MobileApp extends Google_Model
|
||||
{
|
||||
public $directory;
|
||||
public $id;
|
||||
public $kind;
|
||||
public $publisherName;
|
||||
public $title;
|
||||
|
||||
public function setDirectory($directory)
|
||||
{
|
||||
$this->directory = $directory;
|
||||
}
|
||||
public function getDirectory()
|
||||
{
|
||||
return $this->directory;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setPublisherName($publisherName)
|
||||
{
|
||||
$this->publisherName = $publisherName;
|
||||
}
|
||||
public function getPublisherName()
|
||||
{
|
||||
return $this->publisherName;
|
||||
}
|
||||
public function setTitle($title)
|
||||
{
|
||||
$this->title = $title;
|
||||
}
|
||||
public function getTitle()
|
||||
{
|
||||
return $this->title;
|
||||
}
|
||||
}
|
||||
@@ -15,28 +15,14 @@
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Dfareporting_DirectorySiteContactsListResponse extends Google_Collection
|
||||
class Google_Service_Dfareporting_MobileAppsListResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'directorySiteContacts';
|
||||
protected $directorySiteContactsType = 'Google_Service_Dfareporting_DirectorySiteContact';
|
||||
protected $directorySiteContactsDataType = 'array';
|
||||
protected $collection_key = 'mobileApps';
|
||||
public $kind;
|
||||
protected $mobileAppsType = 'Google_Service_Dfareporting_MobileApp';
|
||||
protected $mobileAppsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteContact
|
||||
*/
|
||||
public function setDirectorySiteContacts($directorySiteContacts)
|
||||
{
|
||||
$this->directorySiteContacts = $directorySiteContacts;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContact
|
||||
*/
|
||||
public function getDirectorySiteContacts()
|
||||
{
|
||||
return $this->directorySiteContacts;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
@@ -45,6 +31,20 @@ class Google_Service_Dfareporting_DirectorySiteContactsListResponse extends Goog
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_MobileApp
|
||||
*/
|
||||
public function setMobileApps($mobileApps)
|
||||
{
|
||||
$this->mobileApps = $mobileApps;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_MobileApp
|
||||
*/
|
||||
public function getMobileApps()
|
||||
{
|
||||
return $this->mobileApps;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
@@ -20,6 +20,8 @@ class Google_Service_Dfareporting_Placement extends Google_Collection
|
||||
protected $collection_key = 'tagFormats';
|
||||
public $accountId;
|
||||
public $adBlockingOptOut;
|
||||
protected $additionalSizesType = 'Google_Service_Dfareporting_Size';
|
||||
protected $additionalSizesDataType = 'array';
|
||||
public $advertiserId;
|
||||
protected $advertiserIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $advertiserIdDimensionValueDataType = '';
|
||||
@@ -89,6 +91,20 @@ class Google_Service_Dfareporting_Placement extends Google_Collection
|
||||
{
|
||||
return $this->adBlockingOptOut;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setAdditionalSizes($additionalSizes)
|
||||
{
|
||||
$this->additionalSizes = $additionalSizes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getAdditionalSizes()
|
||||
{
|
||||
return $this->additionalSizes;
|
||||
}
|
||||
public function setAdvertiserId($advertiserId)
|
||||
{
|
||||
$this->advertiserId = $advertiserId;
|
||||
|
||||
@@ -64,6 +64,8 @@ class Google_Service_Dfareporting_Resource_AdvertiserLandingPages extends Google
|
||||
* these advertisers.
|
||||
* @opt_param bool archived Select only archived landing pages. Don't set this
|
||||
* field to select both archived and non-archived landing pages.
|
||||
* @opt_param string campaignIds Select only landing pages that are associated
|
||||
* with these campaigns.
|
||||
* @opt_param string ids Select only landing pages with these IDs.
|
||||
* @opt_param int maxResults Maximum number of results to return.
|
||||
* @opt_param string pageToken Value of the nextPageToken from the previous
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "directorySiteContacts" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $dfareportingService = new Google_Service_Dfareporting(...);
|
||||
* $directorySiteContacts = $dfareportingService->directorySiteContacts;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Dfareporting_Resource_DirectorySiteContacts extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Gets one directory site contact by ID. (directorySiteContacts.get)
|
||||
*
|
||||
* @param string $profileId User profile ID associated with this request.
|
||||
* @param string $id Directory site contact ID.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContact
|
||||
*/
|
||||
public function get($profileId, $id, $optParams = array())
|
||||
{
|
||||
$params = array('profileId' => $profileId, 'id' => $id);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_Dfareporting_DirectorySiteContact");
|
||||
}
|
||||
/**
|
||||
* Retrieves a list of directory site contacts, possibly filtered. This method
|
||||
* supports paging. (directorySiteContacts.listDirectorySiteContacts)
|
||||
*
|
||||
* @param string $profileId User profile ID associated with this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string directorySiteIds Select only directory site contacts with
|
||||
* these directory site IDs. This is a required field.
|
||||
* @opt_param string ids Select only directory site contacts with these IDs.
|
||||
* @opt_param int maxResults Maximum number of results to return.
|
||||
* @opt_param string pageToken Value of the nextPageToken from the previous
|
||||
* result page.
|
||||
* @opt_param string searchString Allows searching for objects by name, ID or
|
||||
* email. Wildcards (*) are allowed. For example, "directory site contact*2015"
|
||||
* will return objects with names like "directory site contact June 2015",
|
||||
* "directory site contact April 2015", or simply "directory site contact 2015".
|
||||
* Most of the searches also add wildcards implicitly at the start and the end
|
||||
* of the search string. For example, a search string of "directory site
|
||||
* contact" will match objects with name "my directory site contact", "directory
|
||||
* site contact 2015", or simply "directory site contact".
|
||||
* @opt_param string sortField Field by which to sort the list.
|
||||
* @opt_param string sortOrder Order of sorted results.
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContactsListResponse
|
||||
*/
|
||||
public function listDirectorySiteContacts($profileId, $optParams = array())
|
||||
{
|
||||
$params = array('profileId' => $profileId);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_Dfareporting_DirectorySiteContactsListResponse");
|
||||
}
|
||||
}
|
||||
@@ -68,14 +68,12 @@ class Google_Service_Dfareporting_Resource_DirectorySites extends Google_Service
|
||||
* that accept publisher paid placements. This field can be left blank.
|
||||
* @opt_param bool active Select only active directory sites. Leave blank to
|
||||
* retrieve both active and inactive directory sites.
|
||||
* @opt_param string countryId Select only directory sites with this country ID.
|
||||
* @opt_param string dfpNetworkCode Select only directory sites with this DFP
|
||||
* network code.
|
||||
* @opt_param string dfpNetworkCode Select only directory sites with this Ad
|
||||
* Manager network code.
|
||||
* @opt_param string ids Select only directory sites with these IDs.
|
||||
* @opt_param int maxResults Maximum number of results to return.
|
||||
* @opt_param string pageToken Value of the nextPageToken from the previous
|
||||
* result page.
|
||||
* @opt_param string parentId Select only directory sites with this parent ID.
|
||||
* @opt_param string searchString Allows searching for objects by name, ID or
|
||||
* URL. Wildcards (*) are allowed. For example, "directory site*2015" will
|
||||
* return objects with names like "directory site June 2015", "directory site
|
||||
|
||||
67
vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.php
vendored
Normal file
67
vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/MobileApps.php
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The "mobileApps" collection of methods.
|
||||
* Typical usage is:
|
||||
* <code>
|
||||
* $dfareportingService = new Google_Service_Dfareporting(...);
|
||||
* $mobileApps = $dfareportingService->mobileApps;
|
||||
* </code>
|
||||
*/
|
||||
class Google_Service_Dfareporting_Resource_MobileApps extends Google_Service_Resource
|
||||
{
|
||||
/**
|
||||
* Gets one mobile app by ID. (mobileApps.get)
|
||||
*
|
||||
* @param string $profileId User profile ID associated with this request.
|
||||
* @param string $id Mobile app ID.
|
||||
* @param array $optParams Optional parameters.
|
||||
* @return Google_Service_Dfareporting_MobileApp
|
||||
*/
|
||||
public function get($profileId, $id, $optParams = array())
|
||||
{
|
||||
$params = array('profileId' => $profileId, 'id' => $id);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('get', array($params), "Google_Service_Dfareporting_MobileApp");
|
||||
}
|
||||
/**
|
||||
* Retrieves list of available mobile apps. (mobileApps.listMobileApps)
|
||||
*
|
||||
* @param string $profileId User profile ID associated with this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string directories Select only apps from these directories.
|
||||
* @opt_param string ids Select only apps with these IDs.
|
||||
* @opt_param int maxResults Maximum number of results to return.
|
||||
* @opt_param string pageToken Value of the nextPageToken from the previous
|
||||
* result page.
|
||||
* @opt_param string searchString Allows searching for objects by name or ID.
|
||||
* Wildcards (*) are allowed. For example, "app*2015" will return objects with
|
||||
* names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the
|
||||
* searches also add wildcards implicitly at the start and the end of the search
|
||||
* string. For example, a search string of "app" will match objects with name
|
||||
* "my app", "app 2018", or simply "app".
|
||||
* @return Google_Service_Dfareporting_MobileAppsListResponse
|
||||
*/
|
||||
public function listMobileApps($profileId, $optParams = array())
|
||||
{
|
||||
$params = array('profileId' => $profileId);
|
||||
$params = array_merge($params, $optParams);
|
||||
return $this->call('list', array($params), "Google_Service_Dfareporting_MobileAppsListResponse");
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,10 @@ class Google_Service_Dfareporting_Resource_Sizes extends Google_Service_Resource
|
||||
return $this->call('insert', array($params), "Google_Service_Dfareporting_Size");
|
||||
}
|
||||
/**
|
||||
* Retrieves a list of sizes, possibly filtered. (sizes.listSizes)
|
||||
* Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally
|
||||
* unique and may include values not currently in use by your account. Due to
|
||||
* this, the list of sizes returned by this method may differ from the list seen
|
||||
* in the Trafficking UI. (sizes.listSizes)
|
||||
*
|
||||
* @param string $profileId User profile ID associated with this request.
|
||||
* @param array $optParams Optional parameters.
|
||||
|
||||
@@ -34,6 +34,8 @@ class Google_Service_Dfareporting_Site extends Google_Collection
|
||||
protected $siteSettingsType = 'Google_Service_Dfareporting_SiteSettings';
|
||||
protected $siteSettingsDataType = '';
|
||||
public $subaccountId;
|
||||
protected $videoSettingsType = 'Google_Service_Dfareporting_SiteVideoSettings';
|
||||
protected $videoSettingsDataType = '';
|
||||
|
||||
public function setAccountId($accountId)
|
||||
{
|
||||
@@ -155,4 +157,18 @@ class Google_Service_Dfareporting_Site extends Google_Collection
|
||||
{
|
||||
return $this->subaccountId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_SiteVideoSettings
|
||||
*/
|
||||
public function setVideoSettings(Google_Service_Dfareporting_SiteVideoSettings $videoSettings)
|
||||
{
|
||||
$this->videoSettings = $videoSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_SiteVideoSettings
|
||||
*/
|
||||
public function getVideoSettings()
|
||||
{
|
||||
return $this->videoSettings;
|
||||
}
|
||||
}
|
||||
|
||||
65
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.php
vendored
Normal file
65
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteCompanionSetting.php
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
<?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_SiteCompanionSetting extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'enabledSizes';
|
||||
public $companionsDisabled;
|
||||
protected $enabledSizesType = 'Google_Service_Dfareporting_Size';
|
||||
protected $enabledSizesDataType = 'array';
|
||||
public $imageOnly;
|
||||
public $kind;
|
||||
|
||||
public function setCompanionsDisabled($companionsDisabled)
|
||||
{
|
||||
$this->companionsDisabled = $companionsDisabled;
|
||||
}
|
||||
public function getCompanionsDisabled()
|
||||
{
|
||||
return $this->companionsDisabled;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setEnabledSizes($enabledSizes)
|
||||
{
|
||||
$this->enabledSizes = $enabledSizes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getEnabledSizes()
|
||||
{
|
||||
return $this->enabledSizes;
|
||||
}
|
||||
public function setImageOnly($imageOnly)
|
||||
{
|
||||
$this->imageOnly = $imageOnly;
|
||||
}
|
||||
public function getImageOnly()
|
||||
{
|
||||
return $this->imageOnly;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
}
|
||||
@@ -19,11 +19,7 @@ class Google_Service_Dfareporting_SiteSettings extends Google_Model
|
||||
{
|
||||
public $activeViewOptOut;
|
||||
public $adBlockingOptOut;
|
||||
protected $creativeSettingsType = 'Google_Service_Dfareporting_CreativeSettings';
|
||||
protected $creativeSettingsDataType = '';
|
||||
public $disableNewCookie;
|
||||
protected $lookbackConfigurationType = 'Google_Service_Dfareporting_LookbackConfiguration';
|
||||
protected $lookbackConfigurationDataType = '';
|
||||
protected $tagSettingType = 'Google_Service_Dfareporting_TagSetting';
|
||||
protected $tagSettingDataType = '';
|
||||
public $videoActiveViewOptOutTemplate;
|
||||
@@ -45,20 +41,6 @@ class Google_Service_Dfareporting_SiteSettings extends Google_Model
|
||||
{
|
||||
return $this->adBlockingOptOut;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeSettings
|
||||
*/
|
||||
public function setCreativeSettings(Google_Service_Dfareporting_CreativeSettings $creativeSettings)
|
||||
{
|
||||
$this->creativeSettings = $creativeSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeSettings
|
||||
*/
|
||||
public function getCreativeSettings()
|
||||
{
|
||||
return $this->creativeSettings;
|
||||
}
|
||||
public function setDisableNewCookie($disableNewCookie)
|
||||
{
|
||||
$this->disableNewCookie = $disableNewCookie;
|
||||
@@ -67,20 +49,6 @@ class Google_Service_Dfareporting_SiteSettings extends Google_Model
|
||||
{
|
||||
return $this->disableNewCookie;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
|
||||
{
|
||||
$this->lookbackConfiguration = $lookbackConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function getLookbackConfiguration()
|
||||
{
|
||||
return $this->lookbackConfiguration;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_TagSetting
|
||||
*/
|
||||
|
||||
71
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.php
vendored
Normal file
71
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteSkippableSetting.php
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
<?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_SiteSkippableSetting extends Google_Model
|
||||
{
|
||||
public $kind;
|
||||
protected $progressOffsetType = 'Google_Service_Dfareporting_VideoOffset';
|
||||
protected $progressOffsetDataType = '';
|
||||
protected $skipOffsetType = 'Google_Service_Dfareporting_VideoOffset';
|
||||
protected $skipOffsetDataType = '';
|
||||
public $skippable;
|
||||
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
/**
|
||||
* @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;
|
||||
}
|
||||
}
|
||||
@@ -15,25 +15,26 @@
|
||||
* the License.
|
||||
*/
|
||||
|
||||
class Google_Service_Dfareporting_CreativeSettings extends Google_Model
|
||||
class Google_Service_Dfareporting_SiteTranscodeSetting extends Google_Collection
|
||||
{
|
||||
public $iFrameFooter;
|
||||
public $iFrameHeader;
|
||||
protected $collection_key = 'enabledVideoFormats';
|
||||
public $enabledVideoFormats;
|
||||
public $kind;
|
||||
|
||||
public function setIFrameFooter($iFrameFooter)
|
||||
public function setEnabledVideoFormats($enabledVideoFormats)
|
||||
{
|
||||
$this->iFrameFooter = $iFrameFooter;
|
||||
$this->enabledVideoFormats = $enabledVideoFormats;
|
||||
}
|
||||
public function getIFrameFooter()
|
||||
public function getEnabledVideoFormats()
|
||||
{
|
||||
return $this->iFrameFooter;
|
||||
return $this->enabledVideoFormats;
|
||||
}
|
||||
public function setIFrameHeader($iFrameHeader)
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->iFrameHeader = $iFrameHeader;
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getIFrameHeader()
|
||||
public function getKind()
|
||||
{
|
||||
return $this->iFrameHeader;
|
||||
return $this->kind;
|
||||
}
|
||||
}
|
||||
87
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.php
vendored
Normal file
87
vendor/google/apiclient-services/src/Google/Service/Dfareporting/SiteVideoSettings.php
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
<?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_SiteVideoSettings extends Google_Model
|
||||
{
|
||||
protected $companionSettingsType = 'Google_Service_Dfareporting_SiteCompanionSetting';
|
||||
protected $companionSettingsDataType = '';
|
||||
public $kind;
|
||||
public $orientation;
|
||||
protected $skippableSettingsType = 'Google_Service_Dfareporting_SiteSkippableSetting';
|
||||
protected $skippableSettingsDataType = '';
|
||||
protected $transcodeSettingsType = 'Google_Service_Dfareporting_SiteTranscodeSetting';
|
||||
protected $transcodeSettingsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_SiteCompanionSetting
|
||||
*/
|
||||
public function setCompanionSettings(Google_Service_Dfareporting_SiteCompanionSetting $companionSettings)
|
||||
{
|
||||
$this->companionSettings = $companionSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_SiteCompanionSetting
|
||||
*/
|
||||
public function getCompanionSettings()
|
||||
{
|
||||
return $this->companionSettings;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setOrientation($orientation)
|
||||
{
|
||||
$this->orientation = $orientation;
|
||||
}
|
||||
public function getOrientation()
|
||||
{
|
||||
return $this->orientation;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_SiteSkippableSetting
|
||||
*/
|
||||
public function setSkippableSettings(Google_Service_Dfareporting_SiteSkippableSetting $skippableSettings)
|
||||
{
|
||||
$this->skippableSettings = $skippableSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_SiteSkippableSetting
|
||||
*/
|
||||
public function getSkippableSettings()
|
||||
{
|
||||
return $this->skippableSettings;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_SiteTranscodeSetting
|
||||
*/
|
||||
public function setTranscodeSettings(Google_Service_Dfareporting_SiteTranscodeSetting $transcodeSettings)
|
||||
{
|
||||
$this->transcodeSettings = $transcodeSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_SiteTranscodeSetting
|
||||
*/
|
||||
public function getTranscodeSettings()
|
||||
{
|
||||
return $this->transcodeSettings;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user