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.IOException
public 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 TargetingTemplate
IOException
public Dfareporting.TargetingTemplates.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.IOException
public 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 TargetingTemplate
IOException
public 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 TargetingTemplate
IOException
Copyright © 2011–2025 Google. All rights reserved.