Advanced
Preparation
Remember that you can improve the quality of the analytics you collect with a fairly simple configuration. This is partially described on the Overview page. With advanced integration, you can customize additional properties:
- Set referrer id in runtime
- Set user email in runtime
What analytics does the advanced SDK collect?
In addition to all the basic set of analytics, some set of analytics is added with advanced integration.
Your custom events
We can submit our custom analytics events. There is nothing complicated about this process, each event must have a name and parameters. To use this logic, you need to use the TrackEvent method.
Transactions
You can collect information about in-game resources received/spent by the user. For example, coins or premium currency received/spent. To do this, you need to use the TrackIncomeTransaction and TrackExpenseTransaction methods.
Campaigns-related analytics
When user use and view any campaigns through our SDK, a lot of different analytics are collected. Usually you don't have to worry about it. However, it is useful to know that these analytics also collect parameters that you pass to theRequestCampaignAsync(@params).