Lines Matching refs:roleId
33 * @param string $roleId The ID of the requesting advertiser or publisher.
39 public function get($role, $roleId, $optParams = array()) { argument
40 $params = array('role' => $role, 'roleId' => $roleId);
54 * @param string $roleId The ID of the requesting advertiser or publisher.
66 public function listAdvertisers($role, $roleId, $optParams = array()) { argument
67 $params = array('role' => $role, 'roleId' => $roleId);
124 * @param string $roleId The ID of the requesting advertiser or publisher.
145 public function listEvents($role, $roleId, $optParams = array()) { argument
146 $params = array('role' => $role, 'roleId' => $roleId);
173 * @param string $roleId The ID of the requesting advertiser or publisher.
178 public function get($role, $roleId, $linkId, $optParams = array()) { argument
179 $params = array('role' => $role, 'roleId' => $roleId, 'linkId' => $linkId);
192 * @param string $roleId The ID of the requesting advertiser or publisher.
197 public function insert($role, $roleId, Google_Link $postBody, $optParams = array()) { argument
198 $params = array('role' => $role, 'roleId' => $roleId, 'postBody' => $postBody);
211 * @param string $roleId The ID of the requesting advertiser or publisher.
229 public function listLinks($role, $roleId, $optParams = array()) { argument
230 $params = array('role' => $role, 'roleId' => $roleId);
257 * @param string $roleId The ID of the requesting advertiser or publisher.
263 public function get($role, $roleId, $optParams = array()) { argument
264 $params = array('role' => $role, 'roleId' => $roleId);
278 * @param string $roleId The ID of the requesting advertiser or publisher.
290 public function listPublishers($role, $roleId, $optParams = array()) { argument
291 $params = array('role' => $role, 'roleId' => $roleId);
316 * @param string $roleId The ID of the requesting advertiser or publisher.
333 public function get($role, $roleId, $reportType, $optParams = array()) { argument
334 $params = array('role' => $role, 'roleId' => $roleId, 'reportType' => $reportType);