Accéder au contenu principal Passer au contenu complémentaire

Yotpo 

Yotpo is a cloud-based content marketing platform for e-commerce businesses. It lets users collect user-generated content and use the content to build a brand and manage the customer experience.

For more information about the API, see Yotpo Core API.

See the Schema section for a list of objects available for replication.

Preparing for authentication

To access your data, you need to authenticate the connection with your account credentials.

Note InformationsAssurez-vous que le compte que vous utilisez dispose d'un accès en lecture sur les tables à récupérer.

To obtain the API key and secret:

  1. Make sure you are an Yotpo account administrator. The API secret is only visible to this role.
  2. Log into your Yotpo account.
  3. Click the Profile icon in the top-right corner.
  4. Go to Account Settings > General Settings.
  5. Locate the API Credentials section:

    The API Credentials section in Yotpo, highlighted

    The App Key field contains your API Key, and the Secret Key is your API Secret.

  6. Copy and paste these values into the corresponding fields.

Creating the connection

Pour plus d'informations, consultez Connexion à des applications SaaS.

  1. Complétez les propriétés de connexion requises.
  2. Fournissez un nom pour la connexion dans Nom de la connexion.

  3. Sélectionnez Ouvrir les métadonnées de connexion pour définir les métadonnées de la connexion lors de sa création.

  4. Cliquez sur Créer.

Connection settings
SettingDescription
Data gateway

Sélectionnez une Passerelle de déplacement des données si cela est nécessaire pour votre cas d'utilisation.

Note Informations

Ce champ n'est pas disponible avec l'abonnement Démarreur Qlik Talend Cloud, car il ne supporte pas Passerelle de déplacement des données. Si vous avez un autre niveau d'abonnement et si vous ne souhaitez pas utiliser Passerelle de déplacement des données, sélectionnez Aucune.

Pour des informations sur les avantages de Passerelle de déplacement des données et les cas d'utilisation qui la nécessitent, consultez Passerelle de données Qlik - Déplacement des données.

Start Date

Saisissez la date, au format MM/DD/YYYY, à partir de laquelle les données doivent être répliquées de votre source vers votre cible.

API KeyAPI key.
API SecretAPI secret.

Schema

Note Informations

Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.

The schema and info displayed below is for version 2.

Depending on your destination, table and column names may not appear as they are outlined below.

collections

The collections table contains data about your store’s product groupings - collections - in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

emails

The emails table contains data about every email sent from Yotpo.

Attribution window

When data is replicated for this table, it will use an attribution window of 30 days to fetch updated email statistics such as opens, clicks, etc. This means that every time a replication job runs, the last 30 days’ worth of data will be replicated for this table.

Refer to the Replication section for more info and examples of how the attribution window is used to query for data.

Replication Method

CDC

Primary Keys

email_address

email_sent_timestamp

Replication Key

email_sent_timestamp

Useful links

Yotpo documentation

Yotpo API method

order_fulfillments

The order_fulfillments table contains data about fulfilled store orders in your Yotpo account.

Replication Method

CDC

Primary Key

id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

orders

The orders table contains data about orders in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

order_date

Useful links

Yotpo documentation

Yotpo API method

product_reviews

The product_reviews table contains data about reviews for a certain product.

Note: This table is similar to the reviews table, but also contains custom fields. If you don’t have or need custom product fields, you may only want to replicate the reviews table to prevent redundant data.

Replication Method

CDC

Primary Key

id

Replication Key

created_at

Useful links

Yotpo documentation

Yotpo API method

product_variants

The product_variants table contains data about product variations in your Yotpo account.

Replication Method

CDC

Primary Key

yotpo_id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

products

The products table contains data about products in your Yotpo account.

Replication Method

Full Table

Primary Key

yotpo_id

Useful links

Yotpo documentation

Yotpo API method

reviews

The reviews table contains data about reviews.

Note: This table is similar to the product_reviews table, but doesn’t contain custom fields. If you have or need custom fields, you may want to only replicate the product_reviews table to prevent redundant data.

Attribution window

When data is replicated for this table, it will use an attribution window of 30 days to fetch updated (or deleted) reviews. This means that every time a replication job runs, the last 30 days’ worth of data will be replicated for this table.

Refer to the Replication section for more info and examples of how the attribution window is used to query for data.

Replication Method

CDC

Primary Key

id

Replication Key

updated_at

Useful links

Yotpo documentation

Yotpo API method

unsubscribers

The unsubscribers table contains data about customers who unsubscribed from one of Yotpo’s emails.

Replication Method

Full Table

Primary Key

id

Useful links

Yotpo documentation

Yotpo API method

Cette page vous a-t-elle aidé ?

Si vous rencontrez des problèmes sur cette page ou dans son contenu – une faute de frappe, une étape manquante ou une erreur technique – faites-le-nous savoir.