Searched refs:RemarketingAudience (Results 1 – 3 of 3) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
| D | ManagementRemarketingAudience.php | 20 use Google\Service\Analytics\RemarketingAudience; alias 61 * @return RemarketingAudience 67 return $this->call('get', [$params], RemarketingAudience::class); 76 * @param RemarketingAudience $postBody 78 * @return RemarketingAudience 80 public function insert($accountId, $webPropertyId, RemarketingAudience $postBody, $optParams = []) 84 return $this->call('insert', [$params], RemarketingAudience::class); 119 * @param RemarketingAudience $postBody 121 * @return RemarketingAudience 123 …public function patch($accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $pos… [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | RemarketingAudiences.php | 23 protected $itemsType = RemarketingAudience::class; 55 * @param RemarketingAudience[] 62 * @return RemarketingAudience[]
|
| D | RemarketingAudience.php | 20 class RemarketingAudience extends \Google\Collection class 273 class_alias(RemarketingAudience::class, 'Google_Service_Analytics_RemarketingAudience');
|