import GoogleTagManagerScreenshot from '../../assets/images/GoogleTagManagerHelp.png'; const GTMSupportHelpSection = () => { return (
Goal Tracker and Google Tag Manager

If you are already using Google Tag Manager to track page views on the website, we recommend toggling the "Disable page_view Tracking " option in Goal Tracker.

The reason is that we want to make sure that you are not sending two page view events every time the page loads.

How can you tell if Google Tag Manager is configured to track page views?
  1. Open Google Tag Manager and go to the tags page
  2. Search for a tag of type "Google Analytics: GA4 Configuration" and click it
  3. Click on the tag configuration
  4. Check if the "Send a page view event when this configuration loads" box has been clicked. If it did then it means that you are using Google Tag Manager to track page views.
); }; export default GTMSupportHelpSection;