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