Lines Matching refs:accountId

36    * @param string $accountId Account ID to which the profile filter link belongs.
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
45 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
52 * @param string $accountId Account ID to retrieve profile filter link for.
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
62 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
69 * @param string $accountId Account ID to create profile filter link for.
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
79 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
87 * @param string $accountId Account ID to retrieve profile filter links for.
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
112 * @param string $accountId Account ID to which profile filter link belongs.
121 …public function patch($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody… argument
123 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
130 * @param string $accountId Account ID to which profile filter link belongs.
139 …public function update($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBod… argument
141 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…