1. Create site
Create the site in app.testvoy.com and copy the public site identifier. Keep app auth and billing on the app domain.
Use app.testvoy.com to create a site token, then add the browser SDK or GTM tag to your production property.
Create the site in app.testvoy.com and copy the public site identifier. Keep app auth and billing on the app domain.
Add the async script tag or GTM template to your production property. Avoid exposing private app tokens.
Send conversion, funnel and revenue events that match the experiment goal and reporting plan.
Verify assignment, variant rendering, bot filtering, SRM health and event ingest before allocating traffic.
<script async src="https://cdn.testvoy.com/sdk/browser.js" data-site="PUBLIC_SITE_ID"></script>
<script>
window.testvoy?.track("purchase_complete", {
value: 1299,
currency: "TRY",
orderId: "demo-order"
});
</script>Example uses a public site identifier only. Authenticated app keys, billing tokens and private API credentials must never be placed on the public site.