Returns yesterday’s date in the advertiser’s time zone. Often specified as a date
parameter in for_date_range().
Syntax
yesterday()
Examples
- If today is October 1, 2015 the following function returns Sep 30, 2015 when viewed from an advertiser with a US time zone:
yesterday()
-
If you view a column with the following formula on November 1, the function returns the number of clicks on October 31:
Clicks.for_date_range(yesterday())