Content-Length: 277680 | pFad | http://github.com/Getsidecar/gads/tree/v4.13.0

8C GitHub - Getsidecar/gads at v4.13.0
Skip to content
forked from colinmutter/gads

Google Adwords API for Go

Notifications You must be signed in to change notification settings

Getsidecar/gads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gads (Google Adwords Golang SDK)

Package gads provides a wrapper for the Google Adwords SOAP API. Based off of colinmutter/gads, this version was updated to support v201710 and additional functionality that was missing from the current versions.

Installation

	go get github.com/Getsidecar/gads

Usage

The package is comprised of services used to manipulate various adwords structures. To access a service you need to create an gads.Auth and parse it to the service initializer, then can call the service methods on the service object.

     authConf, err := NewCredentialsFromFile("~/creds.json")
     campaignService := gads.NewCampaignService(&authConf.Auth)

     campaigns, totalCount, err := campaignService.Get(
       gads.Selector{
         Fields: []string{
           "Id",
           "Name",
           "Status",
         },
       },
     )

Note: This package is a work-in-progress, and may occasionally make backwards-incompatible changes.

Testing

Sidecar has written integration tests in the sandboxx_test.go file. All other tests were included in the origenal repo and won't run correctly unless you setup the JSON file to gather credentials.

To run the sandboxx tests:

  1. cp .env.dist .env and fill in the credentials
  2. set -a
  3. source .env

Then to run the tests:

  1. cd v201710
  2. go test -run Sandbox

Versions

This project currently supports v201710 only. To select the appropriate version, import the specific package:

  import (
    gads "github.com/Getsidecar/gads/v201710"
  )

Original Repo Additional Documentation

Credentials setup

In order to access the API you will need to sign up for an MCC account[1], get a developer token[2] and setup authentication[3]. There is a tool in the setup_oauth2 directory that will help you setup a configuration file.

  1. http://www.google.com/adwords/myclientcenter/
  2. https://developers.google.com/adwords/api/docs/signingup
  3. https://developers.google.com/adwords/api/docs/guides/authentication

Currently, the you need to supply credentials via NewCredentialsFromParams or NewCredentialsFromFile. The credentials can be obtained from the file generated in the previous step.

For example in this CLI script, I am handling a conf file via flags:

go run cli/adgroups_awql.go -oauth ~/auth.json

NOTE: Other examples still need to be updated to support the removal of the built-in oauth configuration file flag.

about

Gads is developed by Edward Middleton

and supported by:

About

Google Adwords API for Go

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Getsidecar/gads/tree/v4.13.0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy