[SPOTT] Shopify integration

Add interactive images to your Shopify account

  1. Go to your Shopify account and copy and paste the overlay code snippet into the HTML head section of your website. Code snippets and examples can be found here!
    Basic example:
    <script>
    (function ImageExtension(s,p,o,t,T){
    s.spottOptions = t || {};
    T=p.getElementsByTagName('head')[0];
    var el=p.createElement('script');el.async=1;el.src=o;
    T.appendChild(el);
    }(window,document,'https://static.spott.ai/embed/imageExtension.js', {
    className: 'spott',
    idAttribute: 'data-spott-id'
    }));
    </script>

    This will scan your entire webpage and will detect all elements with className ‘spott’. The script will search for the data-spott-id attribute. If this exists, it will make the image interactive with this specific spott id (=project id). The value of data-spott-id can be 'copy/pasted' from within the app. Open the corresponding project and copy the last part of the URL from the URL bar of your browser (between the last / and the first ?), for example:

    957ee099-5bcd-4e00-babf-54a2156d267b

  2. Extend your existing HTML <img /> and parent <div /> element with the specified attributes:

    <div style=”spott”>
    <img src=”xxx.jpg” data-spott-id=”957ee099-5bcd-4e00-babf-54a2156d267b />
    </div>

    Our script will automatically fill the corresponding container with your interactive elements defined in our studio.

  3. Check out the result on your webshop!
<div style=”spott”> <img src=”xxx.jpg” data-spott-id=”957ee099-5bcd-4e00-babf-54a2156d267b /></div>

Shopify Product Feed

  1. Read all about product feeds here!
  2. Creating a product feed can be done automatically (export each x interval to have the latest price updates) or manually (single-time export):

     

  3. Copy the CSV link generated by Shopify
  4. Go to your Spott account > Integrations > Product feeds
  5. Click the "+ Feed" button to add a new product feed
  6. Enter a feed name, paste your Shopify feed URL inside the "Link" field continue all required steps
  7. Have fun using your Shopify products in your interactive content

    For more info, read here!