Using python-storage with googleapis.com

Python integration

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

# Use an OAuth2 access token
client = python_storage.Client(access_token="YOUR_ACCESS_TOKEN")
Returns just the requested field. List of thrown errors: [AuthenticationError…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://searchads360.googleapis.com/v0/{resourceName}
Returns all the custom columns associated with the customer in full detail.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://searchads360.googleapis.com/v0/customers/{customerId}/customColumns
SDK on GitHub 📄 API Docs
SDK
python-storage
Python
API
googleapis.com
googleapis.com:searchads360
At a glance
Language Python
Endpoints5
Base URLhttps://searchads360.googleapis.com
✓ Official