The Google Ad Manager API has released version v202411 as of November 21, 2024. Key updates include:
New Features and Changes
- INVENTORY_FORMAT reporting dimensions are now supported.
- GOOGLE has been removed as a GrpProvider.
Renaming and Field Updates
- In the PublisherQueryLanguageService
Line_Item
table, the fieldEndDateTime
has been renamed toServingEndTime
.ServingEndTime
includes any grace period.- This differentiates it from the
LineItem.endDateTime
field, which excludes any grace period.
Comparison of Versions
Version | Service | End time including grace period | End time excluding grace period |
---|---|---|---|
v202411 | PublisherQueryLanguageService | ServingEndTime | Not available |
LineItemService | endDateTime + autoExtensionDays | endDateTime | |
v202408 | PublisherQueryLanguageService | EndDateTime | Not available |
LineItemService | endDateTime + autoExtensionDays | endDateTime |
For more details, refer to the release notes.