Marketing Tags
Add Google Analytics, Google Tag Manager, Google Ads, and Facebook Pixel to your landing pages for tracking and conversion measurement.
Marketing tags let you connect your landing pages to analytics and advertising platforms. Add your tracking IDs and Firebuzz automatically includes the necessary scripts in your published pages.
Accessing Marketing Tags
- Open your landing page in the editor
- Click the Tags tab in the preview panel header
- The marketing tags configuration panel opens
Your sandbox must be running to configure marketing tags. If you see a message about running your project, wait for the sandbox to start.
Available Tags
Google Tag Manager
Google Tag Manager ID:Google Tag Manager is a tag management system that lets you deploy and manage all your marketing tags from one interface.
When to use GTM:
- You want to manage multiple tracking pixels in one place
- You need to add or update tags without editing landing pages
- You want advanced trigger conditions for firing tags
How to find your Container ID:
- Log in to Google Tag Manager
- Select your container
- The Container ID appears in the format
GTM-XXXXXXX
Google Analytics
Google Analytics ID:Google Analytics tracks visitor behavior, traffic sources, and engagement on your landing pages.
Supported formats:
- GA4: Measurement IDs starting with
G-(e.g.,G-XXXXXXXXXX) - Universal Analytics: Tracking IDs starting with
UA-(e.g.,UA-XXXXXXXX-X)
How to find your Measurement ID:
- Log in to Google Analytics
- Go to Admin → Data Streams
- Select your web stream
- Copy the Measurement ID
Google Ads
Google Ads ID:Track conversions from your Google Ads campaigns to measure campaign effectiveness.
How to find your Conversion ID:
- Log in to Google Ads
- Go to Tools & Settings → Conversions
- Select or create a conversion action
- Find the Conversion ID in the format
AW-XXXXXXXXX
Google Site Verification
Site Verification ID:Verify ownership of your landing page domain with Google Search Console.
How to get your verification code:
- Go to Google Search Console
- Add your landing page URL as a property
- Choose the HTML tag verification method
- Copy the content value from the meta tag
Facebook Pixel
Facebook Pixel ID:The Facebook Pixel (Meta Pixel) tracks visitor actions and lets you build audiences for Facebook and Instagram advertising.
How to find your Pixel ID:
- Log in to Facebook Business Manager
- Go to Events Manager → Data Sources
- Select your Pixel
- Copy the Pixel ID
Saving Your Configuration
After entering your tracking IDs:
- Click Save Tags
- A new version of your landing page is created with the tag configurations
- The tags become active when you publish your landing page
After saving tags, you need to publish your landing page and campaign for the tags to work in the live environment.
Best Practices
Use Google Tag Manager for Flexibility
If you need to frequently update tracking or use multiple platforms, GTM is the recommended approach:
- Add tags through GTM instead of directly configuring each one
- Use GTM triggers for custom event tracking
- Test tags in GTM's preview mode before publishing
Avoid Duplicate Tags
If you have GTM configured and also directly add Google Analytics or Google Ads IDs, you may get duplicate tracking. Choose one approach: use GTM to manage all tags, or configure tags directly.
Test Before Publishing
- Publish to preview mode first
- Use browser developer tools to verify scripts are loading
- Check your analytics platforms for incoming data
- Use debugging tools:
- Google Tag Assistant for GTM and GA
- Facebook Pixel Helper for Meta Pixel
Tracking Custom Events
Internal Events (Firebuzz Landing Pages)
For landing pages built in Firebuzz, you can track custom events by prompting the AI editor:
"Set up tracking for my purchase event when the user clicks the Buy Now button"
The AI will configure the event tracking code in your landing page automatically.
External Events (Custom Code)
For events on external websites, Firebuzz provides a tracking script you can install:
- Add the Firebuzz base script to your website's
<head>:
<script src="[your-firebuzz-script-url]"></script>- Call the tracking function when the event occurs:
frbzztrack('event-id', value, 'currency');GTM Implementation
If you're using Google Tag Manager for external tracking:
- Create a Custom HTML Tag for the Firebuzz base script
- Trigger it on All Pages
- Create an Event Tag that calls
frbzztrack()with the appropriate trigger
FAQ
Troubleshooting
Tags Not Firing
| Issue | Solution |
|---|---|
| No data in Google Analytics | Verify the Measurement ID format and check that the page is published |
| GTM not loading | Confirm the Container ID starts with GTM- |
| Facebook Pixel not tracking | Check the Pixel ID and test without ad blockers |
| Duplicate events | Remove direct tag configuration if using GTM for the same platform |
Verification Issues
If Google Site Verification fails:
- Ensure the verification code is entered without extra characters
- Wait a few minutes after publishing before verifying
- Try the HTML tag method if other methods fail