type Date (v202411)

  • The Date object in Google Ad Manager API represents a specific date using year, month, and day.

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

  • Date objects utilize three fields: year, month, and day to pinpoint a date.

  • These fields use integer values, with month ranging from 1 to 12 and day ranging from 1 to 31, adhering to standard calendar conventions.

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)