v1.3 Release notes
Release Date | Date no longer supported |
---|---|
2023-01-01 | 2024-04-01 |
What's new in v1.3
CreativeGroupOverview's inactive_reason
field's return values are changed
inactive_reason
field's return values are changedTo provide more details, we subdivided EXTERNAL_ISSUE
reason into multiple dedicated reasons.
EXTERNAL_ISSUE
is deprecated.NO_ENABLED_CREATIVE
has been added. It implies that a CreativeGroup has no enabled Creative.NO_ENABLED_ADGROUP
has been added. It implies that a CreativeGroup is not linked to any enabled AdGroup.NO_ENABLED_CAMPAIGN
has been added. It implies that a CreativeGroup is not linked to any enabled Campaign.
show_deleted
parameter is deprecated from ListCampaigns
API
show_deleted
parameter is deprecated from ListCampaigns
APIAs a newly introduced parameter fetch_option
will replace the show_deleted
parameter, we fully deprecate this legacy parameter.
API requests with show_deleted
set true
can be replaced by setting fetch_option
to FETCH_ONLY_DELETED
.
For more details, please refer to the Change Log.
Campaign Summary API is deprecated.
Campaign Summary API is deprecated as we newly introduced Analytics API. Deprecated endpoints are as following:
To learn how to replace deprecated endpoints, please refer to the Change Log.