> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Ads

> Target similar audiences on Google Ads from your referral data.

export const ClassicCallout = ({children, href, linkLabel = "Open the Classic guide"}) => <Info>
    <strong>This finishes in Classic.</strong>
    {children ? <> {children}</> : null}
    {href ? <>
        {" "}
        For the setup steps, see <a href={href}>{linkLabel}</a>.
      </> : null}
  </Info>;

Google Ads appears in **Settings > Integrations** under Paid social. Clicking the card opens Classic, where credentials and mapping still live.

<ClassicCallout href="/knowledge/integrations/audience-builders/google-ads" linkLabel="Google Ads Audience Builder">
  Clicking the Google Ads card opens Classic, because credential setup still
  lives there.
</ClassicCallout>

<Info>
  Audience Builder is an add-on. Speak to your Mention Me contact if you do not
  have it on your package.
</Info>

## What It Does

The Google Ads integration is Audience Builder: Mention Me builds a seed audience from first-party referral data and syncs it to Google, typically as a signal for Performance Max.

Use it when you already run Google Ads and want advocates as a first-party seed.

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Google Ads Audience Builder" icon="google" href="/knowledge/integrations/audience-builders/google-ads">
    The canonical setup guide for Google Ads.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/knowledge-app/integrations/overview">
    The directory this card lives in, including how the Classic round-trip
    works.
  </Card>
</CardGroup>
