Configuration
Once your domain is connected, you can fine-tune how SweetCode Cloud processes and routes events.
Event Destinations
Section titled “Event Destinations”SweetCode Cloud forwards events to multiple analytics platforms simultaneously. Destinations are automatically synced from your WooCommerce Pixel Manager configuration — no manual setup in the dashboard is required.
How Sync Works
Section titled “How Sync Works”- In the SweetCode Cloud dashboard, go to Domains → [your domain] and copy your Sync Token
- In WooCommerce, navigate to Pixel Manager → Settings and paste the token into the SweetCode Sync Token field
- Pixel Manager automatically pushes your destination configuration (API keys, measurement IDs, etc.) to SweetCode Cloud
Whenever you add, update, or remove a destination in Pixel Manager, the changes are synced automatically.
Supported Destinations
Section titled “Supported Destinations”| Destination | Type | Status |
|---|---|---|
| Google Analytics 4 | Measurement Protocol | Available |
| Meta Conversions API | Server Event | Available |
| TikTok Events API | Server Event | Available |
| Reddit CAPI | Conversions API | Available |
| Custom Webhook | HTTP POST | Available |
Proxy Settings
Section titled “Proxy Settings”Request Limits
Section titled “Request Limits”Each plan includes a monthly request allowance:
| Plan | Requests / month |
|---|---|
| Free | 10,000 |
| Pro | 100,000 |
| Business | 500,000 |
| Scale | 2,000,000 |
When the limit is reached, events are rejected with a request_limit_exceeded error until the next billing cycle.
Payload Size
Section titled “Payload Size”The maximum request payload is 100 KB. Requests exceeding this limit receive a 400 response with an invalid_payload error code.
Environment Variables
Section titled “Environment Variables”If you’re self-hosting or contributing to SweetCode Cloud, the worker accepts the following environment variables via wrangler.jsonc:
{ "vars": { "ENVIRONMENT": "production" }}Secrets (API keys, database URLs) should be set via wrangler secret put.