Objects for data upload

All the available objects are listed in the following mapping table along with their equivalent Unity SDK methods when you construct a request body in JSON to upload a collected data set.

Request body scheme
{
  "{object name}": [
    {
      "{attribute name}": "{value}",
      ...
    },
    ...
  ],
  ...
}
Object-to-method map
Object Method in Unity SDK

characters_custom_ability_change

ChangeCustomAbility

players_characters_change

ChangeCharacterArchetype

characters_stats_change

ChangeStat

characters_currencies_deposit

DepositCurrency

characters_items_deposit

DepositConsumable

DepositCosmetic

DepositEquipment

DepositInfrastructure

DepositMaterial

DepositPet

DepositRandomBox

DepositToken

players_characters_dismiss

DismissCharacter

characters_items_dismiss

DismissConsumable

DismissCosmetic

DismissEquipment

DismissInfrastructure

DismissMaterial

DismissPet

DismissRandomBox

DismissToken

characters_items_equip

EquipCosmetic

EquipEquipment

EquipInfrastructure

EquipPet

characters_skills_equip

EquipSkill

characters_bonuses

GetBonus

players_characters_get

GetCharacter

characters_currencies_get

GetCurrency

characters_items_consumable_get

GetConsumable

characters_items_cosmetic_get

GetCosmetic

characters_items_equipment_get

GetEquipment

characters_items_infrastructure_get

GetInfrastructure

characters_items_material_get

GetMaterial

characters_items_infrastructure_get

GetPet

characters_items_randombox_get

GetRandomBox

characters_items_token_get

GetToken

players_join

Join

characters_levelup

LevelUpCharacter

characters_items_levelup

LevelUpConsumable

LevelUpCosmetic

LevelUpEquipment

LevelUpInfrastructure

LevelUpMaterial

LevelUpPet

characters_skills_levelup

LevelUpSkill

players_login

LoginApp

characters_login

LoginAsCharacter

characters_items_randombox_use

OpenRandomBox

characters_stages

PlayStage

characters_items_consumable_play

PlayStageWithConsumable

characters_items_cosmetic_play

PlayStageWithCosmetic

characters_items_equipment_play

PlayStageWithEquipment

characters_items_infrastructure_play

PlayStageWithInfrastructure

characters_items_infrastructure_play

PlayStageWithPet

characters_skills_play

PlayStageWithSkill

characters_quests

PlayQuest

characters_purchases

InAppPurchase

characters_currencies_use

UseCurrency

characters_items_consumable_use

UseConsumable

characters_items_material_use

UseMaterial

characters_items_token_use

UseToken

characters_ads

WatchAd

characters_currencies_withdraw

WithdrawCurrency

characters_items_withdraw

WithdrawInfrastructure

WithdrawPet

WithdrawToken

WithdrawConsumable

WithdrawMaterial

WithdrawEquipment

WithdrawCosmetic

WithdrawRandomBox