TargetingTemplates
class TargetingTemplates extends Resource (View source)
The "targetingTemplates" collection of methods.
Typical usage is:
$dfareportingService = new Google\Service\Dfareporting(...);
$targetingTemplates = $dfareportingService->targetingTemplates;
Methods
Gets one targeting template by ID. (targetingTemplates.get)
Inserts a new targeting template. (targetingTemplates.insert)
Retrieves a list of targeting templates, optionally filtered. This method supports paging. (targetingTemplates.listTargetingTemplates)
Updates an existing targeting template. This method supports patch semantics.
Updates an existing targeting template. (targetingTemplates.update)
Details
TargetingTemplate
get(string $profileId, string $id, array $optParams = [])
Gets one targeting template by ID. (targetingTemplates.get)
TargetingTemplate
insert(string $profileId, TargetingTemplate $postBody, array $optParams = [])
Inserts a new targeting template. (targetingTemplates.insert)
TargetingTemplatesListResponse
listTargetingTemplates(string $profileId, array $optParams = [])
Retrieves a list of targeting templates, optionally filtered. This method supports paging. (targetingTemplates.listTargetingTemplates)
TargetingTemplate
patch(string $profileId, string $id, TargetingTemplate $postBody, array $optParams = [])
Updates an existing targeting template. This method supports patch semantics.
(targetingTemplates.patch)
TargetingTemplate
update(string $profileId, TargetingTemplate $postBody, array $optParams = [])
Updates an existing targeting template. (targetingTemplates.update)