Home
last modified time | relevance | path

Searched refs:advertiserId (Results 1 – 25 of 71) sorted by path

123

/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php376 public $advertiserId; variable in Google_Creative
405 public function setAdvertiserId(/* array(Google_string) */ $advertiserId) { argument
406 $this->assertIsArray($advertiserId, 'Google_string', __METHOD__);
407 $this->advertiserId = $advertiserId;
410 return $this->advertiserId;
H A DGoogle_GanService.php1145 public $advertiserId; variable in Google_Event
1173 public function setAdvertiserId( $advertiserId) { argument
1174 $this->advertiserId = $advertiserId;
1177 return $this->advertiserId;
1386 public $advertiserId; variable in Google_Link
1413 public function setAdvertiserId( $advertiserId) { argument
1414 $this->advertiserId = $advertiserId;
1417 return $this->advertiserId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php31 public $advertiserId; variable in Google\\Service\\AdExchangeBuyer\\Creative
101 public function setAdvertiserId($advertiserId) argument
103 $this->advertiserId = $advertiserId;
107 return $this->advertiserId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php462 'advertiserId' => [
1466 …'path' => 'dfareporting/v3.5/userprofiles/{profileId}/creativeAssets/{advertiserId}/creativeAssets…
1474 'advertiserId' => [
1887 'advertiserId' => [
2151 'advertiserId' => [
2232 'advertiserId' => [
2424 'advertiserId' => [
2548 'advertiserId' => [
3827 'advertiserId' => [
4420 'advertiserId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAd.php34 public $advertiserId; variable in Google\\Service\\Dfareporting\\Ad
171 public function setAdvertiserId($advertiserId) argument
173 $this->advertiserId = $advertiserId;
180 return $this->advertiserId;
H A DCampaign.php38 public $advertiserId; variable in Google\\Service\\Dfareporting\\Campaign
175 public function setAdvertiserId($advertiserId) argument
177 $this->advertiserId = $advertiserId;
184 return $this->advertiserId;
H A DCreative.php44 public $advertiserId; variable in Google\\Service\\Dfareporting\\Creative
317 public function setAdvertiserId($advertiserId) argument
319 $this->advertiserId = $advertiserId;
326 return $this->advertiserId;
H A DCreativeField.php29 public $advertiserId; variable in Google\\Service\\Dfareporting\\CreativeField
66 public function setAdvertiserId($advertiserId) argument
68 $this->advertiserId = $advertiserId;
75 return $this->advertiserId;
H A DCreativeGroup.php29 public $advertiserId; variable in Google\\Service\\Dfareporting\\CreativeGroup
70 public function setAdvertiserId($advertiserId) argument
72 $this->advertiserId = $advertiserId;
79 return $this->advertiserId;
H A DEventTag.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\EventTag
109 public function setAdvertiserId($advertiserId) argument
111 $this->advertiserId = $advertiserId;
118 return $this->advertiserId;
H A DFloodlightActivity.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\FloodlightActivity
147 public function setAdvertiserId($advertiserId) argument
149 $this->advertiserId = $advertiserId;
156 return $this->advertiserId;
H A DFloodlightActivityGroup.php29 public $advertiserId; variable in Google\\Service\\Dfareporting\\FloodlightActivityGroup
82 public function setAdvertiserId($advertiserId) argument
84 $this->advertiserId = $advertiserId;
91 return $this->advertiserId;
H A DFloodlightConfiguration.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\FloodlightConfiguration
97 public function setAdvertiserId($advertiserId) argument
99 $this->advertiserId = $advertiserId;
106 return $this->advertiserId;
H A DInventoryItem.php32 public $advertiserId; variable in Google\\Service\\Dfareporting\\InventoryItem
129 public function setAdvertiserId($advertiserId) argument
131 $this->advertiserId = $advertiserId;
138 return $this->advertiserId;
H A DLandingPage.php26 public $advertiserId; variable in Google\\Service\\Dfareporting\\LandingPage
53 public function setAdvertiserId($advertiserId) argument
55 $this->advertiserId = $advertiserId;
62 return $this->advertiserId;
H A DOrder.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\Order
117 public function setAdvertiserId($advertiserId) argument
119 $this->advertiserId = $advertiserId;
126 return $this->advertiserId;
H A DOrderDocument.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\OrderDocument
107 public function setAdvertiserId($advertiserId) argument
109 $this->advertiserId = $advertiserId;
116 return $this->advertiserId;
H A DPlacement.php36 public $advertiserId; variable in Google\\Service\\Dfareporting\\Placement
209 public function setAdvertiserId($advertiserId) argument
211 $this->advertiserId = $advertiserId;
218 return $this->advertiserId;
H A DPlacementGroup.php30 public $advertiserId; variable in Google\\Service\\Dfareporting\\PlacementGroup
127 public function setAdvertiserId($advertiserId) argument
129 $this->advertiserId = $advertiserId;
136 return $this->advertiserId;
H A DProject.php29 public $advertiserId; variable in Google\\Service\\Dfareporting\\Project
126 public function setAdvertiserId($advertiserId) argument
128 $this->advertiserId = $advertiserId;
135 return $this->advertiserId;
H A DRemarketingList.php33 public $advertiserId; variable in Google\\Service\\Dfareporting\\RemarketingList
102 public function setAdvertiserId($advertiserId) argument
104 $this->advertiserId = $advertiserId;
111 return $this->advertiserId;
H A DTargetableRemarketingList.php33 public $advertiserId; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList
100 public function setAdvertiserId($advertiserId) argument
102 $this->advertiserId = $advertiserId;
109 return $this->advertiserId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DCreativeAssets.php36 * @param string $advertiserId Advertiser ID of this creative. This is a
42 …public function insert($profileId, $advertiserId, CreativeAssetMetadata $postBody, $optParams = []) argument
44 $params = ['profileId' => $profileId, 'advertiserId' => $advertiserId, 'postBody' => $postBody];
H A DRemarketingLists.php66 * @param string $advertiserId Select only remarketing lists owned by this
87 public function listRemarketingLists($profileId, $advertiserId, $optParams = []) argument
89 $params = ['profileId' => $profileId, 'advertiserId' => $advertiserId];
H A DTargetableRemarketingLists.php53 * @param string $advertiserId Select only targetable remarketing lists
73 public function listTargetableRemarketingLists($profileId, $advertiserId, $optParams = []) argument
75 $params = ['profileId' => $profileId, 'advertiserId' => $advertiserId];

123