Parameters
The default request parameters include:
Parameters
Data type
Description
transactionId
string
unique transactionId for each game session where reward was earned
signature
string
crypto hash of data
userId
string
The unique identifier of users inside your application's environment provided by the publisher app in InitConfig
clientId
string
The unique identifier of the app instance provided by the publisher app in InitConfig
NOTE: This is NOT a mandatory parameter and will be only sent if it was set in the app during Arcplay.init
accountId
string
unique accountId for publisher
bundleId
string
package name of app
reward
int
reward value
offerId
string
Id of game on which user earned reward
offerName
string
name of the game on which user earned reward
timestamp
timestamp when reward callback was made
webviewSessionId
string
unique id of webview session
timeSpent
int
time spent by user on the gameSession (Unit: milliseconds)
NOTE:
If you require ArcPlay.ai to send additional parameters that are not part of the above list, kindly reach out to ArcPlay.ai customer success team for custom addition of params.
Last updated