You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`tagManagerAPI.googleAuthKeyFile`| string || Yes | Path to the Google Auth API credentials or key file download from Google Cloud Console. Read the [detailed docs here](docs/GOOGLE-API-CREDENTIALS-SETUP.md) to understand how to get your key file. |
119
117
|`tagManagerAPI.defaultRateLimitBatchSize`| int | 1 || Batch size for the count of API requests to be made to Tag Manager API without a delay. After this batch, a delay will be injected before the next batch starts, controlled by `defaultRateLimitBatchDelay`. |
120
118
|`tagManagerAPI.defaultRateLimitBatchDelay`| int | 5000 || Add delay (in milliseconds) between subsequent batches of requests to Tag Manager API to avoid rate limiting. |
121
119
|`accounts[].alias`| string || Yes | Human-friendly alias to refer to the account while using `gtm-tools`. |
0 commit comments