Get current Google user
GET/ad-publishing/google/me
Retrieve the authenticated Google user info for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
Profile of the Google account connected to this location
- application/json
- Schema
- Example (auto)
Schema
namestringrequired
Display name on the connected Google account
picturestringrequired
Profile photo as a base64 data URI, truncated here for brevity
{
"name": "Jane Doe",
"picture": "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAGQ..."
}