Lines Matching refs:advertiserId

32    * @param string $advertiserId Required. The ID of the advertiser the insertion
63 …public function bulkListInsertionOrderAssignedTargetingOptions($advertiserId, $insertionOrderId, $… argument
65 $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId);
73 * @param string $advertiserId Output only. The unique ID of the advertiser the
79 …public function create($advertiserId, Google_Service_DisplayVideo_InsertionOrder $postBody, $optPa… argument
81 $params = array('advertiserId' => $advertiserId, 'postBody' => $postBody);
91 * @param string $advertiserId The ID of the advertiser this insertion order
98 public function delete($advertiserId, $insertionOrderId, $optParams = array()) argument
100 $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId);
108 * @param string $advertiserId Required. The ID of the advertiser this insertion
115 public function get($advertiserId, $insertionOrderId, $optParams = array()) argument
117 $params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId);
127 * @param string $advertiserId Required. The ID of the advertiser to list
166 public function listAdvertisersInsertionOrders($advertiserId, $optParams = array()) argument
168 $params = array('advertiserId' => $advertiserId);
176 * @param string $advertiserId Output only. The unique ID of the advertiser the
187 …public function patch($advertiserId, $insertionOrderId, Google_Service_DisplayVideo_InsertionOrder… argument
189 …$params = array('advertiserId' => $advertiserId, 'insertionOrderId' => $insertionOrderId, 'postBod…