Hi!
I want to make “Has made Visitor API calls in the last 30 days” step to be completed in order to get BFS badge. I’ve sent several Visitor API api calls from storefront. I made this API call by using next script:
window.Shopify.analytics.visitor({email: "test@powr.io"}, {appId: "gid://shopify/App/219169”}).
After I made this call I’m getting “true” as a response, which means that visitor method was successful. But “Has made Visitor API calls in the last 30 days” checkmark still doesn’t appear.
Could it be related to wrong appId: "gid://shopify/App/219169” and it should be appId: "219169”?
Please help me resolve this issue.