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")
Polls for the status of a report request.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://doubleclicksearch.googleapis.com/doubleclicksearch/v2/reports/{reportId}
Retrieves a list of conversions from a DoubleClick Search engine account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://doubleclicksearch.googleapis.com/doubleclicksearch/v2/customer/{customerId}/conversion
Downloads a report file encoded in UTF-8.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://doubleclicksearch.googleapis.com/doubleclicksearch/v2/reports/{reportId}/files/{reportFragment}
SDK on GitHub 📄 API Docs
SDK
go-genai
Go
API
googleapis.com
googleapis.com:doubleclicksearch
At a glance
Language Go
Endpoints11
Base URLhttps://doubleclicksearch.googleapis.com
✓ Official