Lines Matching refs:advertiserId
39 * @param string $advertiserId Required. The ID of the advertiser the campaign
70 …public function bulkListCampaignAssignedTargetingOptions($advertiserId, $campaignId, $optParams = … argument
72 $params = ['advertiserId' => $advertiserId, 'campaignId' => $campaignId];
80 * @param string $advertiserId Output only. The unique ID of the advertiser the
86 public function create($advertiserId, Campaign $postBody, $optParams = []) argument
88 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];
97 * @param string $advertiserId The ID of the advertiser this campaign belongs
103 public function delete($advertiserId, $campaignId, $optParams = []) argument
105 $params = ['advertiserId' => $advertiserId, 'campaignId' => $campaignId];
112 * @param string $advertiserId Required. The ID of the advertiser this campaign
118 public function get($advertiserId, $campaignId, $optParams = []) argument
120 $params = ['advertiserId' => $advertiserId, 'campaignId' => $campaignId];
130 * @param string $advertiserId The ID of the advertiser to list campaigns for.
162 public function listAdvertisersCampaigns($advertiserId, $optParams = []) argument
164 $params = ['advertiserId' => $advertiserId];
172 * @param string $advertiserId Output only. The unique ID of the advertiser the
183 public function patch($advertiserId, $campaignId, Campaign $postBody, $optParams = []) argument
185 … $params = ['advertiserId' => $advertiserId, 'campaignId' => $campaignId, 'postBody' => $postBody];