Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
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
dotnet-genai
HTML
API
googleapis.com
googleapis.com:doubleclicksearch
At a glance
Language HTML
Endpoints11
Base URLhttps://doubleclicksearch.googleapis.com
✓ Official