public class Dfareporting.TargetingTemplates extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.TargetingTemplates.Get |
class |
Dfareporting.TargetingTemplates.Insert |
class |
Dfareporting.TargetingTemplates.List |
class |
Dfareporting.TargetingTemplates.Patch |
class |
Dfareporting.TargetingTemplates.Update |
| Constructor and Description |
|---|
TargetingTemplates() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.TargetingTemplates.Get |
get(Long profileId,
Long id)
Gets one targeting template by ID.
|
Dfareporting.TargetingTemplates.Insert |
insert(Long profileId,
TargetingTemplate content)
Inserts a new targeting template.
|
Dfareporting.TargetingTemplates.List |
list(Long profileId)
Retrieves a list of targeting templates, optionally filtered.
|
Dfareporting.TargetingTemplates.Patch |
patch(Long profileId,
Long id,
TargetingTemplate content)
Updates an existing targeting template.
|
Dfareporting.TargetingTemplates.Update |
update(Long profileId,
TargetingTemplate content)
Updates an existing targeting template.
|
public Dfareporting.TargetingTemplates.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Targeting template ID.IOExceptionpublic Dfareporting.TargetingTemplates.Insert insert(Long profileId, TargetingTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the TargetingTemplateIOExceptionpublic Dfareporting.TargetingTemplates.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.TargetingTemplates.Patch patch(Long profileId, Long id, TargetingTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Required. RemarketingList ID.content - the TargetingTemplateIOExceptionpublic Dfareporting.TargetingTemplates.Update update(Long profileId, TargetingTemplate content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the TargetingTemplateIOExceptionCopyright © 2011–2023 Google. All rights reserved.