v22
Released 2024-04-29Active
Migration Effort
Low
Estimated Hours
~8h
Primary risk if skipped: Potential for errors or unexpected behavior if breaking changes are not addressed, impacting ad serving and reporting.
Breaking Changes2
enumMediumGoogle Ads
AdGroupAdStatus
The AdGroupAdStatus enum has been removed. This enum was previously deprecated and is no longer used. Direct usage of this enum could lead to errors.
Before
Uses of AdGroupAdStatus enum values like ENABLED, PAUSED, etc.
After
Remove any direct references to AdGroupAdStatus enum values. The ad's status is now implicitly determined by other fields.
→
Remove all references to the AdGroupAdStatus enum and adjust logic to infer ad status from other fields.
enumMediumGoogle Ads
ConversionActionPriority
The ConversionActionPriority enum has been removed. This enum was previously deprecated and is no longer used. Direct usage of this enum could lead to errors.
Before
Uses of ConversionActionPriority enum values like UNLIMITED, VERY_HIGH, etc.
After
Remove any direct references to ConversionActionPriority enum values. The priority is now managed differently or is no longer a configurable field in this context.
→
Remove all references to the ConversionActionPriority enum and update conversion action configurations as needed.
Migration Checklist
Full interactive checklist →- 1Review all API calls for usage of the removed AdGroupAdStatus enum.
- 2Update code to infer ad status from other available fields instead of AdGroupAdStatus.
- 3Review all API calls for usage of the removed ConversionActionPriority enum.
- 4Update conversion action configurations and API calls to reflect the removal of ConversionActionPriority.
- 5Integrate new Performance Max campaign draft management endpoints if applicable.
- 6Evaluate and implement expanded text ad asset targeting for improved ad relevance.
- 7Test all modified API interactions in a staging environment.
- 8Deploy updated code to production after successful testing.
- 9Monitor API performance and error logs post-deployment.
Never get blindsided by an API change again
Deprecatr AI monitors 150+ providers, maps changes to your codebase, and delivers migration checklists before your team hits a breaking change.
Join the Waitlist