# Personalization using message namespace properties

Message namespace properties are dynamic values that are automatically populated based on the details of a messaging campaign.

These properties are the message name, platforms, send date, [Push ID](https://www.airship.com/docs/reference/glossary/#push_id), and [Campaign Categories](https://www.airship.com/docs/reference/glossary/#campaign_categories). They serve a crucial role in personalizing messages and tailoring content by allowing you to dynamically adjust [URL Parameters](https://www.airship.com/docs/reference/glossary/#url_parameters) and implement conditional logic using [Handlebars](https://www.airship.com/docs/reference/glossary/#handlebars). Using these properties, you can create more relevant and targeted messaging experiences for your audience. You can also use [Text](https://www.airship.com/docs/guides/personalization/handlebars/text-helpers/) and [Date and time](https://www.airship.com/docs/guides/personalization/handlebars/date-time-helpers/) helpers to transform content in your Handlebars expressions.

The properties are available for personalization for all channels and message types except for [In-App Automations](https://www.airship.com/docs/reference/glossary/#iaa) and [Scenes](https://www.airship.com/docs/reference/glossary/#scene).

Message namespace properties:

| Namespace property | Description | Format | Example value |
| --- | --- | --- | --- |
| {{$message.push_id}} | The Airship [Push ID](https://www.airship.com/docs/reference/glossary/#push_id) assigned to the message | String | 50b521d9-4cd1-4c08-99c1-cabcf0bf5a2b |
| {{$message.platforms}} | The platforms enabled for this message: iOS, Android, Email, SMS, etc. | Comma separated text | ios,email |
| {{$message.date}} | The date the message was sent, in UTC | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) | 1983-01-31T12:36:35 |
| {{$message.name}} | The message name set in a [Composer](https://www.airship.com/docs/reference/glossary/#composer) | String | Autumn promo |
| {{$message.campaign_categories}} | The [Campaign Categories](https://www.airship.com/docs/reference/glossary/#campaign_categories) defined in the message | String, 64-character maximum per category | spring_newsletter 2024 |
