# 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}}
```
