Interface AdvertiserService
public interface AdvertiserService
Provides AppBrain SDK features that are relevant not only for publishers but also for
advertisers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendConversionEvent(String name, int value) Send a conversion event to AppBrain.
-
Method Details
-
sendConversionEvent
Send a conversion event to AppBrain.- Parameters:
name- The name of the event, with a maximum of 20 characters.value- An optional integer value to keep track of, e.g. an amount spent by the user
-