Upload main.py
Browse files
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 |
-
|
|
|
|
| 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={})
|