Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Static segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Automation scenarios
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDevv71
  • External datatables queries
  • Objects
  • Miscellaneous
    • Upload file
    • Get message web version
    • Push providers
    • Deduplication of requests
    • How to send API request with RabbitMQ
    • List of gender identifications
    • Obtain valid values for fields: browsers, devices, tz, oses, languages
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Miscellaneous
  • List of gender identifications
Documentation for version v72

List of gender identifications

In API requests, various reports and system parameters, gender can be displayed in different ways.

Male gender can be indicated on the platform by one of the parameters of the object below:

{
"id": 1,
"title": "Male",
"values": ["male", "1", "Male", "MASCULINE",
"M",
"MAN",
"♂",
"М",
"МУЖ",
"МУЖСК",
"МУЖСКОЙ",
"МУЖЧИНА"
]
}

Any of the following code parameters is responsible for female gender:

{
"id": 2,
"title": "Female",
"values": ["female", "2", "Female", "FEM",
"FEMININE",
"F",
"WOMAN",
"W",
"♀",
"Ж",
"ЖЕН",
"ЖЕНСК",
"ЖЕНСКИЙ",
"ЖЕНЩИНА"
]
}
tip

If you need to add other designations, you can do so by adding the required values to the gender identifier directory. You can learn more about this in this article.

Last updated on Mar 16, 2024
Previous
How to send API request with RabbitMQ
Next
Obtain valid values for fields: browsers, devices, tz, oses, languages
© 2015 - 2025 Altcraft, LLC. All rights reserved.