Lines Matching refs:advertiserId
44 * @param string $advertiserId Required. The ID of the advertiser to audit.
54 public function audit($advertiserId, $optParams = []) argument
56 $params = ['advertiserId' => $advertiserId];
68 * @param string $advertiserId Required. The ID of the advertiser.
73 …public function bulkEditAdvertiserAssignedTargetingOptions($advertiserId, BulkEditAdvertiserAssign… argument
75 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];
83 * @param string $advertiserId Required. The ID of the advertiser the line item
108 public function bulkListAdvertiserAssignedTargetingOptions($advertiserId, $optParams = []) argument
110 $params = ['advertiserId' => $advertiserId];
133 * @param string $advertiserId The ID of the advertiser we need to delete.
137 public function delete($advertiserId, $optParams = []) argument
139 $params = ['advertiserId' => $advertiserId];
146 * @param string $advertiserId Required. The ID of the advertiser to fetch.
150 public function get($advertiserId, $optParams = []) argument
152 $params = ['advertiserId' => $advertiserId];
203 * @param string $advertiserId Output only. The unique ID of the advertiser.
212 public function patch($advertiserId, Advertiser $postBody, $optParams = []) argument
214 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];