Modifier and Type | Method and Description |
---|---|
void |
AdWordsAxisHeaderHandler.setHeaders(Object soapClient,
AdWordsSession adWordsSession,
AdWordsServiceDescriptor adWordsServiceDescriptor) |
void |
AdWordsAxisExpressHeaderHandler.setHeaders(Object soapClient,
AdWordsSession adWordsSession,
AdWordsServiceDescriptor adWordsServiceDescriptor) |
Modifier and Type | Method and Description |
---|---|
AdWordsSession |
DelegateLocator.getAdWordsSession()
Gets the AdWordsSession associated with this
DelegateLocator . |
AdWordsSession |
ExtendedMcc.getAdWordsSession()
Retrieves the AdWordsSession for MCC.
|
Modifier and Type | Method and Description |
---|---|
static List<ExtendedManagedCustomer> |
ExtendedManagedCustomer.as(List<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer> managedCustomers,
AdWordsSession adWordsSession)
Transforms a regular list of ManagedCustomers into a list of
ExtendedManagedCustomers.
|
static List<ExtendedMcc> |
ExtendedMcc.as(List<com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer> managedCustomers,
AdWordsSession adWordsSession)
Transforms a regular list of (MCC) ManagedCustomer into a list of ExtendedManagedCustomers.
|
Constructor and Description |
---|
DelegateLocator(AdWordsSession adWordsSession)
Constructor for DelegateLocator with it's own AdWordsSession.
|
DelegateLocator(AdWordsSession adWordsSession,
com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer managedCustomer)
Constructor for DelegateLocator for a ManagedCustomer.
|
DelegateLocator(AdWordsSession adWordsSession,
ManagedCustomerDelegate managedCustomerDelegate,
AdGroupAdDelegate adGroupAdDelegate,
AdGroupBidModifierDelegate adGroupBidModifierDelegate,
AdGroupCriterionDelegate adGroupCriterionDelegate,
AdGroupFeedDelegate adGroupFeedDelegate,
AdGroupDelegate adGroupDelegate,
AdParamDelegate adParamDelegate,
BudgetOrderDelegate budgetOrderDelegate,
BudgetDelegate budgetDelegate,
CampaignAdExtensionDelegate campaignAdExtensionDelegate,
CampaignCriterionDelegate campaignCriterionDelegate,
CampaignFeedDelegate campaignFeedDelegate,
CampaignDelegate campaignDelegate,
ConstantDataDelegate constantDataDelegate,
ConversionTrackerDelegate conversionTrackerDelegate,
CustomerSyncDelegate customerSyncDelegate,
DataAdGroupBidLandscapeDelegate dataAdGroupBidLandscapeDelegate,
DataCriterionBidLandscapeDelegate dataCriterionBidLandscapeDelegate,
ExperimentDelegate experimentDelegate,
FeedDelegate feedDelegate,
FeedItemDelegate feedItemDelegate,
FeedMappingDelegate feedMappingDelegate,
GeoLocationDelegate geoLocationDelegate,
LocationCriterionDelegate locationCriterionDelegate,
MediaDelegate mediaDelegate,
TargetingIdeaDelegate targetingIdeaDelegate,
TrafficEstimatorDelegate trafficEstimatorDelegate,
UserListDelegate userListDelegate,
LabelDelegate labelDelegate)
Constructor for DelegateLocator for a ManagedCustomer.
|
DelegateLocator(AdWordsSession adWordsSession,
String clientCustomerId)
Constructor for DelegateLocator for a ManagedCustomer from
clientCustomerId.
|
ExtendedManagedCustomer(AdWordsSession adWordsSession)
Constructs an ExtendedManagedCustomer from a Session.
|
ExtendedManagedCustomer(com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer managedCustomer,
AdWordsSession adWordsSession)
Constructs an ExtendedManagedCustomer from a ManagedCustomer.
|
ExtendedMcc(AdWordsSession adWordsSession)
Constructs an ExtendedMcc from a AdWordsSession.
|
ExtendedMcc(AdWordsSession adWordsSession,
com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer managedCustomer)
Constructs an ExtendedMcc from a AdWordsSession and a ManagedCustomer.
|
ExtendedMcc(AdWordsSession adWordsSession,
String clientCustomerId)
Constructs an ExtendedMcc from a AdWordsSession and a clientCustomerId.
|
Modifier and Type | Method and Description |
---|---|
protected AdWordsSession |
AbstractBaseDelegate.getAdWordsSession()
Gets the
adWordsSession associated with the service. |
Constructor and Description |
---|
AbstractBaseDelegate(AdWordsSession adWordsSession,
Class<S> classS)
Default Constructor.
|
AbstractBaseDelegate(AdWordsSession adWordsSession,
S service)
Constructor with Service instance.
|
AbstractGetDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<S> classS)
Constructor without fields, used in services that do not support Generic Selectors.
|
AbstractGetDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<S> classS,
List<? extends SelectorFields.FieldType<T>> selectorFields)
Constructor with fields, used in services that support Generic Selectors.
|
AbstractGetDelegate(AdWordsSession adWordsSession,
Class<T> classT,
S service)
Constructor without fields, used in services that do not support Generic Selectors
and with custom service.
|
AbstractGetDelegate(AdWordsSession adWordsSession,
Class<T> classT,
S service,
List<? extends SelectorFields.FieldType<T>> selectorFields)
Constructor with fields, used in services that support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<OperationT> classOperationT,
Class<S> classS)
Constructor without fields, used in services that do not support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<OperationT> classOperationT,
Class<S> classS,
String mutateMethodName)
Constructor without fields, used in services that do not support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<OperationT> classOperationT,
S service)
Constructor without fields, used in services that do not support Generic Selectors
and with custom service.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
Class<T> classT,
Class<OperationT> classOperationT,
S service,
String mutateMethodName)
Constructor without fields, used in services that do not support Generic Selectors
and with custom service.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
List<? extends SelectorFields.FieldType<T>> selectorFields,
Class<T> classT,
Class<OperationT> classOperationT,
Class<S> classS)
Constructor with fields, used in services that support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
List<? extends SelectorFields.FieldType<T>> selectorFields,
Class<T> classT,
Class<OperationT> classOperationT,
Class<S> classS,
String mutateMethodName)
Constructor with fields, used in services that support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
List<? extends SelectorFields.FieldType<T>> selectorFields,
Class<T> classT,
Class<OperationT> classOperationT,
S service)
Constructor with fields, used in services that support Generic Selectors.
|
AbstractGetMutateDelegate(AdWordsSession adWordsSession,
List<? extends SelectorFields.FieldType<T>> selectorFields,
Class<T> classT,
Class<OperationT> classOperationT,
S service,
String mutateMethodName)
Constructor with fields, used in services that support Generic Selectors.
|
AdGroupAdDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupAdDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroupAd> selectorFields)
Constructor with custom fields.
|
AdGroupAdLabelDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupBidModifierDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupBidModifierDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroupBidModifier> selectorFields)
Constructor with custom fields.
|
AdGroupCriterionDelegate(AdWordsSession adWordsSession,
boolean includeBetaFields)
Default Constructor.
|
AdGroupCriterionDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroupCriterion> selectorFields)
Constructor with custom fields.
|
AdGroupCriterionLabelDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroup> selectorFields)
Constructor with custom fields.
|
AdGroupFeedDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdGroupFeedDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroupFeed> selectorFields)
Constructor with custom fields.
|
AdGroupLabelDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdParamDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
AdParamDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdParam> selectorFields)
Constructor with custom fields.
|
BudgetDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
BudgetDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Budget> selectorFields)
Constructor with custom fields.
|
BudgetOrderDelegate(AdWordsSession adWordsSession,
boolean newBilling)
Default Constructor.
|
BudgetOrderDelegate(AdWordsSession adWordsSession,
List<SelectorFields.BudgetOrder> selectorFields)
Constructor with custom fields.
|
CampaignAdExtensionDelegate(AdWordsSession adWordsSession,
boolean includeBetaFields)
Default Constructor.
|
CampaignAdExtensionDelegate(AdWordsSession adWordsSession,
List<SelectorFields.CampaignAdExtension> selectorFields)
Constructor with custom fields.
|
CampaignCriterionDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
CampaignCriterionDelegate(AdWordsSession adWordsSession,
List<SelectorFields.CampaignCriterion> selectorFields)
Constructor with custom fields.
|
CampaignDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
CampaignDelegate(AdWordsSession adWordsSession,
com.google.api.ads.adwords.axis.v201409.cm.CampaignServiceInterface service)
Constructor with custom service.
|
CampaignDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Campaign> selectorFields)
Constructor with custom fields.
|
CampaignFeedDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
CampaignFeedDelegate(AdWordsSession adWordsSession,
List<SelectorFields.CampaignFeed> selectorFields)
Constructor with custom fields.
|
CampaignLabelDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ConstantDataDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ConversionTrackerDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ConversionTrackerDelegate(AdWordsSession adWordsSession,
List<SelectorFields.ConversionTracker> selectorFields)
Constructor with custom fields.
|
CustomerSyncDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
DataAdGroupBidLandscapeDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
DataAdGroupBidLandscapeDelegate(AdWordsSession adWordsSession,
List<SelectorFields.AdGroupBidLandscape> selectorFields)
Constructor with custom fields.
|
DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
DataCriterionBidLandscapeDelegate(AdWordsSession adWordsSession,
List<SelectorFields.CriterionBidLandscape> selectorFields)
Constructor with custom fields.
|
ExperimentDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ExperimentDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Experiment> selectorFields)
Constructor with custom fields.
|
FeedDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
FeedDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Feed> selectorFields)
Constructor with custom fields.
|
FeedItemDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
FeedItemDelegate(AdWordsSession adWordsSession,
List<SelectorFields.FeedItem> selectorFields)
Constructor with custom fields.
|
FeedMappingDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
FeedMappingDelegate(AdWordsSession adWordsSession,
List<SelectorFields.FeedMapping> selectorFields)
Constructor with custom fields.
|
GeoLocationDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
LabelDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
LabelDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Label> selectorFields)
Constructor with custom fields.
|
LocationCriterionDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
LocationCriterionDelegate(AdWordsSession adWordsSession,
List<SelectorFields.LocationCriterion> selectorFields)
Constructor with custom fields.
|
ManagedCustomerDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
ManagedCustomerDelegate(AdWordsSession adWordsSession,
List<SelectorFields.ManagedCustomer> selectorFields)
Constructor with custom fields.
|
MediaDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
MediaDelegate(AdWordsSession adWordsSession,
List<SelectorFields.Media> selectorFields)
Constructor with custom fields.
|
TargetingIdeaDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
TrafficEstimatorDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
UserListDelegate(AdWordsSession adWordsSession)
Default Constructor.
|
UserListDelegate(AdWordsSession adWordsSession,
List<SelectorFields.UserList> selectorFields)
Constructor with custom fields.
|
Modifier and Type | Method and Description |
---|---|
static AdWordsSession |
AdWordsSessionUtil.copy(AdWordsSession adWordsSession)
Creates a copy of the AdWordsSession.
|
static AdWordsSession |
AdWordsSessionUtil.copy(AdWordsSession adWordsSession,
String userAgent)
Creates a copy of the AdWordsSession and changes the userAgent.
|
static AdWordsSession |
AdWordsSessionUtil.copyIfNeededWithUtilityUserAgent(AdWordsSession adWordsSession)
Copies (if needed) the AdWordsSession and Adds USER_AGENT to the userAgent.
|
static AdWordsSession |
AdWordsSessionUtil.copyWithUtilityUserAgent(AdWordsSession adWordsSession)
Copies the AdWordsSession and Adds USER_AGENT to the userAgent.
|
static AdWordsSession |
AdWordsSessionUtil.fromFileWithOAuth2()
Creates a new AdWordsSession using the ads.properties file and using OAuth2.
|
Modifier and Type | Method and Description |
---|---|
static AdWordsSession |
AdWordsSessionUtil.copy(AdWordsSession adWordsSession)
Creates a copy of the AdWordsSession.
|
static AdWordsSession |
AdWordsSessionUtil.copy(AdWordsSession adWordsSession,
String userAgent)
Creates a copy of the AdWordsSession and changes the userAgent.
|
static AdWordsSession |
AdWordsSessionUtil.copyIfNeededWithUtilityUserAgent(AdWordsSession adWordsSession)
Copies (if needed) the AdWordsSession and Adds USER_AGENT to the userAgent.
|
static AdWordsSession |
AdWordsSessionUtil.copyWithUtilityUserAgent(AdWordsSession adWordsSession)
Copies the AdWordsSession and Adds USER_AGENT to the userAgent.
|
Modifier and Type | Method and Description |
---|---|
static ProductPartitionTree |
ProductPartitionTree.createAdGroupTree(AdWordsServices services,
AdWordsSession session,
Long adGroupId)
Returns a new instance of this class by retrieving the product partitions of the
specified ad group.
|
Modifier and Type | Method and Description |
---|---|
static ProductPartitionTree |
ProductPartitionTree.createAdGroupTree(AdWordsServices services,
AdWordsSession session,
Long adGroupId)
Returns a new instance of this class by retrieving the product partitions of the
specified ad group.
|
Modifier and Type | Method and Description |
---|---|
void |
AdWordsJaxWsExpressHeaderHandler.setHeaders(Object soapClient,
AdWordsSession adWordsSession,
AdWordsServiceDescriptor adWordsServiceDescriptor) |
void |
AdWordsJaxWsHeaderHandler.setHeaders(Object soapClient,
AdWordsSession adWordsSession,
AdWordsServiceDescriptor adWordsServiceDescriptor) |
Constructor and Description |
---|
AdWordsJaxWsHeaderHandler(SoapClientHandlerInterface soapClientHandler,
com.google.api.ads.adwords.lib.conf.AdWordsApiConfiguration adWordsApiConfiguration,
com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration,
AuthorizationHeaderHandler authorizationHeaderHandler,
UserAgentCombiner userAgentCombiner,
Map<AdWordsServiceDescriptor.AdWordsSubProduct,HeaderHandler<AdWordsSession,AdWordsServiceDescriptor>> subProductHeaderHandlerMap)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AdWordsSession |
AdWordsSession.Builder.build()
Builds the
AdWordsSession . |
Constructor and Description |
---|
AdWordsServiceClient(Object soapClient,
AdWordsServiceDescriptor adWordsServiceDescriptor,
AdWordsSession adWordsSession,
SoapClientHandlerInterface soapClientHandler,
HeaderHandler adWordsHeaderHandler,
AdsServiceLoggers adsServiceLoggers)
Constructor.
|
Constructor and Description |
---|
AdWordsServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<AdWordsServiceClient,AdWordsSession,AdWordsServiceDescriptor> adsServiceClientFactory,
FactoryModule.AdsServiceDescriptorFactoryInterface<AdWordsServiceDescriptor> adsServiceDescriptorFactory,
SoapClientHandlerInterface soapClientHandler,
com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
Constructor.
|
Constructor and Description |
---|
AdHocReportDownloadHelper(AdWordsSession session,
String version)
Constructor that stores the session for authentication and uses the provided version to
determine the report endpoint.
|
Constructor and Description |
---|
ReportDownloader(AdWordsSession session)
Constructs a
ReportDownloader . |
Constructor and Description |
---|
ReportDownloader(AdWordsSession session)
Constructs a
ReportDownloader . |
Constructor and Description |
---|
ReportDownloader(AdWordsSession session)
Constructs a
ReportDownloader . |
Copyright © 2015. All Rights Reserved.