This guide outlines how to configure an EasyInsights Pixel directly without using Google Tag Manager (GTM).
Prerequisites
Requirement | Details |
---|---|
Google Analytics Tag ID | The Tag ID for your GA property (e.g., G-XXXXXXXXXX). |
Custom Transport URL | The specific URL for routing data (e.g., https://your-custom-endpoint.com/ga4/your-id). |
Steps
- Access Website Code: Obtain access to the HTML code of your website where you want to implement the pixel.
- Find the Head Section: Locate the `<head>` section of your HTML code.
- Add Google Tag Code: Insert the following code snippet within the `<head>` section:

- Replace Placeholders:
- Replace `G-XXXXXXXXXX` with your actual Google Analytics Tag ID.
- Replace `https://test.easyinsights.in/test?` with your custom transport URL provided by EasyInsights.
- Save Changes: Save the changes to your file.