Demographic-profile Journey

Encompasses details such as age, gender, D.O.B, and geographic location. This information is valuable for businesses aiming to segment their audience and target specific demographics with personalised offers and content. By understanding these details, businesses can gain deeper insights into their users, allowing them to create more tailored experiences and enhance user satisfaction.

Journey Output Data

{
  "key_name": "",
  "key_status": "VERIFIED",
  "key_data": [
    {
      "name_list": [
        {
          "first_name": "XXX",
          "last_name": "XXXXXX",
          "middle_name":"",
          "source": ""
        }
      ],
      "dob_list": [
        {
          "day": "",
          "dob": "",
          "month": "",
          "source": "",
          "year":""
        }
      ],
      "gender_list": [
        {
          "gender": "",
          "source": ""
        }
      ],
      "address_list": [
        {
          "address_line1": "",
          "address_line2": "",
          "city": "",
          "pincode": "",
          "source": "",
          "state": "",
          "type": ""
        }
      ],
      "email": ""
    }
  ]
}