Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Retrieves the requested filter set for the account with the given account ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{name}
Lists all filter sets for the account with the given account ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{ownerName}/filterSets
Lists all metrics that are measured in terms of number of bids.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://adexchangebuyer.googleapis.com/v2beta1/{filterSetName}/bidMetrics
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:adexchangebuyer2
At a glance
Language HTML
Endpoints50
Base URLhttps://adexchangebuyer.googleapis.com
✓ Official