Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We are working on a headless store front using nextJS. The application is being hosted on a vercel server. Now our requirement is that we want orders to be tracked using UTM parameters. We have tried to send the UTM parameters in the url that we get when we query our store with the mutation cartCreate. But this is not working. Could anyone please suggest a way as to how we could record the UTM parameters with the cart so that it gets stored in the order which could later be used for analytics? Thanks