Lines Matching refs:webPropertyId

37    * @param string $webPropertyId Web property ID to delete the view (profile)
42 public function delete($accountId, $webPropertyId, $profileId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
52 * @param string $webPropertyId Web property ID to retrieve the view (profile)
59 public function get($accountId, $webPropertyId, $profileId, $optParams = []) argument
61 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
69 * @param string $webPropertyId Web property ID to create the view (profile)
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = []) argument
77 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
88 * @param string $webPropertyId Web property ID for the views (profiles) to
99 public function listManagementProfiles($accountId, $webPropertyId, $optParams = []) argument
101 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
110 * @param string $webPropertyId Web property ID to which the view (profile)
117 public function patch($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
119 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
127 * @param string $webPropertyId Web property ID to which the view (profile)
134 public function update($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
136 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…