Returns today's date in the advertiser’s time zone. Often specified as a date
parameter in for_date_range().
Syntax
today()
Examples
- If today is October 1, 2015, the following function returns Oct 1, 2015 when viewed from an advertiser with a US time zone:
today()
-
If you view a column with the following formula at 10 a.m. on October 15th, the function returns the number of clicks between October 1, 12:00 a.m. and October 14, 11:59 p.m.
Clicks.for_date_range(today(), days(-14))