How to integrate Bizstats AI e-commerce search to your website?

  1. Sign up with bizstats AI
  2. Set up team ( optional )
  3. Create new project 
  4. Add your data source
    1. by connectiong your product data feed or upload your product.csv file.
    2. After successfull connection, data processing and building of AI model automatically run for your data.
  5. Integrate search in your site 
    1. Copy the given code snippet and past this javascript code to your site.

On completion of the above steps Bizstats AI e-commerce search UI in your site will start deliver search features to your customers. 

 

Step-by-step guide 

1. Sign up with bizstats AI

Go to bizstats signup 
Complete the signup process

Bizstats AI sign up form

 

2. Set up team ( optional )

Once signup is completed, Bizstats AI automatically create default team in the name the user for your account. If you want to use that team. Or create new team for this project. To learn more about team 

Create new team form

 

3. Create new project 

Go to project tab

Go to project tab from team

 

Click the + icon right bottom of the project screen

Create New project button

Fill the following details for the new project

Create New project form

  1. Give project name
  2. Select the team 
  3. Under which you want to create the project
  4. Select API as “E-commerce search API” from the drop down
  5. Add description
  6. Submit “create” button


4. Add new data source

Now from the project detail screen, Add new data source

Add new data source

Option 1

Using “add custom API”

  1. Enter your site product endpoint API url
  2. Select Authentication method 
  3. Enter your API  credentials 
  4. Data connection is done - If the connection is success
    1. How to create API feed 
      1. Create api feed from your end ( your ecommerce website) 
    2. Feed requirements 
      1. Products list with current pricing data.
      2. Data structure of the feed.

Option 2

  1. Using “file upload”
    1. Upload your product list as .csv file format
      1. Refer:  what is the structure of csv file ?  
    2. In this option you need to re upload the data whenever any changes happens in the product data in your website. Like change of product pricing, Adding new products etc.

 

Data processing and Building of AI model

Project details page

  1. After completion of “Add new data source” data processing starts automatically
  2. Once the data processing step is completed “Build AI model” step starts
  3. After completion of Build AI model, you can test the search using the test search screen. Which is delivering search result using you data 
  4. If you have more than 1 “AI model” you can activate best model of your choice.
  5. This process will take some time to complete. Meanwhile you can start doing the search integration in your site

 

5. Integrate search in your site 

  1. Copy the code snippet from this section 
  2. Add this javascript code to your site
    1. In your common layout html file between <header> </header> tag
    2. Add this <div id = ”bizstats-e-commerce-search-#your-unique-id#” ></div> wherever you required the search box.

 

On completion

On completion of the above steps Bizstats AI e-commerce search UI in your site will start deliver the following features to your customers.

  1. Autocomplete drop down appear with relevant search queries.
  2. Trending searches related to the user keyword
  3. Product category list that relevant to the user keyword
  4. Matched Products list for the user keyword  
     
logo