getting Started
Overview
The Weber v2 order source is used to synchronize purchase events that occur on the Weber2 website to the TTO CDP.
parameter
Parameter name | must | describe |
|---|---|---|
Site ID | yes | The Weber site ID can be obtained by accessing the site through the developer tools. |
Tenant ID | yes | Tenant ID |
Sync Start Time | yes | Filter by order time to ensure data is synchronized to the source; orders placed after this time will be read from the source. Example: 2026-01-01 |
Sync Schedule | yes | The default time interval for synchronizing orders is 2 hours. |
Configuration source
Get configuration
Site ID
Accessing the Weber backend site management, you will see a long string of numbers, which is the site ID.

If it's not a long string, but a four-digit ID, please visit the site directly, open the developer tools, click on Network, refresh the website, and view the query parameters retrieved in the request.

Tenant ID
If the CDP source and the Weber site are not under the same tenant, please use the tenant ID corresponding to the Weber site project.
Configure to source

GTM tracking points
Tracking process
Add a custom variable and name it QueryOrderId.

Add custom HTML:
<script> function fn_order_created() { if (!window['ET']) { setTimeout(function () { fn_order_created(); }, 500); return; } window.ET && window.ET.track('OrderCreated', { external_ids: [{ id_key: 'order_id', id_value: {{QueryOrderId}} }] }); } fn_order_created(); </script>Set trigger conditions: Condition type is initialization, timing one is limited to website domain, timing two is limited to Page Path containing pay.

Setting up, storing, and publishing are complete.


