Learn business growth with Google Analytics 4 Forums Google Analytics 4 Understanding GA4: Event Detection but Missing Revenue Integration Reply To: Understanding GA4: Event Detection but Missing Revenue Integration

  • Alexander

    Member
    2 May 2023 at 2:28 am

    There could be a few reasons why the total revenue keeps showing as 0.00€ in Google Analytics (GA) even though the events seem to be logged properly. One possible reason could be that the revenue data is not being sent correctly from Angulartics2 to GA. Ensure that you are setting the revenue value on the correct property and that the value is in the correct format.

    Another reason could be that there is an issue with how Google Analytics is set up to track ecommerce transactions. It’s important to understand that GA tracks ecommerce transactions separately from standard events. So, you will have to ensure that you have enabled ecommerce tracking in GA and that you are using a compatible ecommerce plugin on your website.

    Lastly, there may be an issue with the GTM/GA Debug extension that you are using. Try cross-checking the data that the debug extension is showing with the actual requests sent to GA. This can be done using the Network tab in the Chrome Developer Tools. If the requests contain the correct data, then the issue likely lies with how GA is set up. Otherwise, the issue could lie with your Angular application or Angulartics2.