Page 1 of 1

${dow} macro does not work

Posted: 07 Apr 2015 20:27
by hdradio
I have set created an mp3 named "day ${dow}.mp3". On the same folder I have the files:
"day 1.mp3", "day 2.mp3", "day 4.mp3" ... "day 7.mp3"

I have selected this file "day ${dow}.mp3" as assigned track to ad manager.
Unfortunately it does not resolve the correct file. Instead it plays the "day ${dow}.mp3" file.

I have scheduled other files with names containing macros like "${start_MM}", "${start_dd}" and they work fine.

Re: ${dow} macro does not work

Posted: 07 Apr 2015 20:51
by radio42
Yes, the ${dow} macro is not supported for campaign files, here is a list of macros which can be used (so you might try the ${start_dow} macro instead):

${start_day} -> date in format yyyy-MM-dd
${start_yyyy} -> year only 4-digits
${start_yy} -> year only 2-digits
${start_MM} -> month only 2-digits (01 - 12)
${start_MMM} -> short name of the month (engl.)
${start_dow} -> day of week number (1=Mon...7=Sun)
${start_week} -> week number 2-digits (01 - 53)
${start_dd} -> day only 2-digits (01 - 31)

Re: ${dow} macro does not work

Posted: 07 Apr 2015 21:45
by hdradio
You must mean :
${start_yy} -> year only 2-digits
{start_dd} -> day only 2-digits (01 - 31)
:roll:

Re: ${dow} macro does not work

Posted: 07 Apr 2015 22:36
by radio42
Upps, yes, its corrected above ;-)