Lines Matching refs:webPropertyId

37    * @param string $webPropertyId Web property Id to which the profile filter link
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
45 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
53 * @param string $webPropertyId Web property Id to retrieve profile filter link
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
62 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
70 * @param string $webPropertyId Web property Id to create profile filter link
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
79 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
88 * @param string $webPropertyId Web property Id for profile filter links for.
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
113 * @param string $webPropertyId Web property Id to which profile filter link
121 …public function patch($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody… argument
123 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
131 * @param string $webPropertyId Web property Id to which profile filter link
139 …public function update($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBod… argument
141 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…