I’m using a Shopify dev store to test the GraphQL Admin API, specifically to see what ad performance and analytics data I can get from marketingActivities. I’ve tried creating campaigns, visiting my store using URLs with the correct UTM parameters, and completing test payments. However, I’ve run into a roadblock: the test orders and user sessions are not being attributed to my campaigns. This is preventing me from validating my API queries. How can I correctly simulate this entire flow to get the campaign analytics properly populated for testing?"
How I do this “simulate conversions via a test sales channel”.
Also I am developing a public app (not embeded) that will show shopify users ads analytics and ads performance, so how do I even test that since I need to have an idea about what graphql queries response will be containing.
How to create this private test store and how is different from the dev store i have ?