Attribution Events

Through Homa Belly you can send events to your integrated attribution platform in order to optimize your UA and overall game performance. This events will be requested by your PM or UA manager.

To track an attribution event, use the corresponding method available from HomaBelly.Instance


/// <summary>
/// Tracks an event on the attribution platform
/// </summary>
/// <param name="eventName">The event name</param>
/// <param name="arguments">(Optional) Additional arguments. Dictionary values must have one of these types: string, int, long, float, double, null, ArrayList, Dictionary<String,object></param>
void TrackAttributionEvent(string eventName, Dictionary<string, object> arguments = null);