Skip to main content
GET
Scan Google Ads conversion tracking

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads conversion tracking you want to manage.

Response

What the scan found.

What the conversion-tracking scan found.

gaps
TrackingGap · object[]
required

Everything the scan flagged. Empty when it found nothing and when it did not run, which skipped_reason tells apart.

Example:
mappings_count
integer
required

How many conversion mappings the account has, enabled or not.

Example:

3

calls_count
integer
required

How many gtag conversion calls the scan found in the app's code. See the warning on this operation before reading it as zero.

Example:

0

is_clean
boolean
required

Whether the scan flagged no error-severity gap (true) or at least one (false). It also reads true when the scan did not run at all, so check skipped_reason first.

Example:

false

enabled_mappings_count
integer | null

How many of the mappings are enabled. Absent when skipped_reason is set.

Example:

2

skipped_reason
string | null

Why nothing was scanned. The value is no_google_ads_account when the app has no active Google Ads account, or app_not_found. The field is absent whenever a scan ran.

Example:

"no_google_ads_account"