To get the latest product updates delivered to you, add the URL of this page to your
feed
reader, or add the feed URL directly: https://developers.google.com/feeds/ad-manager-release-notes.xml
.
June 26, 2025
The canonical resource name for CustomTargetingValue
has been changed from
networks/{networkCode}/customTargetingKeys/{customTargetingKeyId}/customTargetingValues/{customTargetingValueId}
to
networks/{networkCode}/customTargetingValues/{customTargetingValueId}
.
To retrieve custom targeting values for a specific key, use the method
networks.customTargetingValues.list
with a filter on customTargetingKey
.
Clients using the old format should migrate before July 28th, 2025. Requests using the old format will fail on or after July 28th, 2025.
AdBreak
, AdUnit
, CustomField
, Placement
, and Role
resources now include fields with default values in responses. Previously, fields with default values like 0
or an empty string were omitted from the response.
Old behavior
{
"name": "/networks/123/exampleResource/1"
}
New behavior
{
"name": "/networks/123/exampleResource/1",
"stringField": "",
"intField": 0
}
Added support for Targeting
on Private Auction deals.
Added GeoTarget
resource.
Added ProgrammaticBuyer
resource.
Added BandwidthGroup
resource.
Added OperatingSystem
and OperatingSystemVersion
resources.
Added DeviceCategory
resource.
May 23, 2025
On or after June 23, 2025 the canonical resource name for CustomTargetingValue
will change formats from networks/{networkCode}/customTargetingKeys/{customTargetingKeyId}/customTargetingValues/{customTargetingValueId}
to networks/{networkCode}/customTargetingValues/{customTargetingValueId}
.
March 11, 2025
Added support for Private Auctions.
Added support for Ad Breaks.
Corrected resource name patterns and grammar in documentation.
Refactored type paths for Companies and Reports. This change is wire compatible, but import paths will change for Python client library versions >0.2.4. Other client libraries are not affected.
September 24, 2024
Open Beta: The Ad Manager API is now available to all users.
Added support for Interactive Reporting
Request ID is set in the HTTP header X-Goog-Correlation-Id
for all responses and in the error body for API errors. This ID can be shared with support to assist with troubleshooting.
Temporarily removed Closed Beta services that had data discrepancies with the SOAP API:
- LineItem
- Creative
- Contact
- Label
- Team
These will be added back when the discrepancies are resolved.
June 18, 2024
Removed support for ReportService methods. These will be replaced by methods for running Interactive reports.
All DateTime
fields have been changed to use RFC3339 timestamp strings.
Added support for publisher provided signals resources including entitySignalsMappings
and taxonomyCategories
.
Added adUnitSizes
resource to list the ad unit sizes available in a network.