type Date (v202411)

  • This page documents the Date object in the Google Ad Manager API.

  • Date objects represent calendar dates with year, month, and day fields.

  • The Date object is part of the https://www.google.com/apis/ads/publisher/v202411 namespace.

  • Date objects use integer values for year, month (1-12), and day (1-31).

Represents a date.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

year

xsd:int

Year (e.g., 2009)

month

xsd:int

Month (1..12)

day

xsd:int

Day (1..31)