Google Business
Google Business is supported via the Google Business Profile API. OmniSocials publishes "local posts" (the short updates that appear on your Google Business Profile) to a specific business location, which the workspace owner selects when connecting the account.
Channel ID: google_business
Supported content types
| Type | Supported | Notes |
|---|---|---|
| Local post (feed post) | ✅ | Text + optional single image or video, with an optional call-to-action button |
| Story | - | Not supported by Google Business |
| Reel | - | Not supported by Google Business |
Minimal example
Code
Media requirements
| Media | Requirement |
|---|---|
| Image | JPEG or PNG. 10 KB to 5 MB. Recommended 720 × 540 minimum, 4:3 aspect ratio. |
| Video | MP4. Max 100 MB. Up to 30 seconds. |
Google Business local posts accept one media attachment per post (image or video). If multiple URLs are provided, only the first is used.
Post types
Google Business supports three post types beyond a plain caption. Pass google_business.topic_type to switch — STANDARD is the default.
Call-to-action button (works on every post type)
Add a button rendered under the caption. actionType is required; url is required for every value except CALL (which uses the location's phone number from the business profile).
Code
actionType enum: LEARN_MORE · BOOK · ORDER · SHOP · SIGN_UP · CALL.
EVENT posts
Code
event.title is required (max 58 chars). schedule.startDate is required; endDate (if present) must be ≥ startDate.
OFFER posts
Code
Must include at least one of couponCode (max 58 chars) or redeemOnlineUrl (must be HTTPS). termsConditions is optional, max 4000 chars.
Limitations
- Per-post analytics are not available. Google deprecated per-post insights on local posts. The OmniSocials analytics API returns zeroed metrics for individual Google Business posts with an explanatory
notefield. - Account-level metrics are available via Google's Performance API: impressions (split across Desktop / Mobile, Maps / Search), direction requests, calls, and website clicks. These appear on the account analytics endpoint and the analytics page in the dashboard, aggregated over the last 30 days.
- No follower concept. Google Business does not expose a follower count. The
followersfield on the account analytics endpoint is always0. - Location-bound. Posts target the single location selected during connection. To post to multiple locations, connect each location as a separate workspace.
- Posts disappear after 6 months. This is a Google Business product behavior — local posts age out of the profile after roughly 6 months. OmniSocials still has the original post record in your post history.
Connecting
Connect Google Business via Settings → Channels → Google Business in the OmniSocials dashboard. The OAuth flow is followed by a location picker — you choose which business location the workspace publishes to.
If you manage multiple Google Business locations, you can connect each one to a separate OmniSocials workspace and switch between them via the workspace selector.