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

customData

string

Provided by the publisher app in ArcPlay.showRDAd(...) The customData string is percent escaped and might require decoding when parsed from the callback.

timestamp

timestamp when callback was made

NOTE:

  1. 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.

  2. The customData param is percent escaped and might require decoding when parsed from the callback.

Last updated