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