Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.54 KB

File metadata and controls

29 lines (17 loc) · 1.54 KB

GoogleBusinessPlatformData

Text and single image only (no videos). Supports STANDARD, EVENT, OFFER, and ALERT post types. Posts appear on GBP, Google Search, and Maps. Use locationId for multi-location posting. Schedule dates accept both ISO 8601 strings (e.g. '2026-04-15T09:00:00Z') and Google's native {year, month, day} objects.

Properties

Name Type Description Notes
locationId String Target GBP location ID (e.g. "locations/123456789"). If omitted, uses the default location. Use GET /v1/accounts/{id}/gmb-locations to list locations. [optional]
languageCode String BCP 47 language code (e.g. "en", "de", "es"). Auto-detected if omitted. Set explicitly for short or mixed-language posts. [optional]
topicType TopicTypeEnum Post type. STANDARD is a regular update. EVENT requires the event object. OFFER requires the offer object. Defaults to STANDARD if omitted. [optional]
callToAction GoogleBusinessPlatformDataCallToAction [optional]
event GoogleBusinessPlatformDataEvent [optional]
offer GoogleBusinessPlatformDataOffer [optional]

Enum: TopicTypeEnum

Name Value
STANDARD "STANDARD"
EVENT "EVENT"
OFFER "OFFER"