Package | Description |
---|---|
com.google.api.ads.adwords.axis.utility.extension |
Modifier and Type | Method and Description |
---|---|
ExtendedCampaign |
ExtendedManagedCustomer.getExtendedCampaign(Long campaignId)
Gets one Campaign as Extended for the ExtendedManagedCustomer's ManagedCustomer.
|
ExtendedCampaign |
ExtendedManagedCustomer.insertCampaign(com.google.api.ads.adwords.axis.v201409.cm.Campaign campaign)
Inserts the Campaign into the ExtendedManagedCustomer's ManagedCustomer.
|
ExtendedCampaign |
ExtendedCampaign.update()
Updates the ExtendedCampaign's Campaign.
|
ExtendedCampaign |
ExtendedManagedCustomer.updateCampaign(com.google.api.ads.adwords.axis.v201409.cm.Campaign campaign)
Updates the Campaign into the ExtendedManagedCustomer's ManagedCustomer.
|
Modifier and Type | Method and Description |
---|---|
static List<ExtendedCampaign> |
ExtendedCampaign.as(List<com.google.api.ads.adwords.axis.v201409.cm.Campaign> campaigns,
DelegateLocator delegateLocator)
Transforms a regular list of Campaigns into a list of ExtendedCampaigns.
|
List<ExtendedCampaign> |
ExtendedManagedCustomer.getExtendedCampaigns()
Gets the ExtendedCampaigns for the ExtendedManagedCustomer's ManagedCustomer.
|
List<ExtendedCampaign> |
ExtendedManagedCustomer.getExtendedCampaignsByLabelIds(List<Long> labelIds)
Gets the ExtendedCampaigns for the ExtendedManagedCustomer's ManagedCustomer by labelIds.
|
List<ExtendedCampaign> |
ExtendedManagedCustomer.getExtendedCampaignsByStatus(com.google.api.ads.adwords.axis.v201409.cm.CampaignStatus campaignStatus)
Gets the ExtendedCampaigns for the ExtendedManagedCustomer's ManagedCustomer
by campaignStatus.
|
List<ExtendedCampaign> |
ExtendedManagedCustomer.insertCampaigns(List<com.google.api.ads.adwords.axis.v201409.cm.Campaign> campaigns)
Inserts the Campaigns into the ExtendedManagedCustomer's ManagedCustomer.
|
List<ExtendedCampaign> |
ExtendedManagedCustomer.updateCampaigns(List<com.google.api.ads.adwords.axis.v201409.cm.Campaign> campaigns)
Updates the Campaigns for the ExtendedManagedCustomer's ManagedCustomer.
|
Copyright © 2015. All Rights Reserved.