Accounts

‹ Dashboard Sheet fill › Sheet mapping ›

Each account points at an env_prefix. Secrets (<prefix>_CLIENT_ID, _CLIENT_SECRET, _REFRESH_TOKEN, _DEVELOPER_TOKEN) live in .env. The Mint refresh token button runs the OAuth flow and writes the new token back to .env automatically — no terminal needed.

Key env_prefix Customer ID Login customer ID Mode Sheet writer Env vars present
ldnet GOOGLE_2 4458263254 1334970500 dry-run
client_id client_secret refresh_token developer_token edit
ldnow GOOGLE 1852170948 9888376947 dry-run
client_id client_secret refresh_token developer_token edit

Edit "ldnet"

Account config
Short identifier; immutable once set.
Reads <prefix>_CLIENT_ID, _CLIENT_SECRET, _REFRESH_TOKEN, _DEVELOPER_TOKEN from .env.
The leaf Google Ads account ID where the campaigns live (10 digits, no dashes is fine).
Only needed if you authenticate through an MCC manager account.
Cancel