Lines Matching refs:profileId

39    * @param string $profileId Profile ID to which the filter link belongs.
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
45 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $li…
55 * @param string $profileId Profile ID to retrieve filter link for.
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
62 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $li…
72 * @param string $profileId Profile ID to create filter link for.
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
79 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $…
91 * @param string $profileId Profile ID to retrieve filter links for. Can either
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId];
115 * @param string $profileId Profile ID to which filter link belongs
121 …public function patch($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody… argument
123 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $li…
133 * @param string $profileId Profile ID to which filter link belongs
139 …public function update($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBod… argument
141 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $li…