We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API clients using the Shopify pixel app need to set localStorage ss-track so that the pixel can read the siteId. We should document this and on this page? https://help.searchspring.net/hc/en-us/articles/24882106349467-Web-Pixel-Tracking-for-Shopify#:~:text=I%20have%20multiple%20SMC%20accounts%20but%20only%20a%20single%20shopify%20store%20(i.e.%2C%20Shopify%20Markets)%3B%20what%20should%20I%20do%3F
window.localStorage.setItem('ss-track', JSON.stringify({ siteId: 'abc123' }))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
API clients using the Shopify pixel app need to set localStorage ss-track so that the pixel can read the siteId. We should document this and on this page? https://help.searchspring.net/hc/en-us/articles/24882106349467-Web-Pixel-Tracking-for-Shopify#:~:text=I%20have%20multiple%20SMC%20accounts%20but%20only%20a%20single%20shopify%20store%20(i.e.%2C%20Shopify%20Markets)%3B%20what%20should%20I%20do%3F
The text was updated successfully, but these errors were encountered: