com.mobileapptracker
protected class MATEventQueue.Add extends Object implements Runnable
Modifier | Constructor and Description |
---|---|
protected |
MATEventQueue.Add(String link,
String eventItems,
String action,
double revenue,
String currency,
String refId,
String iapData,
String iapSignature,
String eventAttribute1,
String eventAttribute2,
String eventAttribute3,
String eventAttribute4,
String eventAttribute5,
boolean shouldBuildData,
Date runDate)
Saves an event to the queue.
|
protected MATEventQueue.Add(String link, String eventItems, String action, double revenue, String currency, String refId, String iapData, String iapSignature, String eventAttribute1, String eventAttribute2, String eventAttribute3, String eventAttribute4, String eventAttribute5, boolean shouldBuildData, Date runDate)
link
- URL of the event postbackeventItems
- (Optional) MATEventItem JSON information to post to serveraction
- the action for the event (conversion/install/open)revenue
- value associated with the eventcurrency
- currency code for the revenuerefId
- the advertiser ref ID associated with the eventiapData
- the receipt data from Google PlayiapSignature
- the receipt signature from Google PlayshouldBuildData
- whether link needs encrypted data to be appended or notrunDate
- datetime for request to be made