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. Please contact us at [email protected] if you'd like to add this functionality to your account.

  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.

๐Ÿšง

This Step Requires CocoaPods

If you do not have CocoaPods installed, please follow the instructions at cocoapods.org.

$ pod install
$ open TestProducts.xcworkspace
$ yarn install
$ yarn run ios-setup

๐Ÿšง

Make sure to open the workspace file!

In order to make changes to this demo app and have everything work correctly, you must edit the workspace file and not the .xcodeproj file.

  1. Next we need to find your Firebase config file. Let's start by logging in to Firebase.
2096
  1. Select your Project.
2096
  1. Find and click on your iOS app.
2096
  1. Click on the Settings gear.
2096
  1. Click the button to download your GoogleService-Info.plist file.
2096
  1. Add the GoogleService-Info.plist file to the TestProductsGoogle/ directory in your project.
1906
  1. Build the demo project and you should now be up and running with data sending to your Google Analytics account.