Sha256: 79c03cdc91e16e6f4435246692a9765ff0379b9e6c9ac5dd65141596def89d2b

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

# This is an example configuration file for the Google Ads API Ruby client
# library.
# Please fill in the required fields and copy it to your home directory.

Google::Ads::GoogleAds::Config.new do |c|
  c.client_id = 'INSERT_CLIENT_ID_HERE'
  c.client_secret = 'INSERT_CLIENT_SECRET_HERE'
  c.refresh_token = 'INSERT_REFRESH_TOKEN_HERE'
  c.developer_token = 'INSERT_DEVELOPER_TOKEN_HERE'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
google-ads-googleads-0.6.0 google_ads_config.rb
google-ads-googleads-0.5.0 google_ads_config.rb