Skip to main content

Overview

Coming Soon: Google Analytics integration is planned for a future release.
The Google Analytics integration will enable you to:
  • Track experience page views
  • Measure conversion funnels
  • Analyze user behavior
  • Create remarketing audiences

Planned Features

Event Tracking

  • Experience view
  • Experience join
  • Checkout started
  • Purchase completed

Enhanced E-commerce

  • Product impressions
  • Add to cart
  • Checkout steps
  • Transaction data

Custom Dimensions

  • Experience type
  • Distribution status
  • Consumer segment

Audience Building

  • Retarget experience participants
  • Target winners vs non-winners
  • Lookalike audiences

Current Analytics

Fanfare provides built-in analytics for:
  • Experience performance
  • Consumer engagement
  • Conversion rates
  • Revenue tracking

Manual Implementation

Until native integration is available, you can implement tracking using the Fanfare SDK:
// Track experience view
gtag("event", "view_item", {
  items: [
    {
      item_id: experienceId,
      item_name: experienceName,
    },
  ],
});

// Track join
gtag("event", "add_to_cart", {
  items: [
    {
      item_id: experienceId,
      item_name: experienceName,
    },
  ],
});

Requesting Early Access

Contact [email protected] to be notified when the Google Analytics integration is available.