# Set Up GA4 Integration

{% hint style="info" %}
Depending on how your store has implemented Google Analytics, multiple integration methods are available. Google Tag Manager is the recommended method, as it provides the most reliable data flow and gives you full control over your analytics implementation.
{% endhint %}

{% tabs %}
{% tab title="Google Tag Manager (Recommended)" %}
Google Tag Manager provides the most reliable integration with full control over how events flow to GA4. This is the recommended method for all stores.

#### Prerequisites

Before you begin, make sure you have:

* A Google Tag Manager container installed on your store with a Google Analytics 4 tag configured
* Access to the Google Analytics property you want to connect (you'll authorize this in Shoplift)
* Permission to create Audiences in GA4 using the Google account you'll connect
* Permission to publish changes to your GTM container
* Permission to create custom definitions in GA4 to register the event as a custom dimension (Admin > Custom definitions)

#### Step 1: Connect GA4 in Shoplift

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F2NkP2ZsG9fR6xXLjWGDt%2FScreenshot%202024-10-11%20at%201.23.01%E2%80%AFPM.png?alt=media&#x26;token=d5a1e399-9ec6-4568-8a1f-e40cd3d2d32a" alt=""><figcaption></figcaption></figure>

Start by authorizing Shoplift to access your Google Analytics property:

1. In Shoplift, navigate to **Settings → Integrations**
2. Find the Google Analytics section and click **Connect**
3. Sign in with the Google account that has access to your GA4 property
4. When prompted, grant Shoplift permission to "Edit Google Analytics management entities" — this allows Shoplift to create audiences for your tests
5. Set the integration type to "Google Tag Manager (recommended)"
6. Select your GA4 account and property from the dropdowns and click **Confirm**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FBfS52Cd37ymINUZyYWuV%2FScreenshot%202026-02-02%20at%209.03.26%E2%80%AFAM.png?alt=media&#x26;token=b487ae2d-2dfb-46df-b034-138d08f32290" alt=""><figcaption></figcaption></figure>

The integration will toggle on, confirming that Shoplift and GA4 are now connected.

#### Step 2: Create the Data Layer Variable in GTM

Shoplift pushes test data to the data layer using a variable called `exp_variant_string`. You need to create this variable in GTM so it can be passed to GA4:

1. In Google Tag Manager, go to **Variables**
2. Under **User-Defined Variables**, click **New**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F5gpSRjtogjLHH1BPDgNV%2Fgtm%20variables.png?alt=media&#x26;token=74a93e90-d083-435e-bd1d-81eb2d9c631d" alt=""><figcaption></figcaption></figure>

3. Name the variable `exp_variant_string`
4. Click **Variable Configuration** and select **Data Layer Variable**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F6pWHob3NATfVoXXkhgy5%2Fexp_variant_string%20variable.png?alt=media&#x26;token=0516da4c-b643-4626-8551-496488fc7d40" alt=""><figcaption></figcaption></figure>

5. In the **Data Layer Variable Name** field, enter: `exp_variant_string`
6. Confirm the **Data Layer Version** is set to **Version 2**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F2waAUxB3ljAudQ6pO3Ra%2Fexp_variant_string%20variable%20config.png?alt=media&#x26;token=50c84245-7260-4727-a3b4-0e7fcbf59c09" alt=""><figcaption></figcaption></figure>

7. Click **Save**

#### Step 3: Create the GA4 Event Tag

Now create a tag that sends the `experience_impression` event to GA4:

1. In GTM, go to **Tags** and click **New**
2. Name the tag `Shoplift - GA4 Event`
3. Click **Tag Configuration** and select **Google Analytics: GA4 Event**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2Fg0rcYrX8J1iQ352xihwb%2Fga4%20event.png?alt=media&#x26;token=bb77441e-ee89-427d-b7fe-8496a0ed3847" alt=""><figcaption></figcaption></figure>

4. In the **Measurement ID** field, enter your GA4 Measurement ID (format: `G-XXXXXXXXXX`) — this should match the property you connected in Shoplift
5. In the **Event Name** field, enter: `experience_impression`
6. Expand **Event Parameters** and click **Add Parameter**
7. Set the **Parameter Name** to: `exp_variant_string`
8. For the **Value**, click the variable picker and select the `exp_variant_string` variable you created in Step 2

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FTfG2j8CNI9TlgXq0YaaS%2Fga4%20event%20config.png?alt=media&#x26;token=60c9ff75-bb32-48d0-b512-8cfe809c5096" alt=""><figcaption></figcaption></figure>

9. Click **Save**

#### Step 4: Create the Event Trigger

Create a trigger that fires your tag when Shoplift pushes the experience impression event:

1. In the tag you just created, click **Triggering**
2. Click the **+** icon to create a new trigger
3. Name the trigger `Shoplift - GA4 Event Trigger`
4. Click **Trigger Configuration** and scroll to the **Other** section
5. Select **Custom Event**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FmSVFsJUKcbvii8NNnG2B%2Fga4%20event%20trigger.png?alt=media&#x26;token=f34568a8-4d7a-4e94-a3de-a2b1adb12782" alt=""><figcaption></figcaption></figure>

1. In the **Event name** field, enter: `experience_impression`

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FnVM92slQ97akUEwdjxkQ%2Fga4%20event%20trigger%20config.png?alt=media&#x26;token=5b2dd473-8590-45cc-96bc-66b3888e9295" alt=""><figcaption></figcaption></figure>

2. Click **Save** to save the trigger
3. Click **Save** again to save the tag

#### Step 5: Publish Your Changes

Click **Submit** in GTM, then **Publish** to push your changes live.

Your GTM container is now configured to receive events from Shoplift and forward them to GA4.

#### Step 6: Register the event as a custom dimension in Google Analytics

{% hint style="warning" %}
**Required Step:** You must register `exp_variant_string` as a custom dimension before you can use test data in GA4 Explorations. Skip this step and your test variants won't appear as a segmentation option.
{% endhint %}

GA4 requires event parameters to be registered as custom dimensions before they can be used in reports. Here's how to set this up:

1. In Google Analytics, click **Admin** (gear icon in the bottom left)
2. Under your property, click **Custom definitions**
3. Click **Create custom dimension**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FzHBSEIdeiKkblas3mvao%2Fcreate%20custom%20dimension.png?alt=media&#x26;token=3c529498-8f8f-4796-8b1f-a256d61460d3" alt=""><figcaption></figcaption></figure>

1. Configure the dimension:
   * **Dimension name:** `exp_variant_string`
   * **Scope:** Event
   * **Event parameter:** Select `exp_variant_string` from the dropdown

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FAvGdZTAHauZWFnN3XcUt%2Fexp-variant-string%20event%20dimension.png?alt=media&#x26;token=98c47f3d-96d6-428d-bdf4-3bde02216951" alt=""><figcaption></figcaption></figure>

3. Click **Save**

{% hint style="info" %}
**Note:** If `exp_variant_string` doesn't appear in the Event parameter dropdown, it means GA4 hasn't received any events with this parameter yet. Launch a test in Shoplift and visit your store as a test participant, then return to this step. It may take up to 24 hours for new parameters to appear.
{% endhint %}

Once registered, the custom dimension will be available for use in Explorations within 24-48 hours.
{% endtab %}

{% tab title="Elevar (via Google Tag Manager)" %}
If you use Elevar to manage your data layer, follow these instructions. The process is similar to the standard GTM setup with one key difference: you'll configure a trigger group that includes Elevar's user data event and the Shoplift event as distinct triggers.

{% hint style="info" %}
**Note:** These are general instructions. We recommend working with Elevar's support team if you have a complex or customized setup.
{% endhint %}

#### Prerequisites

Before you begin, make sure you have:

* A Google Tag Manager container with Elevar's configuration installed, including the `dl_user_data` event and associated triggers
* Access to the Google Analytics property you want to connect
* Permission to create Audiences in GA4 using the Google account you'll connect
* Permission to publish changes to your GTM container

#### Step 1: Connect GA4 in Shoplift

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F2NkP2ZsG9fR6xXLjWGDt%2FScreenshot%202024-10-11%20at%201.23.01%E2%80%AFPM.png?alt=media&#x26;token=d5a1e399-9ec6-4568-8a1f-e40cd3d2d32a" alt=""><figcaption></figcaption></figure>

Start by authorizing Shoplift to access your Google Analytics property:

1. In Shoplift, navigate to **Settings → Integrations**
2. Find the Google Analytics section and click **Connect**
3. Sign in with the Google account that has access to your GA4 property
4. When prompted, grant Shoplift permission to "Edit Google Analytics management entities" — this allows Shoplift to create audiences for your tests
5. Set the integration type to "Google Tag Manager (recommended)"
6. Select your GA4 account and property from the dropdowns and click **Confirm**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FeHPbXKxIhU1TUUPy53dr%2FScreenshot%202026-02-02%20at%209.03.26%E2%80%AFAM.png?alt=media&#x26;token=a60ea82d-041f-4c8f-9ec2-f72f93107b78" alt=""><figcaption></figcaption></figure>

The integration will toggle on, confirming that Shoplift and GA4 are now connected.

#### Step 2: Create the Data Layer Variable in GTM

Shoplift pushes test data to the data layer using a variable called `exp_variant_string`. You need to create this variable in GTM so it can be passed to GA4:

1. In Google Tag Manager, go to **Variables**
2. Under **User-Defined Variables**, click **New**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F5gpSRjtogjLHH1BPDgNV%2Fgtm%20variables.png?alt=media&#x26;token=74a93e90-d083-435e-bd1d-81eb2d9c631d" alt=""><figcaption></figcaption></figure>

3. Name the variable `exp_variant_string`
4. Click **Variable Configuration** and select **Data Layer Variable**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F6pWHob3NATfVoXXkhgy5%2Fexp_variant_string%20variable.png?alt=media&#x26;token=0516da4c-b643-4626-8551-496488fc7d40" alt=""><figcaption></figcaption></figure>

5. In the **Data Layer Variable Name** field, enter: `exp_variant_string`
6. Confirm the **Data Layer Version** is set to **Version 2**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2F2waAUxB3ljAudQ6pO3Ra%2Fexp_variant_string%20variable%20config.png?alt=media&#x26;token=50c84245-7260-4727-a3b4-0e7fcbf59c09" alt=""><figcaption></figcaption></figure>

7. Click **Save**

#### Step 3: Create the GA4 Event Tag

Now create a tag that sends the `experience_impression` event to GA4:

1. In GTM, go to **Tags** and click **New**
2. Name the tag `Shoplift - GA4 Event`
3. Click **Tag Configuration** and select **Google Analytics: GA4 Event**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2Fg0rcYrX8J1iQ352xihwb%2Fga4%20event.png?alt=media&#x26;token=bb77441e-ee89-427d-b7fe-8496a0ed3847" alt=""><figcaption></figcaption></figure>

4. In the **Measurement ID** field, enter your GA4 Measurement ID (format: `G-XXXXXXXXXX`) — this should match the property you connected in Shoplift
5. In the **Event Name** field, enter: `experience_impression`
6. Expand **Event Parameters** and click **Add Parameter**
7. Set the **Parameter Name** to: `exp_variant_string`
8. For the **Value**, click the variable picker and select the `exp_variant_string` variable you created in Step 2

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FTfG2j8CNI9TlgXq0YaaS%2Fga4%20event%20config.png?alt=media&#x26;token=60c9ff75-bb32-48d0-b512-8cfe809c5096" alt=""><figcaption></figcaption></figure>

9. Click **Save**

#### Step 4: Create a Trigger Group (Elevar-Specific)

Elevar requires a trigger group that combines the Shoplift event with Elevar's user data event:

1. In the tag's **Triggering** section, click **+** to create a new trigger
2. Choose **Trigger Group** as the trigger type
3. Name the trigger `User Data + Experience Impression`     &#x20;

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FNhVjheiYtdqMWv2nE0VX%2Ftrigger%20group.png?alt=media&#x26;token=93bc7a52-c187-4597-a339-1e30c6be5809" alt=""><figcaption></figcaption></figure>

4. Now we'll define the Triggers included in the Trigger Group. This will include a specific **Experience Impression event trigger** that we will create, and an Elevar-specific **User Data event trigger** which should already be created in your Tag Manager container.&#x20;
5. Click **Choose a trigger.** Create a new trigger by clicking the + icon in the top right.
6. Name your trigger **Shoplift - GA4 Event Trigger**.
7. Click **Trigger Configuration** and scroll down in the window until you see the **Other** section. Select **Custom Event**.

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FmSVFsJUKcbvii8NNnG2B%2Fga4%20event%20trigger.png?alt=media&#x26;token=f34568a8-4d7a-4e94-a3de-a2b1adb12782" alt=""><figcaption></figcaption></figure>

8. In the **Event name** field, enter `experience_impression`

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FnVM92slQ97akUEwdjxkQ%2Fga4%20event%20trigger%20config.png?alt=media&#x26;token=5b2dd473-8590-45cc-96bc-66b3888e9295" alt=""><figcaption></figcaption></figure>

9. Click **Save**
10. Then add another trigger to the trigger group by clicking the + icon.
11. Select the **Elevar User Data event trigger**, which will be called something like **Event - user\_data.** To confirm you've selected the correct trigger, you can click into the Elevar trigger to look at it's configuration. The **Trigger Type** should be **Custom Event** and the **Event name** should be `dl_user_data`.

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FKtmaxIGbGMb8lnCH2qRw%2Fdl_user_data%20trigger.png?alt=media&#x26;token=a8b5abf5-1bc2-4375-977f-539050eb4790" alt=""><figcaption></figcaption></figure>

12. Once selected, you will have two triggers in your trigger group.

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FNo1vZ85vvYT31Ldv3Etm%2Ftrigger%20group%20with%20both%20triggers.png?alt=media&#x26;token=6e5e418a-85af-495a-a1bd-c0d8e4a5d7e9" alt=""><figcaption></figcaption></figure>

#### Step 5: Save and Publish

1. Click **Save** to save the trigger group
2. Click **Save** to save the tag
3. Click **Submit** and **Publish** in GTM

Click **Submit** in GTM, then **Publish** to push your changes live.

Your GTM container is now configured to receive events from Shoplift and forward them to GA4.

#### Step 6: Register the event as a custom dimension in Google Analytics

{% hint style="warning" %}
**Required Step:** You must register `exp_variant_string` as a custom dimension before you can use test data in GA4 Explorations. Skip this step and your test variants won't appear as a segmentation option.
{% endhint %}

GA4 requires event parameters to be registered as custom dimensions before they can be used in reports. Here's how to set this up:

1. In Google Analytics, click **Admin** (gear icon in the bottom left)
2. Under your property, click **Custom definitions**
3. Click **Create custom dimension**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FzHBSEIdeiKkblas3mvao%2Fcreate%20custom%20dimension.png?alt=media&#x26;token=3c529498-8f8f-4796-8b1f-a256d61460d3" alt=""><figcaption></figcaption></figure>

1. Configure the dimension:
   * **Dimension name:** `exp_variant_string`
   * **Scope:** Event
   * **Event parameter:** Select `exp_variant_string` from the dropdown

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FAvGdZTAHauZWFnN3XcUt%2Fexp-variant-string%20event%20dimension.png?alt=media&#x26;token=98c47f3d-96d6-428d-bdf4-3bde02216951" alt=""><figcaption></figcaption></figure>

3. Click **Save**

{% hint style="info" %}
**Note:** If `exp_variant_string` doesn't appear in the Event parameter dropdown, it means GA4 hasn't received any events with this parameter yet. Launch a test in Shoplift and visit your store as a test participant, then return to this step. It may take up to 24 hours for new parameters to appear.
{% endhint %}

Once registered, the custom dimension will be available for use in Explorations within 24-48 hours.
{% endtab %}

{% tab title="Google & YouTube Sales Channel" %}
If you've connected GA4 to your store through Shopify's built-in Google & YouTube sales channel, you can set up the Shoplift integration with minimal configuration.

{% hint style="warning" %}
**Data Accuracy Notice:** The Google & YouTube sales channel integration may produce data discrepancies between Shoplift and GA4 due to how Shopify processes and forwards events. If you observe inconsistencies in your test data, we recommend migrating to a Google Tag Manager integration for more reliable tracking.
{% endhint %}

{% hint style="info" %}
Using [Littledata](https://apps.shopify.com/google-analytics-littledata) for your GA4 Shopify connection? Follow the steps below - no additional set up is required.

Not using Littledata? Shoplift recommends it over the Google & YouTube sales channel. [Learn more](https://www.littledata.io/shopify/google-analytics)
{% endhint %}

#### Prerequisites

* Google Analytics 4 connected to your store via the Google & YouTube sales channel
* Access to the GA4 property to authorize the connection
* Permission to create Audiences in GA4

#### Step 1: Authorize the connection

The Google & YouTube sales channel integration requires only the Shoplift authorization step—no tag manager configuration is needed:

1. In Shoplift, navigate to **Settings → Integrations**
2. Click **Connect** next to Google Analytics
3. Sign in with the Google account connected to your GA4 property
4. Grant Shoplift permission to "Edit Google Analytics management entities"
5. Set "Google and YouTube Sales Channel" as the integration type
6. Select your GA4 property from the dropdown

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FlufYdjwXUzG7ibHUxHVi%2FScreenshot%202026-02-02%20at%209.11.49%E2%80%AFAM.png?alt=media&#x26;token=142c2a3a-da08-43fb-814d-6a20b182d9c0" alt=""><figcaption></figcaption></figure>

7. Click **Confirm**

The integration will toggle on. Shoplift will now automatically create audiences for your tests and send visitor events to GA4.

#### Step 2: Register the event as a custom dimension in Google Analytics

{% hint style="warning" %}
**Required Step:** You must register `exp_variant_string` as a custom dimension before you can use test data in GA4 Explorations. Skip this step and your test variants won't appear as a segmentation option.
{% endhint %}

GA4 requires event parameters to be registered as custom dimensions before they can be used in reports. Here's how to set this up:

1. In Google Analytics, click **Admin** (gear icon in the bottom left)
2. Under your property, click **Custom definitions**
3. Click **Create custom dimension**

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FzHBSEIdeiKkblas3mvao%2Fcreate%20custom%20dimension.png?alt=media&#x26;token=3c529498-8f8f-4796-8b1f-a256d61460d3" alt=""><figcaption></figcaption></figure>

1. Configure the dimension:
   * **Dimension name:** `exp_variant_string`
   * **Scope:** Event
   * **Event parameter:** Select `exp_variant_string` from the dropdown

<figure><img src="https://314821113-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDg2m2UmvTCMjmBjnzBKA%2Fuploads%2FAvGdZTAHauZWFnN3XcUt%2Fexp-variant-string%20event%20dimension.png?alt=media&#x26;token=98c47f3d-96d6-428d-bdf4-3bde02216951" alt=""><figcaption></figcaption></figure>

3. Click **Save**

{% hint style="info" %}
**Note:** If `exp_variant_string` doesn't appear in the Event parameter dropdown, it means GA4 hasn't received any events with this parameter yet. Launch a test in Shoplift and visit your store as a test participant, then return to this step. It may take up to 24 hours for new parameters to appear.
{% endhint %}

Once registered, the custom dimension will be available for use in Explorations within 24-48 hours.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Ready to analyze your data in GA4? See [view-test-data-in-ga4](https://docs.shoplift.ai/integrate/ga4-beta/view-test-data-in-ga4 "mention")
{% endhint %}
