> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

## Resource: Sample Flows

## Article: Sample Flows

## Article Link: https://dev.wix.com/docs/api-reference/business-management/marketing/ads/platform/suggestion-v1/sample-flows.md

## Article Content:

# Suggestions API: Sample Flows

This article presents a possible use case and corresponding sample flow that you can support. It provides a useful starting point as you plan your implementation.

## Review and track campaign improvements

After a site owner creates a Google Ads Performance Max Leads campaign, you can display a prioritized campaign success guide and let them track the recommendations they complete.

> **Prerequisite:** Create a Google Ads Performance Max Leads campaign for the site before starting this flow.

To review and track campaign improvements:

1. Call [Get or Create Campaign Success Guide](https://dev.wix.com/docs/api-reference/business-management/marketing/ads/platform/suggestion-v1/get-or-create-campaign-success-guide.md), specifying `campaignId` and setting `platformType` to `GOOGLE`.
1. Use the returned `campaignSuccessGuide` to display the suggestions in their returned order. The first request can take up to 120 seconds while the guide is generated. Later requests return the saved guide unless a new analysis is required.
1. When the site owner completes a recommendation, call [Update Campaign Success Guide Suggestion Status](https://dev.wix.com/docs/api-reference/business-management/marketing/ads/platform/suggestion-v1/update-campaign-success-guide-suggestion-status.md), specifying `campaignId`, the suggestion's `type`, and `COMPLETED` as its `status`.
1. Use the returned `campaignSuccessGuide` to refresh the displayed statuses.
1. To reopen a completed suggestion, call [Update Campaign Success Guide Suggestion Status](https://dev.wix.com/docs/api-reference/business-management/marketing/ads/platform/suggestion-v1/update-campaign-success-guide-suggestion-status.md) again with `OPEN` as the `status`.
1. Call [Get or Create Campaign Success Guide](https://dev.wix.com/docs/api-reference/business-management/marketing/ads/platform/suggestion-v1/get-or-create-campaign-success-guide.md) when the site owner returns to the campaign to retrieve the latest saved guide.