Lines Matching refs:accountId

36    * @param string $accountId Account ID to which the remarketing audience
44 public function delete($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
46 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
54 * @param string $accountId The account ID of the remarketing audience to
63 public function get($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
65 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
72 * @param string $accountId The account ID for which to create the remarketing
80 public function insert($accountId, $webPropertyId, RemarketingAudience $postBody, $optParams = []) argument
82 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
90 * @param string $accountId The account ID of the remarketing audiences to
103 public function listManagementRemarketingAudience($accountId, $webPropertyId, $optParams = []) argument
105 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
113 * @param string $accountId The account ID of the remarketing audience to
123 …public function patch($accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $pos… argument
125 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…
132 * @param string $accountId The account ID of the remarketing audience to
142 …public function update($accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $po… argument
144 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'remarketingAudienceId' =…