A campaign success guide is a prioritized list of improvements for an existing Google Ads PERFORMANCE_MAX_LEADS campaign. Offer it as a useful next step after creating a Performance Max campaign. Once Create Campaign returns the campaign ID, ask whether the user wants to retrieve the guide; call the API only after they approve. There is no need to wait for the campaign to leave LEARNING or generate performance metrics because the guide analyzes the landing page, campaign configuration, and relevant site connections rather than depending on campaign performance data.
Also use this recipe for requests such as "How can I improve my campaign?", "What should I fix next?", "Show my campaign success guide", "I made the call-to-action button clearer as the success guide recommended", "Mark this recommendation complete", or "Reopen that guide item."
A direct request to improve a campaign, see what to fix next, or show its success guide is itself approval to retrieve the guide once the campaign is identified. Do not ask whether the user wants the guide after they have already made one of those requests. Separate approval is needed only when you proactively offer the guide after campaign creation.
This differs from Get AI Campaign Suggestions, which generates keywords, budgets, locations, copy, images, and other inputs used while building a campaign. Do not route pre-campaign keyword, budget, creative, or targeting generation here.
Base URL: https://www.wixapis.com/pa-platform/suggestions/v1. <AUTH> is the Authorization header; body calls also need Content-Type: application/json.
The guide endpoints require a campaign UUID, but users often provide only a campaign name or say "my campaign."
If the user provides a campaign UUID, use it.
Otherwise follow Manage Campaign Lifecycle and call:
Read each campaign's id, name, campaignType, and status.
Select a campaign only when one result clearly matches the user's wording. If none or multiple plausibly match, show concise choices and ask the user to choose; never guess.
Continue only for campaignType: "PERFORMANCE_MAX_LEADS". If the selected campaign has another type, explain that campaign success guides currently support Google Ads Performance Max Leads campaigns only. For a supported campaign, do not gate guide retrieval on status or query analytics first: LEARNING and missing performance metrics are not reasons to wait.
The common flow always sends platformType: "GOOGLE"; do not ask the user to provide it.
The first call may analyze the landing page, campaign configuration, and relevant site connections and can take up to 120 seconds. Later calls normally return the saved guide unless campaign changes require another analysis. Wait for the request; do not retry prematurely. If execution times out with an unknown outcome, report the uncertainty and retrieve the guide later instead of immediately triggering another analysis.
Present only the suggestions the API returns and preserve their order; suggestions is already in priority order. An empty array means no currently detected items need attention, not an API failure. Show campaignSuccessGuide.url when it helps identify the analyzed landing page.
OPEN means pending action. COMPLETED means the user marked the item completed; it does not mean the API changed the site or campaign for them.
Keep the enum value unchanged in API calls, but use these labels when explaining the guide:
| Enum | User-facing meaning |
|---|---|
CLEAR_CTA_COPY | Clarify the primary call-to-action button's conversion intent. |
ABOVE_THE_FOLD_CTA | Put a call-to-action where visitors can see it without scrolling. |
HEADER_MATCH | Align the landing-page heading with the campaign's ad headlines. |
CONVERSION_POINT | Add a visible lead form or booking action. |
GOOGLE_REVIEWS | Display Google reviews or ratings. |
TESTIMONIAL | Add customer testimonials attributed to named people. |
CONTACT_AND_CREDIBILITY | Display a phone number and email address. |
FAQ_SECTION | Add a visible FAQ section. |
MINIMIZE_FORM_FIELDS | Limit the lead form to four visible fields. |
SOCIAL_CHANNELS | Add a visible social profile link. |
GOOGLE_MERCHANT_CENTER_CONNECTION | Connect Google Merchant Center. |
GOOGLE_BUSINESS_PROFILE_CONNECTION | Connect a Google Business Profile. |
GOOGLE_ADS_SEARCH_THEMES | Configure Google Ads search themes. |
MOBILE_OPTIMIZATION | Improve mobile optimization. |
SITE_SPEED | Improve site speed. |
The update endpoint identifies the suggestion by its type, not its suggestion id. A clear statement that the user completed a specific guide recommendation—for example, "I made the call-to-action button clearer as the success guide recommended"—is an actionable request to mark that item COMPLETED, not merely an FYI. Do not require the user to turn it into a question or ask for redundant confirmation.
Before executing an update:
type currently present in its latest guide.COMPLETED; a request to reopen it means OPEN.Mark an item completed:
Reopen the same item by sending:
The response wraps the updated guide as { "campaignSuccessGuide": { ... } }. Treat that returned guide as the new source of truth: report the changed tracking status and summarize remaining OPEN suggestions in priority order. Do not claim the underlying recommendation was implemented. Do not update multiple items unless the user's wording clearly identifies all of them.
If a mutation times out with an unknown outcome, do not retry automatically. Retrieve the guide later to determine the current status first.
| Error | Response behavior |
|---|---|
PLATFORM_NOT_SUPPORTED | Use GOOGLE; do not substitute another platform value. |
CAMPAIGN_TYPE_NOT_SUPPORTED | Explain that success guides currently support Google Ads Performance Max Leads campaigns only. |
SUGGESTION_NOT_FOUND | Retrieve the latest guide and choose a type actually present; do not keep retrying stale data. |
| Authentication or permission error | Stop after the first rejected campaign or guide call and explain that the current collaborator cannot access or modify it. Do not try alternate base URLs, infer that Google Ads is not installed, or probe other endpoints to bypass authorization. |
Last updated: 2 September 2026