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.
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.