Using go-genai with googleapis.com

Go integration

✓ Official SDK
Install
go get github.com/googleapis/go-genai
Quick start
import "go-genai"

// Initialize client
client := go-genai.NewClient("YOUR_ACCESS_TOKEN")
Returns just the requested field. List of thrown errors: [AuthenticationError…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://searchads360.googleapis.com/v0/{resourceName}
Returns all the custom columns associated with the customer in full detail.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://searchads360.googleapis.com/v0/customers/{customerId}/customColumns
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:searchads360
At a glance
Language Go
Endpoints5
Base URLhttps://searchads360.googleapis.com
✓ Official