List Google Ads promotional credits
Returns the promotional credits on the app’s Google Ads account.
Each credit carries its face value in amount_micros and how much has been spent in used_micros, both in micros of the credit currency. Subtract one from the other for what is left.
By default only credits you can still spend are returned. Pass include_settled=true to also get recently used or expired ones, which come back with spendable: false. If you sum credits, filter on spendable rather than adding every row.
Authorizations
Personal API key.
Path Parameters
ID of the app whose Google Ads campaigns to manage.
Query Parameters
Response
The account's promotional credits.
ID of the credit.
"68b1c0d4e7b91d003c45a1f7"
Code the credit was granted under. Empty on a credit Base44 granted directly.
"WELCOME50"
GOOGLE_PROMO for a Google Ads promotional credit, PLATFORM_CREDIT for one Base44 granted.
"GOOGLE_PROMO"
ACTIVE, USED, or EXPIRED.
"ACTIVE"
Currency of the amounts, as an ISO 4217 code.
"EUR"
Face value of the credit in micros, so 50000000 is 50.00.
50000000
How much of it has been spent, in micros.
12000000
true when the credit can still be spent. Rows returned only because you passed include_settled=true report false.
true
When the credit expires. null on a credit that does not expire.
"2026-12-31T23:59:59Z"