Home
last modified time | relevance | path

Searched refs:advertisers (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php52 public $advertisers; variable in Google\\Service\\DisplayVideo
109 'advertisers',
113 'path' => 'v1/advertisers/{+advertiserId}:audit',
163 'path' => 'v1/advertisers',
167 'path' => 'v1/advertisers/{+advertiserId}',
177 'path' => 'v1/advertisers/{+advertiserId}',
187 'path' => 'v1/advertisers',
212 'path' => 'v1/advertisers/{+advertiserId}',
236 'path' => 'v1/advertisers/{+advertiserId}/assets',
287 'path' => 'v1/advertisers/{+advertiserId}/campaigns',
[all …]
H A DDfareporting.php56 public $advertisers; variable in Google\\Service\\Dfareporting
816 'advertisers',
820 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/advertisers/{id}',
835 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/advertisers',
845 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/advertisers',
906 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/advertisers',
921 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/advertisers',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListAdvertisersResponse.php33 public function setAdvertisers($advertisers) argument
35 $this->advertisers = $advertisers;
42 return $this->advertisers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdvertisersListResponse.php37 public function setAdvertisers($advertisers) argument
39 $this->advertisers = $advertisers;
46 return $this->advertisers;
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php360 public $advertisers; variable in Google_GanService
377 …$this->advertisers = new Google_AdvertisersServiceResource($this, $this->serviceName, 'advertisers…