manager_account | GadsAccountItem or object or array of object or string or integer | Yes | - | The manager (MCC) account ID under which the new client account is created, for example ‘123-456-7890’. Must be a manager account the user has access to |
account_name | string | Yes | - | Descriptive name for the new client account |
currency_code | string | Yes | - | ISO 4217 currency code the new account operates in, for example ‘USD’. Immutable after creation |
time_zone | string | Yes | - | IANA timezone ID for the new account, for example ‘Asia/Dubai’ or ‘America/New_York’. Immutable after creation |
tracking_url_template | string | No | - | Optional URL template for constructing tracking URLs, for example ‘{lpurl}?device={device}‘ |
email_address | string | No | - | Optional email address of a user to invite as a user on the new account. Google restricts this to allowlisted customers; most callers should leave it empty |
access_role | string or SelectableOption | No | - | Role for the invited user. Options: ‘ADMIN’, ‘STANDARD’, ‘READ_ONLY’, ‘EMAIL_ONLY’. Requires email_address, and is restricted to allowlisted customers |
validate_only | boolean | No | False | When true, validates the request without creating the account. Only errors are returned |