Link: https://support.brilliantdirectories.com/support/solutions/articles/12000101323

Understanding user interactions, such as sign-ups for different membership plans, is crucial for assessing website performance and optimizing user engagement. Integrating BD websites with Google Analytics 4 (GA4) enables effective tracking of membership plan sign-ups. Here’s a detailed guide on how to set up this tracking.

Part 1: Set Up Tracking on The Brilliant Directories Website

1. Create a New Custom Widget

Begin by accessing the BD website dashboard and creating a new custom widget.

2. Name the Widget

Assign a simple nickname to the widget, such as "Track Sign Ups - Membership Plan Name," to facilitate identification.

3. Insert the Tracking Code

Paste the following code into the widget’s code area on the HTML tab:

<script>  gtag("event", "bronze_plan_sign_up", {    method: "sign_up"  });</script>
HTML

This code configures a custom event in GA4 to be triggered whenever a sign-up for the specified membership plan occurs.

IMPORTANT: Replace bronze_plan_sign_up with the name of the membership plan you're tracking. 

  • NO SPACES
  • NO SYMBOLS
  • USE UNDERSCORES _
  • If there are any spaces or symbols, the tracking will not work
  • Example change: premium_plan_sign_up

4. Save Changes

Ensure that the widget is saved to apply the changes.

5. Edit the Membership Plan

Go to Finance > Membership Plans, edit the plan that will have the tracking code, find the "Successful Sign Up / Upgrade Conversion Tracking Code Widget" setting in the first tab of the page, and select the widget created for the tracking code.

For additional assistance:
Email support@brilliantdirectories.com or create a ticket Inside Your Account Dashboard.



Was this article helpful and accurate? Yes No