Integrate with Enhance - Native iOS
Attribution
Enhance's Attribution support is ZeroCode, meaning it works with no Drag and Drop library integration at all.
In order to log custom events to the attribution networks that you select, you can use the standard event logging methods. An example is provided below; see the Analytics section for full details.
Example Usage
[Enhance logEvent:@"game_over" withParameter:@"level" andValue:@"1"]; [Enhance logEvent:@"user_exit"];