Lines Matching refs:webPropertyId

38    * @param string $webPropertyId Web property ID to which the remarketing
44 public function delete($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
46 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
56 * @param string $webPropertyId The web property ID of the remarketing audience
63 public function get($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
65 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
74 * @param string $webPropertyId Web property ID for which to create the
80 public function insert($accountId, $webPropertyId, RemarketingAudience $postBody, $optParams = []) argument
82 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
92 * @param string $webPropertyId The web property ID of the remarketing audiences
103 public function listManagementRemarketingAudience($accountId, $webPropertyId, $optParams = []) argument
105 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
115 * @param string $webPropertyId The web property ID of the remarketing audience
123 …public function patch($accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $pos… argument
125 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
134 * @param string $webPropertyId The web property ID of the remarketing audience
142 …public function update($accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $po… argument
144 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…