Google Analytics · Capability
Google Analytics Integrations and Linking
Unified workflow for managing GA4 integration links with Firebase, Google Ads, and measurement protocol secrets. Used by platform engineers and marketing ops teams to connect GA4 with advertising and app platforms.
What You Can Do
GET
List firebase links
— List Firebase links on a property
/v1/firebase-links
POST
Create firebase link
— Create a Firebase link
/v1/firebase-links
GET
List google ads links
— List Google Ads links on a property
/v1/google-ads-links
POST
Create google ads link
— Create a Google Ads link
/v1/google-ads-links
PATCH
Update google ads link
— Update a Google Ads link
/v1/google-ads-links/{id}
DELETE
Delete google ads link
— Delete a Google Ads link
/v1/google-ads-links/{id}
GET
List measurement protocol secrets
— List measurement protocol secrets
/v1/measurement-protocol-secrets
POST
Create measurement protocol secret
— Create a measurement protocol secret
/v1/measurement-protocol-secrets
GET
Get measurement protocol secret
— Get a measurement protocol secret
/v1/measurement-protocol-secrets/{id}
MCP Tools
list-firebase-links
List Firebase links on a GA4 property
read-only
idempotent
create-firebase-link
Create a Firebase integration link on a GA4 property
list-google-ads-links
List Google Ads links on a GA4 property
read-only
idempotent
create-google-ads-link
Create a Google Ads integration link on a GA4 property
update-google-ads-link
Update a Google Ads link configuration
idempotent
delete-google-ads-link
Delete a Google Ads integration link
idempotent
list-measurement-protocol-secrets
List measurement protocol secrets for a data stream
read-only
idempotent
create-measurement-protocol-secret
Create a measurement protocol secret for server-side tracking
get-measurement-protocol-secret
Get details of a specific measurement protocol secret
read-only
idempotent
Who This Is For
Platform Engineer
Integrates GA4 with other platforms and manages infrastructure.
Marketing Operations
Connects advertising platforms and implements server-side tracking.
APIs Used
ga-admin-api