Skip to main content
POST
Debug Get Ads Keywords

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Schema for debugging get_ads_keywords function.

google_ads_customer_id
string
required

The Google Ads customer ID

google_ads_login_customer_id
string | null

The Google Ads login customer ID

days
integer | null
default:30

Number of days of historical data to retrieve

Required range: 1 <= x <= 180
limit
integer | null
default:1500

Maximum number of keywords to retrieve

Required range: 1 <= x <= 10000
scope
string
default:all

Scope of the query, either 'all' or 'ad_group'

Response

Successful Response

Schema for debug function responses.

success
boolean
required

Whether the function executed successfully

data
string
required

JSON string containing the function result or error information

execution_time_ms
number | null

Function execution time in milliseconds