Improved Change Tracking in Google Ads API
ChangeStatus
feature. What this means for you:
- More detailed tracking: You'll soon be able to better track changes to your Google Ads accounts.
- Important - Check for
UNKNOWN
changes: Even in older versions of the API, you might start seeing new change entries. These entries will show up asUNKNOWN
resource types because the older versions won’t support the new values.
ChangeStatus
feature.What this means for you:
- More detailed tracking: You'll soon be able to better track changes to your Google Ads accounts.
- Important - Check for
UNKNOWN
changes: Even in older versions of the API, you might start seeing new change entries. These entries will show up asUNKNOWN
resource types because the older versions won’t support the new values.
- Handle
UNKNOWN
: If your app usesChangeStatus
, make sure it can handle entries with a resource type ofUNKNOWN
. This will prevent errors when the new types are added. - Update to the latest API version: Once the new version is released, updating your app will show the correct, specific names of the new change types instead of
UNKNOWN
. - We'll announce the exact new resource types in the release notes when the update is live.