Integration: Aspire

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.

Key Topics

Click on the links below to take you to the section where you can learn more about this Integration

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:

  • Pro V2

NOTE: You are considered V2 if...

  • Your account says Pro V2 in the Daasity App

Not sure? Reach out to Support@Daasity.com

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)

The embedded diagram houses the ERD for the Daasity Aspire integration illustrating the different tables and keys to join across tables. Hover over the embedded diagram to reveal controls to zoom and scroll.

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
JSON Element Database Column
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

Related Resources