Google Ads searchStream
documentedStream GAQL query results for large result sets.
POST /v23/customers/{customer_id}/googleAds:searchStreamGoogle Ads Serviceno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://googleads.googleapis.com/v23/customers/{{$customer_id}}/googleAds:searchStream" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "developer-token: {{ADS_DEVELOPER_TOKEN}}" \
-d '{"query": "{{$query}}"}'