adwordsR0.3.1 package

Access the 'Google Adwords' API

addToGitignore

Add to .gitignore

apiDetails

Google API Authentication Details

buildAwqlStatement

AWQL Statement

buildXmlBody

Build XML Body

buildXmlEnvelope

Build XML Envelope

buildXmlHeader

Build XML Header

checkAdwordsToken

Check Adwords Token

generateAdwordsToken

Initial Adwords Token

getReportData

Retrieve Adwords Data

getXmlRequest

Send XML Request

loadAdwordsToken

Load Adwords Token

ManagedCustomerService_get

Customer Manager Service Get Request

ManagedCustomerService_serviceSelector

Customer Manager Service Selector

refreshAdwordsToken

Refresh Adwords Token

TargetingIdeaService_categoryProductsAndServicesSearchParameter

TargetingIdeaService - Category Products and Services Search Parameter

TargetingIdeaService_competitionSearchParameter

TargetingIdeaService - Competition Search Parameter

TargetingIdeaService_get

TargetingIdeaService - Get

TargetingIdeaService_ideaTextFilterSearchParameter

TargetingIdeaService - Indea Text Filter Search Parameter

TargetingIdeaService_ideaType

TargetingIdeaService - Idea Types

TargetingIdeaService_includeAdultContentSearchParameter

TargetingIdeaService - Include Adult Content Search Parameter

TargetingIdeaService_languageSearchParameter

TargetingIdeaService - Language Search Parameter

TargetingIdeaService_locationSearchParameter

TargetingIdeaService - Location Search Parameter

TargetingIdeaService_networkSearchParameter

TargetingIdeaService - Network Search Parameter

TargetingIdeaService_paging

TargetingIdeaService - Paging Request

TargetingIdeaService_relatedToQuerySearchParameter

TargetingIdeaService - Related to Query Search Parameter

TargetingIdeaService_relatedToUrlSearchParameter

TargetingIdeaService - Related to URL Search Parameter

TargetingIdeaService_requestedAttributeTypes

TargetingIdeaService - Attribute Types

TargetingIdeaService_requestType

TargetingIdeaService - Request Types

TargetingIdeaService_searchParameters

TargetingIdeaService - Search Parameter

TargetingIdeaService_searchVolumeSearchParameter

TargetingIdeaService - Search Volume Search Parameter

TargetingIdeaService_seedAdGroupIdSearchParameter

TargetingIdeaService - Seed Ad Group Id Search Parameter

TargetingIdeaService_selector

TargetingIdeaService - Selector

Allows access to selected services that are part of the 'Google Adwords' API <https://developers.google.com/adwords/api/docs/guides/start>. 'Google Adwords' is an online advertising service by 'Google', that delivers Ads to users. This package offers a authentication process using 'OAUTH2'. Currently, there are two methods of data of accessing the API, depending on the type of request. One method uses 'SOAP' requests which require building an 'XML' structure and then sent to the API. These are used for the 'ManagedCustomerService' and the 'TargetingIdeaService'. The second method is by building 'AWQL' queries for the reporting side of the 'Google Adwords' API.