Skip to main content

How to define Ad naming convention

This article will guide you on how to use naming convention practices in adnova.

Team adnova avatar
Written by Team adnova
Updated over 2 weeks ago
  1. Click on the “Launch Settings” button in the left-hand column, then scroll to the bottom to access the Ad Naming Convention settings.

  2. You can use the following tags in your custom naming convention.

Token

Description

Example Value

{{filename}}

Name of the file

newHookAd_1x1

{{date}}

Current Date in preferred format ( Find the supported date format at the end)

DD MMM YYYY / 05 JUL 2025

3. You can use the available placeholders or create your custom "Placeholder Text" to structure the ad name.

4. Choose the "separator" you’d like to use to organize the different parts of your ad name.

5. Once you’ve set your naming convention and separator, click “Save” to confirm your preferences.

These placeholders can be easily found and replaced at the time of launching the ads.

Date formats supported

You can combine the below tokens to create custom formats. For example, DD MMM YYYY09 Jul 2025.

Format

Output Example

Description

YYYY

2025

4-digit year

YY

25

2-digit year

MM

07

Month (01–12)

MMM

Jul

Abbreviated month name

MMMM

July

Full month name

D

9

Day of the month (1–31)

DD

09

Day of the month (01–31)

d

3

Day of week (0–6, Sunday = 0)

dd

We

Min. weekday name

ddd

Wed

Abbreviated weekday name

dddd

Wednesday

Full weekday name

H

8

Hour (0–23)

HH

08

Hour (00–23)

h

8

Hour (1–12)

hh

08

Hour (01–12)

m

5

Minutes (0–59)

mm

05

Minutes (00–59)

s

9

Seconds (0–59)

ss

09

Seconds (00–59)

A

AM / PM

Uppercase meridiem

a

am/pm

Lowercase meridiem

Did this answer your question?