Google Ads API Smart Campaign Changes: Audit the Creation Workflow First

Google Ads API no longer allows new Smart Campaign creation. For Australian SMBs, the first move is to audit the workflow that creates campaigns, then test alternatives before changing live budgets.

Abstract campaign creation workflow routed through an API gateway with one closed branch and three controlled alternatives

Google Ads has not stopped every Smart Campaign from running. The change is narrower: from 3 August 2026, the Google Ads API no longer accepts requests that create new Smart Campaigns. Existing Smart Campaigns can still be updated and continue serving. For an Australian small business, that makes this a workflow-audit issue before it becomes a migration project.

What Changed on 3 August 2026?

Google’s current deprecation guidance says that new Smart Campaigns cannot be created through the API from 3 August 2026. It also makes the operational distinction clear: existing Smart Campaigns can be updated and will continue to serve ads. That means a live campaign and the system that creates the next campaign are two separate things to check.

Google recommends evaluating other campaign types, including Performance Max, Search and Demand Gen, depending on the business goal. Those options are directions for evaluation, not an automatic migration button or a promise that the same settings, reporting or results will carry across unchanged.

A creation restriction is a workflow signal, not a reason to rewrite every live campaign.

— RxAI operating principle

Which Workflow Step Is at Risk?

The highest-risk step is the entrance that creates a new campaign. It might be a Google Ads management tool, an agency platform, a CRM integration, a spreadsheet-driven script, a seasonal campaign copier or an internal scheduler. Reporting and routine updates may continue to work while the create request fails.

This business impact is a practical inference from the API change, not a Google incident statistic. If a new-customer setup or a seasonal promotion depends on an automated create request, the first visible symptom may be an unsuccessful launch rather than an existing campaign disappearing. Ask which path owns creation before changing live budgets.

lightbulb

RxAI practical rule

Separate campaign creation, updates, pause or enable actions, and reporting in your operating map. A tool that can still update a campaign is not necessarily able to create the next one.

How Can You Find Smart Campaign Creation Requests?

Google’s developer guidance gives engineers a precise starting point. Look for campaign mutate requests with create operations where advertising_channel_type is set to SMART and advertising_channel_sub_type is set to SMART_CAMPAIGN.

  1. Search the create path. Check application code, integration settings, vendor documentation and request logs for those two fields. Do not rely only on a report that happens to contain the word Smart.
  2. Record the API version. Google says a v24 create request can return SmartCampaignError.CREATION_FAILED, while v23 and earlier can return OperationAccessDeniedError.CREATE_OPERATION_NOT_PERMITTED.
  3. Confirm ownership. Write down which system sends the request, which vendor or team owns it, and who receives the failure notification.

The point of the error codes is not technical theatre. They give a small business a concrete question to take to its agency, platform provider or developer: “Is this system still sending a Smart Campaign create request, and what happens when it fails?”

What Should You Test Before Moving Budgets?

Do not treat a recommended alternative as a reason to move every campaign immediately. First test the workflow in a low-risk account, draft environment or narrowly scoped campaign. Keep creation, update, pause or enable, and reporting as separate checks so one successful operation does not hide a broken one.

  • Creation: Can the chosen replacement create a campaign with the right objective, audience, location, assets and conversion settings?
  • Updates: Can the team change budget, creative or targeting without losing the review trail?
  • Control: Can an authorised person pause, enable or roll back the campaign when the workflow needs intervention?
  • Reporting: Do the dashboard, alerts and exported fields still answer the questions the business uses to make decisions?
warning

Keep the migration boundary visible

Performance Max, Search and Demand Gen have different objectives, inputs and reporting behaviour. Compare the workflow and decision points before comparing performance claims.

What Can You Audit in 10 Minutes?

Open your advertising automation register and add four columns: who creates the campaign, which tool sends the request, which campaign type is created, and who is notified when creation fails. If you cannot answer one of the columns, mark the step for human review instead of assuming that a vendor owns it.

  1. List every place a new campaign can be created, including manual setup, agency tools, CRM workflows and scheduled jobs.
  2. Ask an engineer or vendor to check the two Smart Campaign fields and confirm the API version.
  3. Run the four create, update, control and reporting tests in a low-risk context.
  4. Choose whether to change code, change the tool, update the operating procedure or leave existing campaigns untouched for now.

RxAI can help map the advertising workflow, ownership and review points through its AI consulting services. If you need a second pair of eyes on an integration or campaign handoff, book a consultation with the team. This is practical workflow guidance, not an advertising performance guarantee or a Google migration certification.

Where Can You Verify the Change?

Use Google’s primary documentation for the product restriction and technical details, then use independent coverage only for context. The source package was checked on 5 August 2026.

Frequently Asked Questions

From 3 August 2026, new Smart Campaigns cannot be created through the Google Ads API. Google says existing Smart Campaigns can still be updated and will continue to serve ads.

Yes. Google’s deprecation guidance says existing Smart Campaigns can be updated and will continue to serve ads. Check separately whether another system depends on creating new campaigns.

Ask an engineer or vendor to search campaign create or mutate requests for advertising_channel_type set to SMART and advertising_channel_sub_type set to SMART_CAMPAIGN, then confirm the API version and ownership.

No. Google recommends evaluating Performance Max, Search and Demand Gen depending on business goals, but the right replacement needs a scoped test of creation, updates, controls and reporting.