public class Dfareporting.CreativeGroups extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dfareporting.CreativeGroups.Get |
class |
Dfareporting.CreativeGroups.Insert |
class |
Dfareporting.CreativeGroups.List |
class |
Dfareporting.CreativeGroups.Patch |
class |
Dfareporting.CreativeGroups.Update |
Constructor and Description |
---|
CreativeGroups() |
Modifier and Type | Method and Description |
---|---|
Dfareporting.CreativeGroups.Get |
get(Long profileId,
Long id)
Gets one creative group by ID.
|
Dfareporting.CreativeGroups.Insert |
insert(Long profileId,
CreativeGroup content)
Inserts a new creative group.
|
Dfareporting.CreativeGroups.List |
list(Long profileId)
Retrieves a list of creative groups, possibly filtered.
|
Dfareporting.CreativeGroups.Patch |
patch(Long profileId,
Long id,
CreativeGroup content)
Updates an existing creative group.
|
Dfareporting.CreativeGroups.Update |
update(Long profileId,
CreativeGroup content)
Updates an existing creative group.
|
public Dfareporting.CreativeGroups.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
- Creative group ID.IOException
public Dfareporting.CreativeGroups.Insert insert(Long profileId, CreativeGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.content
- the CreativeGroup
IOException
public Dfareporting.CreativeGroups.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.CreativeGroups.Patch patch(Long profileId, Long id, CreativeGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.id
- Required. Creative Group ID.content
- the CreativeGroup
IOException
public Dfareporting.CreativeGroups.Update update(Long profileId, CreativeGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.profileId
- User profile ID associated with this request.content
- the CreativeGroup
IOException
Copyright © 2011–2025 Google. All rights reserved.