Overview
The Lyftrondata Provider for Yotpo offers the most natural way to access Yotpo data from Lyftrondata with ease and also enables to connect with BI, MDM & ML tools, Data warehouses, Databases and other SAAS based applications with zero code and zero infrastructure requirements. The provider wraps the complexity of accessing Yotpo data into easy-to-integrate relational fully managed ANSI Sql format. Make faster and better business decisions with Lyftrondata’s Yotpo data provider and automatically build your data migration pipelines in minutes, not months
The provider hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more.
Key Features
- Comprehensive Delta load mechanism.
- Real-time access to Yotpo.
- Comprehensive full support of ANSI Sql to query data with ease.
- Collaborative query processing.
Prerequisites
The user must have credentials for Yotpo, Lyftrondata and your destination data warehouse, lake or database to perform the data pipeline operation with Lyftrondata
Establishing a Connection with Lyftrondata's Quickstart Steps
Create your Yotpo connection with Lyftrondata by following the 5 easy steps show below:
Step1. Add your connection
Click on Connect section on the left panel → Click on Add Connection button
Step2. Select your connector
In the connector selection panel, search and click Yotpo for your connection
Step3. Enter your connection details
In the Connection String section enter the values of the below parameters. The following connection string is required to establish Yotpo connection with Lyftrondata.
"Profile=C:\profiles\Yotpo.apip;ProfileSettings='Authscheme=OAuth;InitiateOAuth=GETANDREFRESH;OAuthClientId=your_app_key;OAuthClientSecret=your_api_secret;App-Key=your_app_key';"Key | Value | Field |
Connection Name | Enter your connection details | Required |
Profile | C:\profiles\Yotpo.apip | Required |
ProfileSettings | Authscheme=OAuth | Required |
InitiateOAuth | GETANDREFRESH | Required |
OAuthClientId | Your App Key | Required |
OAuthClientSecret | Your client secret | Required |
App-Key | Your App Key | Required |
Logfile** | Use the logfile option to debug your job and provide your connection name to generate the log file. [ConnectionConfigurationPath]\Connection_name_log.tx | Optional |
Verbosity** | Choose verbosity 1-5 based on the severity of debugging | Optional |
** For more information, check the Lyftrondata logging and debugging section.
If you want more detailed information about how to establish a connection with Lyftrondata, click on Lyftrondata Connection Quick Start guide.
Step4. Test your connection
Once you are done entering your connection details, simply click on the Test Connection button to test the connectivity. In case your connection fails, add Logfile and Verbosity parameters and check the Lyftrondata logging and debugging section, to debug the error.
Step5. Save your connection
Hurray! Now you have successfully connected with the Lyftrondata Yotpo connector and can utilize the connector to Extract, Warehouse, Analyze, Visualize and Share your data.
Data Model
The provider models the data in API into a list of tables that can be queried using standard SQL statements.
Generally, querying API tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns.
Name | Type | Description |
BottomLineQuestionsAndAnswers | Table | Retrieve the Bottom Line for a given product using the product SKU number. The Bottom Line will return the total questions and total answers for the desired product. |
CustomAlbums | Table | Fetches the names and ID's of all existing custom albums per account |
DynamicCouponCodes | Table | Retrieve All Dynamic Coupon Codes. |
DynamicCouponCodesStatistics | Table | Retrieve Dynamic Coupon Code Statistics |
EmailAnalyticsOverview | Table | View a summary of all metrics as an itemized list for a specified email type. |
EmailAnalyticsRawData | Table | Return detailed data about every email sent from Yotpo including the email recipient, when the email was received, order information, delivery success or failure, when the email was opened, clicks, unsubscribe, etc. |
GetMedia | Table | Get user-generated photos and/or video by Source and MediaType. |
Orders | Table | Retrieve Orders from the Yotpo System |
PhotosByAlbum | Table | Fetches the custom album payload including album images, tags, names, and ID's of all existing custom albums per account. |
ProductBottomLine | Table | Retrieve Bottom Line (Total Reviews and Average Score) for a Specific Product |
ProductGroup | Table | Retrieve details for a specific product group. |
ProductGroups | Table | Retrieve product groups for account. |
ProductImages | Table | Retrieve images curated to product albums. |
ProductReviews | Table | Retrieve Reviews for a Product |
Products | Table | Retrieves a list of all of your store's products. |
ProductsBottomLines | Table | Retrieve Bottom Line (Total Reviews and Average Score) for All Products |
PromotedProducts | Table | Retrieves a list of all of your store's promoted products. |
Questions | Table | Retrieve all Questions for the designated account per Yotpo account API key. |
QuestionsAndAnswers | Table | Retrieve Questions and Answers for a given product using the product SKU number. |
ReviewMetadata | Table | Retrieve a review's order, customer, and product metadata by ReviewId |
Reviews | Table | Retrieve all reviews. |
SiteReviewsBottomLine | Table | Retrieve Bottom Line (Total Reviews and Average Score) for All Site Reviews |
TopReviews | Table | Retrieve the top three 5-star reviews per account. |
UserReviews | Table | Retrieve Reviews for a User Using External User Reference ID |
WebhookEvents | Table | Retrieves webhook events per account. |
Webhooks | Table | Retrieves a list of all webhooks created per account. |
WidgetSiteReviews | Table | Retrieve Widget Site Reviews |
Advanced Settings
To view a detailed advanced settings options, go to Yotpo Advanced Settings. Complete list of the parameters you can configure in the connection string can be found by clicking Connection String Parameters.