Package | Description |
---|---|
com.google.api.ads.adwords.axis.utility.extension |
Modifier and Type | Method and Description |
---|---|
DelegateLocator |
ExtendedManagedCustomer.getDelegateLocator()
Retrieves the DelegateLocator for the Account (ManagedCustomer).
|
DelegateLocator |
ExtendedAdGroup.getDelegateLocator()
Retrieves the DelegateLocator for the Account (ManagedCustomer).
|
DelegateLocator |
ExtendedMcc.getDelegateLocator()
Retrieves the DelegateLocator for the MCC.
|
DelegateLocator |
ExtendedCampaign.getDelegateLocator()
Retrieves the DelegateLocator for the Account (ManagedCustomer).
|
Modifier and Type | Method and Description |
---|---|
static List<ExtendedAdGroup> |
ExtendedAdGroup.as(List<com.google.api.ads.adwords.axis.v201409.cm.AdGroup> adGroups,
DelegateLocator delegateLocator)
Transforms a regular list of AdGroups into a list of ExtendedAdGroups.
|
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.
|
Constructor and Description |
---|
ExtendedAdGroup(com.google.api.ads.adwords.axis.v201409.cm.AdGroup adGroup,
DelegateLocator delegateLocator)
Default Constructor.
|
ExtendedCampaign(com.google.api.ads.adwords.axis.v201409.cm.Campaign campaign,
DelegateLocator delegateLocator)
Default Constructor.
|
ExtendedManagedCustomer(com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer managedCustomer,
DelegateLocator delegateLocator)
Constructs an ExtendedManagedCustomer from a ManagedCustomer.
|
ExtendedMcc(DelegateLocator delegateLocator)
Constructs an ExtendedMcc from a AdWordsSession.
|
Copyright © 2015. All Rights Reserved.