pkm13 commited on
Commit
527b9a1
·
verified ·
1 Parent(s): 6b7abe7

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -74,7 +74,8 @@ analytics_agent = PerformanceAnalyticsAgent(
74
  ga4_property_id="YOUR_GA4_ID", # Replace with actual if known
75
  ga4_credentials_path=get_credential_path("ga4-credentials.json"),
76
  gsc_credentials_path=get_credential_path("gsc-credentials.json"),
77
- site_url="https://fixyfile.com"
 
78
  )
79
  # Orchestrator no longer needs Redis as we moved queue logic to Cloudflare D1
80
  orchestrator = OrchestratorAgent(redis_host=None, redis_port=None, agents={})
 
74
  ga4_property_id="YOUR_GA4_ID", # Replace with actual if known
75
  ga4_credentials_path=get_credential_path("ga4-credentials.json"),
76
  gsc_credentials_path=get_credential_path("gsc-credentials.json"),
77
+ # CRITICAL: For Domain Properties (fixyfile.com), use 'sc-domain:' prefix
78
+ site_url="sc-domain:fixyfile.com"
79
  )
80
  # Orchestrator no longer needs Redis as we moved queue logic to Cloudflare D1
81
  orchestrator = OrchestratorAgent(redis_host=None, redis_port=None, agents={})