Learn from the Croct community
Questions and answers from the Croct community, covering personalization, A/B testing, CMS integrations, and SDK usage.
Can a HubSpot form submission be the primary goal of an A/B experiment?
I am setting up an experiment on a landing page and I want the conversion to count when someone actually submits our HubSpot demo form, not just when they…
Can an editor tweak a variant headline without waiting on a deploy?
mid-campaign and I want to fix a headline in one variant of a running experience. it is a typo basically, but I am worried this counts as a content change…
Is the Vercel Marketplace integration enough to wire env vars, or do I still set them by hand?
setting up a fresh Next project on Vercel and I saw the Croct listing in the Vercel Marketplace. Before I go clicking, does the one-click integration actually…
Serving Croct requests first-party so privacy blockers stop dropping them
Noticed EasyPrivacy-style blockers silently drop some Croct requests. That skews our data, and honestly it is also the kind of third-party call I would rather…
Do the tracking and evaluate calls hurt INP on interaction?
watching INP on a few interaction-heavy pages. I want to isolate whether the client-side evaluate and event-tracking calls are adding main-thread work on…
Does the timeline still work for anonymous visitors before they log in?
Most of our traffic is anonymous and only a small fraction ever signs in. Before I lean on the profile timeline I need to understand how it behaves for people…
How long should I let an experiment run before trusting the numbers?
this is my first experiment and after two days variant B is already ahead and it looks really promising. part of me wants to just call it and ship, but i do…
Getting an error calling the SDK during Nuxt server render
I have client-only SDK logic that is running during the server render pass in Nuxt and it throws. The error fires while the server is rendering, before the…
Does the VTEX integration also render personalized content or just track events?
I installed the GTM tag and I can see the events arriving on the dashboard, so that part is working. But I am confused about how the personalized content…
How does the PHP SDK authenticate, and which API key permissions do I need?
I am wiring the PHP SDK into a service that also identifies logged-in users, so I want the credentials right before this ships rather than after. My…
Wrapping evaluate in a Vue composable for a feature flag
I like small reusable helpers, so I want a Vue composable that evaluates a CQL condition to gate a feature and returns a safe default if the call fails. Two…
Do purchase and sign-up events from GTM count as conversions for an experiment?
I push purchase and sign-up events into the data layer and want to use one of them as the conversion goal of an experiment I am setting up. Does the Croct tag…