Updated meta rate limiter logs

This commit is contained in:
Jonas Linter
2025-11-04 11:42:18 +01:00
parent 638b466daf
commit 6127ea4650
10 changed files with 1304 additions and 58 deletions

31
google-ads.yaml Normal file
View File

@@ -0,0 +1,31 @@
# Google Ads API Configuration
# For more information, visit: https://developers.google.com/google-ads/api/docs/client-libs/python/configuration
# Required: Your Google Ads developer token
developer_token: WW_IIk0Al4U-O-XtasOgew
# Use service account authentication with JSON key file
json_key_file_path: analyticsdashboard-476613-eb23490ceed8.json
# Required: Your Google Ads login customer ID (without dashes)
# This is typically your manager account ID
login_customer_id: 6226630160
use_proto_plus: False
# Optional: Logging configuration
logging:
version: 1
disable_existing_loggers: False
formatters:
default_fmt:
format: '[%(asctime)s - %(levelname)s] %(message).5000s'
datefmt: '%Y-%m-%d %H:%M:%S'
handlers:
default_handler:
class: logging.StreamHandler
formatter: default_fmt
loggers:
'':
handlers: [default_handler]
level: INFO