Integration Specifications
This article will help you learn about how Daasity replicates data from Aspire, limitations to the data we can extract and where the data is stored in the Aspire schema
Integration Overview
Aspire is an influencer marketing platform for e-commerce brands, allowing merchants to build a network of influencers and manage their ROI performance, content creation, and digital marketing strategies.
This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other
Integration Availability
This integration is available for:
Enterprise
API Endpoints
The Daasity Aspire extractor is built based on this Aspire API documentation. The following endpoints are used by Daasity to replicate data from Aspire:
Entity Relationship Diagram (ERD)
Click here to view the ERD for the Daasity Aspire IQ integration illustrating the different tables and keys to join across tables.
Aspire Schema
The Daasity Aspire extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.
Posts
Endpoint: Posts
Update Method: UPSERT
Table Name: [
aspireiq.posts
]
post_id
post_id
creator
creator
caption
caption
dislikes
dislikes
brand_name
brand_name
impression_cpm
impression_cpm
payment
payment
post_type
post_type
shares
shares
country_code
country_code
impressions
impressions
campaign_name
campaign_name
taps
taps
network
network
tmv
tmv
comments
comments
clicks
clicks
social_account_name
social_account_name
closeups
closeups
roi_pct
roi_pct
views
views
reach
reach
sales
sales
link
link
saves
saves
engagements
engagements
coupons
coupons
owners, ", ", limit: 4095
owners
datetime_posted
datetime_posted
exits
exits
cost_per_engagement
cost_per_engagement
unique_engagement_rate
unique_engagement_rate
engagement_rate
engagement_rate
image_url, limit: 4095
image_url
mention_id
mention_id
sales_amount
sales_amount
likes
likes
Daasity: account_id
_account_id
Daasity: source_id
__source_id
Daasity: MD5(post_id + source_id)
__sync_key
Daasity: timestamp when loaded into DB
__synced_at
Last updated