> For the complete documentation index, see [llms.txt](https://docs.feedotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedotter.com/newsletters/publishing/publishing-to-eloqua/issue-naming.md).

# Issue Naming

Naming of your issues is paramount to keeping things organized in both FeedOtter and your ESP.&#x20;

Set the default naming scheme in your Newsletter Setup > Settings > Issue Naming. Here are some  examples that have worked well for other customers:

```
//Outputs: "Newsletters - Newsletter Name - July 23 2023"
Newsletters - Newsletter Name - [[feedotter.issue_date_object | date('F j Y')]]

//Outputs: "Newsletters - Newsletter Name - Issue 24
Newsletters - Newsletter Name - Issue [[feedotter.issue_num]]
```

When the "New Issue" button is clicked a new issue will be created and the name will be set according to your setting.

#### Considerations:

* Changing the name of the "issue" in the Issue Edit UI (top underline etc..) will change the name of the Simple Email Campaign and the Email object created in Eloqua.
* You can use any supported PHP date formatting commands to setup naming.
* Eloqua does not care about duplicate email or campaign names so you can be flexible with naming as you see fit.
