Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ Accurate business profile information and proper analytics connections are funda
- Ensure GA4 data appears in Executive Reports
- Monitor website performance data through Business App

### Use GA4 tracking on a WordPress site with WP Cloud Client

If a WordPress site uses the **WP Cloud Client** plugin, GA4 can be sent to the site from two sources:

- **Connected GA4 property** from **Business App → Settings → Connections**
- **Custom GA4 Tracking ID** in **WordPress Admin → Settings → WP Cloud Client**

The plugin injects GA4 tracking in the site header (`wp_head`) and supports both IDs at the same time when both are configured.

When you add a custom ID in WordPress, use the GA4 format `G-XXXXXXXXXX`.

### How to Connect Google Business Profile to Business App

1. **Access Connections Interface**
Expand Down
Loading