Access the 'Google Adwords' API
Add to .gitignore
Google API Authentication Details
AWQL Statement
Build XML Body
Build XML Envelope
Build XML Header
Check Adwords Token
Initial Adwords Token
Retrieve Adwords Data
Send XML Request
Load Adwords Token
Customer Manager Service Get Request
Customer Manager Service Selector
Refresh Adwords Token
TargetingIdeaService - Category Products and Services Search Parameter
TargetingIdeaService - Competition Search Parameter
TargetingIdeaService - Get
TargetingIdeaService - Indea Text Filter Search Parameter
TargetingIdeaService - Idea Types
TargetingIdeaService - Include Adult Content Search Parameter
TargetingIdeaService - Language Search Parameter
TargetingIdeaService - Location Search Parameter
TargetingIdeaService - Network Search Parameter
TargetingIdeaService - Paging Request
TargetingIdeaService - Related to Query Search Parameter
TargetingIdeaService - Related to URL Search Parameter
TargetingIdeaService - Attribute Types
TargetingIdeaService - Request Types
TargetingIdeaService - Search Parameter
TargetingIdeaService - Search Volume Search Parameter
TargetingIdeaService - Seed Ad Group Id Search Parameter
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.