Skip to main content

Bazaarvoice

Overview

The Bazaarvoice source connector is currently in development. At this time, it supports:

  • Credential validation (testing that your API passkey can successfully call the Bazaarvoice API)
  • Configuration of the Bazaarvoice environment (production or staging)

It does not yet support extracting data streams.

Setup

Prerequisites

  • A Bazaarvoice API passkey with access to the Bazaarvoice Data API.
  • Knowledge of which Bazaarvoice environment you should use:
    • production for the production Bazaarvoice API
    • staging for the staging Bazaarvoice API

Authentication

Bazaarvoice authentication for this connector uses an API passkey.

During connection testing, the connector validates credentials by calling the Bazaarvoice Data API endpoint:

  • Production: https://api.bazaarvoice.com/data/products.json
  • Staging: https://stg.api.bazaarvoice.com/data/products.json

with:

  • apiversion=5.4
  • passkey=<your passkey>
  • limit=1

Configuration

FieldTypeRequiredDescription
api_passkeystringBazaarvoice API passkey used to authenticate requests.
environmentstringBazaarvoice environment. Must be either production or staging.

Streams

No streams are currently available. Extraction will fail with an “in development” error until stream support is implemented.