Native Integration (Recommended)
Snitcher now offers a native Google Analytics 4 integration that requires no code. Company data is automatically synced as GA4 user properties.Setup in Dashboard
- Go to your Snitcher Dashboard
- Navigate to Settings > Workspace > Integrations > Google Analytics
- Click Connect Google Analytics
- Authorize Snitcher to access your GA4 property
- Select your GA4 property and configure which company attributes to sync
- Save your settings
What Gets Synced
The integration automatically sends these user properties to GA4:| User Property | Description |
|---|---|
snitcher_company_name | Company name |
snitcher_company_domain | Company domain |
snitcher_company_industry | Industry category |
snitcher_company_size | Employee count range |
Creating Custom Dimensions in GA4
To use the synced data in reports, create custom dimensions:- Sign in to Google Analytics
- Navigate to Admin > Custom definitions > Custom dimensions
- Click Create custom dimension
- Configure:
- Dimension name: e.g., “Company Name”
- Scope: User
- User property: e.g.,
snitcher_company_name
- Click Save
Use Cases
With company data in GA4, you can:- Build B2B reports: Analyze traffic and conversions by company size or industry
- Create audiences: Target enterprise companies or specific industries in Google Ads
- Segment behavior: Compare how different company types engage with your site
- Optimize campaigns: Exclude competitors or low-value segments from ad spend
Manual Integration (Advanced)
If you need custom control over how data flows to GA4, you can use the Spotter callback method.The manual approach requires more maintenance and is only recommended for advanced use cases where the native integration doesn’t meet your needs.
Using Data Layer Variables
Push company data to the dataLayer for use in Google Tag Manager:- Create Data Layer Variables for each property
- Create a trigger for the
snitcher_identifiedevent - Configure your GA4 tag to send user properties using those variables
Using getSpotterIdentification()
For more control, call the method directly after the tracker initializes:Viewing Data in GA4
Once configured, company data appears in:- Reports > User > User attributes: See user property values
- Explore: Create custom explorations with company dimensions
- Audiences: Build audiences based on company attributes
It may take 24-48 hours for new custom dimensions to appear in GA4 reports.