Skip to content

jonyt/Simple-Google-Adwords-API-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adwords with Sinatra example

A simple app that interacts with Google's Adword API.

Usage

  1. Get a developer token for the Adwords API from Google (this isn't an automatic process so takes a long time).
  2. Create a new web application from Google's developer console. Be sure to set the redirect_uris parameter in the credentials.
  3. git clone
  4. Put the required parameters (oauth2_client_id, oauth2_client_secret, oauth2_callback and developer_token) in the config/adwords_api.yml file (an example file is included in the adwords_api gem).
  5. bundle install
  6. rackup config.ru
  7. Navigate to http://localhost:9292/

About

A Sinatra application tha shows how to query the Google Ads API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages