Lines Matching refs:accountId

36    * @param string $accountId Account ID to delete the view (profile) for.
42 public function delete($accountId, $webPropertyId, $profileId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
51 * @param string $accountId Account ID to retrieve the view (profile) for.
59 public function get($accountId, $webPropertyId, $profileId, $optParams = []) argument
61 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
68 * @param string $accountId Account ID to create the view (profile) for.
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = []) argument
77 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
85 * @param string $accountId Account ID for the view (profiles) to retrieve. Can
99 public function listManagementProfiles($accountId, $webPropertyId, $optParams = []) argument
101 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
109 * @param string $accountId Account ID to which the view (profile) belongs
117 public function patch($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
119 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
126 * @param string $accountId Account ID to which the view (profile) belongs
134 public function update($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
136 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…