Skip to main content
< All Topics
Print

With FireTV hosted web apps

Overview

This guide provides you with a step-by-step description for integrating the CuVo Feedback Agent for Fire TV.

It covers essential aspects such as configuring the product on the CuVo platform and including the component in your code base.

Configuring the Product on CuVo Platform

To configure the product on the CuVo platform, follow the steps given below.

  1. Register and configure the product on the CuVo portal. For more information, refer to docs.cuvo.io.

Note:

  • Once you create and save your product configuration on the CuVo portal, an API Key will be generated for your integration usage.
  • You can also regenerate the API Key at any point after deleting the old one.
  • If you regenerate your API Key, you must reintegrate your code snippet also.

2. Navigate to the Code Snippet box under the Agent Integration Details section in the Integration Setup section.

This will have the code necessary for integration with your web application.  You can refer to the following image for the code.

3. Copy the script manually or click the Copy to Clipboard icon on the top right corner of the code snippet box. 

Now you must include the CuVo component in your code base.

Including the CuVo Component in Your Codebase

To include the CuVo component in your codebase after you have successfully created the Widget Script, follow the steps below.

1. Open your code base.

2. Simply paste the widget within the <head> tags of your static index.html page to incorporate it since this is a simple Javascript.  

Here is a sample pasted script that is displayed in the selected gray portion

Note: The actual code might look different from this.

3. Link the below link to the index.html page.

4. Add the add event listener for button click action.

Table of Contents