Getting Started - NETO
There are 2 steps to integrating Neto with Stamped.io.
In this guide
- Importing Orders to request for review
- Adding Reviews Widget on the Storefront
- Adding Conversion Tracking
- Adding Stamped.io Webhook URL to Neto (Optional)
Importing Orders to request for review
Adding reviews widget on the storefront
Add Stamped.io script in theme's header template:
<script> function myInit(){ StampedFn.init({ apiKey: '##publicAPIKey##', storeUrl: '##storeUrl##' }); } </script> <script async onload="myInit()" type="text/javascript" src="https://cdn1.stamped.io/files/widget.min.js"></script>
Reviews Widget (product page):
<div id="stamped-main-widget" data-product-id="[@inventory_id@]" data-name="[@name@]" data-url="[@config:canonical_url@]" data-image-url="[@config:homeurl@][%asset_url type:'product' id:'[@SKU@]' thumb:'full'/%]" data-description="[@short_description@]" data-product-sku="[@SKU@]" data-rich-snippet="false"> </div>
Reviews Star Rating (product page or category page):
<span class="stamped-product-reviews-badge stamped-main-badge" data-id=" <em style="background-color: initial;">[@inventory_id@]</em>" <em style="background-color: initial;"> data-product-sku="[@SKU@]" </em>style="display:block;"></span>
Adding conversion tracking
Go to Neto's cpanel => Settings & tools => Custom Scripts => Add New
Under "Purchase Confirmation (Thank You Page)" tab, add the following codes:
<img src="https://stamped.io/conversion_tracking.gif?sId=##storeHash##&apiKey=##apiKeyPublic##&orderId=[@order_id@]&orderAmount=[@grand_total@]&orderCurrency=AUD">
Note: Please replace ##storeHash## and ##apiKeyPublic## with your account's specific details.
Adding Stamped.io Webhook URL to Neto (Optional)
This step is optional, but if you prefer to have your orders sync in real-time when orders are updated in Neto, you can utilize the Webhook functionality.
Fill in the following fields:
- Enable Neto API webhook: Checked
- Neto API webhook URL: https://stamped.io/api/netowebhook
Note: Review requests are generated based on the order status being updated to Dispatched in Neto, when the email sequence interval setting is set to "after fulfillment"