Using python-aiplatform with googleapis.com

Python integration

✓ Official SDK
Install
pip install python-aiplatform
Quick start
import python-aiplatform

# Use an OAuth2 access token
client = python_aiplatform.Client(access_token="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
python-aiplatform
Python
API
googleapis.com
googleapis.com:doubleclicksearch
At a glance
Language Python
Endpoints11
Base URLhttps://doubleclicksearch.googleapis.com
✓ Official