Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.02 KB

UpdatePlayerTagsRequestBody.md

File metadata and controls

12 lines (7 loc) · 1.02 KB

UpdatePlayerTagsRequestBody

Properties

Name Type Description Notes
tags {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Custom tags for the device record. Only support string key value pairs. Does not support arrays or other nested objects. Example {\"foo\":\"bar\",\"this\":\"that\"}. Limitations: - 100 tags per call - Android SDK users: tags cannot be removed or changed via API if set through SDK sendTag methods. Recommended to only tag devices with 1 kilobyte of ata Please consider using your own Database to save more than 1 kilobyte of data. See: Internal Database & CRM [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]