v1.3 Release notes

Release DateDate no longer supported
2023-01-012024-04-01

What's new in v1.3

CreativeGroupOverview's inactive_reason field's return values are changed

To 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

As 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.