Ask An Owner

Installation

  1. Include the Reevoo JavaScript library (only once per page)
  2. Add the reevoo-embeddable tag with `type="aao"
  3. Specify Display Attributes if needed
  4. Specify Data Scope Attributes (at least product-id or manufacturer and model must be specified) as needed

Examples

Embedded Ask An Owner

There are two ways to display our standard product badge. The first uses a product-id to target a specific product. The product id is typically a SKU, or other unique identifier used to identify your product or service. The second way involves specifying a combination of manufacturer and model identifier - this option is typically used by our automotive partners.

<reevoo-embeddable  
  type="aao" 
  product-id="PRODUCT_ID" 
  per-page="10"
  locale="en-GB"
></reevoo-embeddable>

Embedded Ask An Owner for Automotive Partners

Our automotive partners who have Automotive Aggregation enabled can display the Ask An Owner questions based on automotive metadata.

Automotive metadata includes attributes like engine-type, model-variant, model-year, and many others. The full list of attributes is available in our Data Scope Attributes documentation.

Minimum required attributes are type, manufacturer and model.

<reevoo-embeddable
  type="aao"
  manufacturer="ford"
  model="fiesta"
  per-page="10"
></reevoo-embeddable>

We strongly recommend using more specific parameters such as model-year, body-type, etc to get more relevant scores. For example:

<reevoo-embeddable
  type="aao"
  manufacturer="ford"
  model="fiesta"
  model-variant="SE"
  model-year="2016"
  body-type="hatchback"
  used="0"
  engine-type="diesel"
  per-page="10"
  locale="en-GB"
></reevoo-embeddable>

Configurable Attributes

Reevoo Widgets supports the following list of attributes