CampaignService
CampaignService provides operations for creating and managing campaigns.
A campaign is a collection of one or more ad groups and is associated
with an account.
Operations
addCampaignCreate a campaign.
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse - The response, which indicates if the operation succeeded or failed. Sample Code
addCampaignsCreate one or more campaigns.
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse[] - A list of responses, which indicate if the operations succeeded or failed. deleteCampaignDelete the campaign (specified by campaignID).
Capability required: CampaignWrite
Parameters
ResponseBasicResponse - The response, which indicates if the operation succeeded or failed. deleteCampaignsDelete one or more campaigns (specified by the list of campaignIDs).
Capability required: CampaignWrite
Parameters
ResponseBasicResponse[] - A list of responses, which indicate if the operations succeeded or failed. getCampaignReturn the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
ResponseCampaign - The campaign. getCampaignAdGroupCountReturn the number of ad groups for the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
Responselong - The number of ad groups for the campaign. getCampaignKeywordCountReturn the number of keywords for the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
Responselong - The number of keywords for the campaign. getCampaignsReturn one or more campaigns (specified by a list of campaignIDs).
Capability required: CampaignRead
Parameters
ResponseCampaign[] - A list of campaigns. getCampaignsByAccountIDReturn the campaigns for the account (specified by accountID).
Capability required: CampaignRead
Parameters
ResponseCampaign[] - A list of all campaigns for the account. getCampaignsByAccountIDByCampaignStatusReturn the campaigns with the indicated status for the account (specified by accountID).
Capability required: CampaignRead
Parameters
ResponseCampaign[] - A list of campaigns with the indicated status for the specified account. getMinBidForCampaignOptimizationGuidelinesReturn the minimum bid for the optimization guidelines and the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
Responsedouble - The minimum bid. getOptimizationGuidelinesForCampaignReturn the optimization guidelines for the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
ResponseCampaignOptimizationGuidelines - The optimization guidelines for the campaign. getStatusForCampaignReturn the status of the campaign (specified by campaignID).
Capability required: CampaignRead
Parameters
ResponseCampaignStatus - The status of the campaign. setCampaignOptimizationON
Enable or disable optimization for the campaign (specified by campaignID).
Capability required: CampaignWrite
Parameters
ResponseBasicResponse - The response, which indicates if the operation succeeded or failed. setOptimizationGuidelinesForCampaignSet the optimization guidelines for the campaign.
Capability required: CampaignWrite
Parameters
ResponseCampaignOptimizationGuidelinesResponse - The response, which indicates if the operation succeeded or failed. updateCampaignUpdate a campaign.
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse - The response, which indicates if the operation succeeded or failed. updateCampaignsUpdate one or more campaigns.
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse[] - A list of responses, which indicate if the operations succeeded or failed. updateStatusForCampaignUpdate the status of the campaign (specified by campaignID).
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse - The response, which indicates if the operation succeeded or failed. updateStatusForCampaignsUpdate the status of one or more campaigns (specified by a list of campaignIDs).
Capability required: CampaignWrite
Parameters
ResponseCampaignResponse[] - A list of responses, which indicate if the operations succeeded or failed. |