> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/data-and-engagement-platform/messages/personalization/import-data/campaign-data.md).

# Campaign Data

### Displaying Campaign ID

To display the campaign ID of the current campaign in a message, we can use the following handlebar:

```mustache
{{campaignId}}
```

Similarly, the name of a Campaign can also be displayed:

```handlebars
{{campaignName}}
```

### Displaying Message ID

You can also display a message ID for each message, for example, in the footer.

```handlebars
{{messageId}}
```
