I have been testing with the conversion tracking and everything was going fine. but the last couple of days, I have stopped getting any data from the conversion tracking.
I have tried chrome and safari and nothing is coming up. I have tried to access the data through the Graphql API and the customer journey returned is null.
What do you mean by conversion tracking? There is hundreds of things that are tracked and many types of conversions. Do you mean contact page enquiries through Google Analytics? Sales tracking in Google Ads through the Shopify app? Add to carts through Facebook?
Hi Josh,
When you navigate to the order's page on Shopify, there is the conversions summary on the right hand nav. That just states "There aren't any conversion details available for this order."
We are trying to integrate with your system so we are trying to access the Customer Journey information on the order via the GraphQL API. That is returned as null for all of orders since Friday on multiple shops not just ours.
We are using apiVersion: "2019-10"
We first grab all of the orders from our store using the orders api:
https://{shopifyStore.shopify_store_name}.myshopify.com/admin/api/2019-10/orders.json?status=any
Then we grab the admin_graphql_api_id which we run the second query to get the customer journey information using graphql
{ order(id: {admin_graphql_api_id}) { id customerJourney { customerOrderIndex daysToConversion firstVisit { id referralCode } lastVisit { id referralCode } } } }
The customerJourney returned is null.
As I have mentioned, this is returning data for orders made prior to Friday.
The same thing is happening here, contacted support but support claims that customers are using private browser. It shouldn't be the case since before last Friday, out of 10 orders in my store, 9 have conversion summary. And now, 30 out of 30 orders don't have conversion summary.
I have the same problem since Friday. No conversion details on any of my orders. Since there are a few of us with the same issue, I think it is fair to assume that not all for sudden everybody is switching to private browsers. Especially on mobile devices.
@Josh_Uebergang would you be so kind and escalate this to support.
User | Count |
---|---|
28 | |
18 | |
15 | |
14 | |
13 |