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