v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBRum Audience Management
Get mapping
Get entity mapping configuration including all available attributes and their properties
get/api/v2/product-analytics/{entity}/mapping
Path parameters
entitystring required
Example:users
The entity for which to get the mapping
Response
Successful response with entity mapping configuration
Example response
{
"data": {
"attributes": {
"attributes": [
{
"attribute": "user_id",
"description": "Unique user identifier",
"display_name": "User ID",
"groups": [
"Identity"
],
"is_custom": false,
"type": "string"
},
{
"attribute": "user_email",
"description": "User email address",
"display_name": "Email Address",
"groups": [
"Identity",
"Contact"
],
"is_custom": false,
"type": "string"
},
{
"attribute": "first_country_code",
"description": "The ISO code of the country for the user's first session",
"display_name": "First Country Code",
"groups": [
"Geography"
],
"is_custom": false,
"type": "string"
},
{
"attribute": "@customer_tier",
"description": "Customer subscription tier",
"display_name": "Customer Tier",
"groups": [
"Business"
],
"is_custom": true,
"type": "string"
}
]
},
"id": "get_mappings_response",
"type": "get_mappings_response"
}
}