Google Analytics Measurement Protocol 1.2.0
Google Analytics plugin for Unreal Engine, using a native cross-platform implementation of the Measurement Protocol.
Loading...
Searching...
No Matches
Log Purchases to GA4

Table of Contents

Log Purchases to GA4

The plugin provides dedicated APIs to track purchases in your game/application, this will allow you to take advantage of the Google Analytics E-commerce reporting system. This is an example on how to record a simple purchase in your game with UGoogleAnalyticsMPStatics::RecordECommercePurchase() (applied prices and currencies should be retrieved from your payment processor):

RecordECommercePurchase method