Parameters
Last updated
Last updated
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
customData
string
Provided by the publisher app in ArcPlay.showRDAd(...)
The customData
string is and might require decoding when parsed from the callback.
timestamp
string ()
timestamp when callback was made
NOTE:
If you require ArcPlay.ai to send additional parameters that are not part of the above list, kindly reach out to team for custom addition of params.
The customData
param is and might require decoding when parsed from the callback.