Deep Dive - Inline Advisor Integration

There are two ways of integrating a Neocom inline advisor on your website. Through a single page with a banner or embedded.

Single page

ic-single-page


Single Page

In this option, the Neocom advisor opens on a
separate page within your website.

This option has many advantages. It ensures a unified experience from all the entry points. Even if the user clicks the teaser from the homepage or from the product list page, the advisor will start on a separate page which will keep the focus on the advisor and allow the user to enjoy the experience.

single-page-EN

Note : We recommend this implementation type in order to achieve maximum results.

Script Single Page Implementation

Use this element if you would like to show a banner in a certain section of a webpage. You can choose to create a single page for the advisor.

<div

  id="neocom"

  data-neocom-id="[YOUR_PROJECT_ID]"

></div>

 

Embedded

 

ic-embedded

 

Embedded

In this option, the Neocom advisor opens on an
existing page, namely the one the advisor is integrated on.

Embedding the advisor on a page ensures that the user will continue the entire conversation on this page. 

embedded-EN

Note : We recommend using this option only in case a Single Page Implementation is not possible.

Script Embedded Implementation

Use this element if you want to show the advisor in a certain section of a webpage. You can embed the advisor in an already existing webpage.

<div

  id="neocom"

  data-neocom-id="[YOUR_PROJECT_ID]"

></div>