Lines Matching refs:advertiserId
38 * @param string $advertiserId Output only. The unique ID of the advertiser the
44 public function create($advertiserId, Creative $postBody, $optParams = []) argument
46 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];
55 * @param string $advertiserId The ID of the advertiser this creative belongs
61 public function delete($advertiserId, $creativeId, $optParams = []) argument
63 $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId];
70 * @param string $advertiserId Required. The ID of the advertiser this creative
76 public function get($advertiserId, $creativeId, $optParams = []) argument
78 $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId];
88 * @param string $advertiserId Required. The ID of the advertiser to list
135 public function listAdvertisersCreatives($advertiserId, $optParams = []) argument
137 $params = ['advertiserId' => $advertiserId];
145 * @param string $advertiserId Output only. The unique ID of the advertiser the
156 public function patch($advertiserId, $creativeId, Creative $postBody, $optParams = []) argument
158 … $params = ['advertiserId' => $advertiserId, 'creativeId' => $creativeId, 'postBody' => $postBody];