Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 953 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 953 Bytes

go-genproto-googleads

IMPORTANT This is experimental and there is no guarantee for use this library. However, if you are interested in trying out the Google Ads API from Go, this repository will help you.

If you hope the official Google Ads API for Go, please comment in the following:

https://groups.google.com/g/adwords-api/c/pZJyu8Ih3GI/m/1xZlFz4bAwAJ

This is Google Ads API Go Client. The sources is auto generated from the proto files in googleapis/googleapis.

Install

$ go mod edit -require github.com/dictav/[email protected]

How to generate

I forked googleapis/googleapis and wrote patches for building Go Client of Google Ads API here.

$ make all

Enjoy!

Alternates