${dow} macro does not work

You have a question or need an advice about how to do something? Ask it here!
Post Reply
User avatar
hdradio
Posts: 625
Joined: 10 Apr 2012 17:36
Location: Crete, Hellas
${dow} macro does not work

Post 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.
User avatar
radio42
Site Admin
Posts: 9140
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: ${dow} macro does not work

Post 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)
User avatar
hdradio
Posts: 625
Joined: 10 Apr 2012 17:36
Location: Crete, Hellas
Re: ${dow} macro does not work

Post by hdradio »

You must mean :
${start_yy} -> year only 2-digits
{start_dd} -> day only 2-digits (01 - 31)
:roll:
User avatar
radio42
Site Admin
Posts: 9140
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: ${dow} macro does not work

Post by radio42 »

Upps, yes, its corrected above ;-)

Post Reply