Adobe Analytics
Last updated
Last updated
Check out our guide on .
We have a demo app in our that shows how to integrate all standard events in Nami with Adobe Analytics.
To get started with the Demo App, open the project directory from the GitHub link above and run the following commands in your terminal.
This Step Requires CocoaPods
If you do not have CocoaPods installed, please follow the instructions at .
Make sure to open the workspace file!
It is important to make sure you've opened the workspace file above and not the .xcodeproj
file when making changes to the code.
Log in to the in the Adobe Experience Cloud to find your AppId
.
Open Adobe Launch and click on the property you want to integrate with Nami. In this case, our example project is called PaywallTracking.
Click the Environments tab on the nav and then click the Install button for the environment you wish to use with Nami. In this case, we have multiple environments and we are choosing our production environment.
Copy the Environment File ID.
Open the file AppDelegate.swift
, look for the function adobeSetup()
, and find the line of code below. Add your AppID
that you found in the Adobe web portal in Step 7.
You should now be up and running with our test app sending events from the Nami SDK back to your Adobe Analytics account.