Adjoe.init
API. More details in the "Initialize the SDK" section.HTTP GET
request and the configured parameters:user_uuid
sid
sid
is computed as a SHA1 hash of the request parameters as sid = sha1(concatenate(trans_uuid, user_uuid, currency, coin_amount, device_id, sdk_app_id, s2s_token)).F
or the SID calculation parameters that are not on the endpoint would not be considered for SID calculation. E.g. if {sdk_app_id} were not part of the URL, then the sid would be sid =sha1(concatenate(trans_uuid, user_uuid, currency, coin_amount, device_id, s2s_token))
coin_amount
currency
trans_uuid
device_id
app_name
sdk_app_id
app_id
reward_level
reward_type
ua_network
ua_channel
ua_subpublisher_encrypted
ua_subpublisher_cleartext
placement
sid
parameter and compare it to the parameter sent in the callback. It is calculated as follows: sid = sha1(concatenate(trans_uuid, user_uuid, currency, coin_amount, device_id, sdk_app_id, s2s_token))
We will supply you with the parameter s2s_token
separately.https://example.com/example?[YourParamName]={user_uuid}&[YourParamName]={sid}&[YourParamName]={coin_amount}&[YourParamName]={currency}&[YourParamName]={trans_uuid}&[YourParamName]={ua_network}&[YourParamName]={ua_channel}&[YourParamName]={ua_subpublisher_encrypted}&[YourParamName]={ua_subpublisher_cleartext}&[YourParamName]={placement}