Google Analytics

Looking to integrate Nami with Google Analytics? We'll step you through the process in this document.

Paid Plan Feature

Google Analytics integration requires a subscription to one of our paid plans.

  1. Check out our guide on integrating analytics services.

  2. We have demo apps for Apple and iOS and for React Native that show how to integrate all standard events in Nami with Google Analytics.

  3. To get started with the Demo App, download the project directory in the GitHub link in Step 2. In the terminal, run the following commands.

$ pod install
$ open TestProducts.xcworkspace
  1. Next we need to find your Firebase config file. Let's start by logging in to Firebase.

  1. Select your Project.

  1. Find and click on your iOS app.

  1. Click on the Settings gear.

  1. Click the button to download your GoogleService-Info.plist file.

  1. Add the GoogleService-Info.plist file to the TestProductsGoogle/ directory in your project.

  1. Build the demo project and you should now be up and running with data sending to your Google Analytics account.

Last updated