Skip to main content
PATCH
Update Google Ads billing cadence

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose Google Ads campaigns to manage.

account_id
string
required

ID of the Google Ads account, as returned in id by Get Google Ads account. An account that belongs to a different app returns a 404.

Body

application/json
billing_cadence
enum<string>
required

How often to charge the account: weekly, fortnightly, or monthly.

Available options:
1w,
2w,
1m

Response

The cadence now in effect.

The account's billing cadence after the change.

billing_cadence
string
required

The cadence now in effect: 1w, 2w, or 1m.

Example:

"1w"