Skip to content

Configuration

Once your domain is connected, you can fine-tune how SweetCode Cloud processes and routes events.

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.

  1. In the SweetCode Cloud dashboard, go to Domains → [your domain] and copy your Sync Token
  2. In WooCommerce, navigate to Pixel Manager → Settings and paste the token into the SweetCode Sync Token field
  3. 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.

DestinationTypeStatus
Google Analytics 4Measurement ProtocolAvailable
Meta Conversions APIServer EventAvailable
TikTok Events APIServer EventAvailable
Reddit CAPIConversions APIAvailable
Custom WebhookHTTP POSTAvailable

Each plan includes a monthly request allowance:

PlanRequests / month
Free10,000
Pro100,000
Business500,000
Scale2,000,000

When the limit is reached, events are rejected with a request_limit_exceeded error until the next billing cycle.

The maximum request payload is 100 KB. Requests exceeding this limit receive a 400 response with an invalid_payload error code.

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.