> 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: Introduction

## Article: Introduction

## Article Link: https://dev.wix.com/docs/api-reference/business-management/marketing/ads/google-ads/google-ads-app-installer-v1/introduction.md

## Article Content:

# About the App Installer API

The App Installer API installs the Wix Google Ads integration on a Wix site. Install it before creating a Google Ads account with the Account API.

With the App Installer API, you can:

- Install the Wix Google Ads integration on a site.

## Before you begin

It's important to note the following points before starting to code:

- Call the App Installer API before calling the Account API to create a Google Ads account for the site.
- The install method is idempotent. Calling it when the app is already installed on the site has no effect.
- There's no method to check whether the app is currently installed. Since the install method is safe to call repeatedly, call it before any other Google Ads API call instead of trying to track install state yourself.

## Use cases

- [Install the app and create a Google Ads account](https://dev.wix.com/docs/api-reference/business-management/marketing/ads/google-ads/sample-flows.md#install-the-app-and-create-a-google-ads-account).

@sdk_package_setup