API

Beta

Connect to the Front Page of eCom

Build your own integration on top of the Triple Whale eComOS. Pull, enrich and display your data where eCommerce operators are running their business.

Summary Page Ā API

A two-way highway for eCommerce data

Publish your metrics on the Triple Whale Summary page

Triple Whale customers use our Summary page as the cockpit for their business. Don't be forgotten, inject your data into our app to complete the picture.

Get Started
your_app
1
2
3
4
5
6
const client = new SummaryApi({token:"your-token" });
await client.
summaryAddMetrics({
description:
"Total Of Shipping Cost",
description:
"TikTok Ad Spend",
});

your_app

{insert metric}

Leverage all platform data with a single API

Triple Whale centralizes the metrics from all the tools your customers use. Access the goldmine of eCommerce data with a single API.

Get Started
+ Many More

Total Shipping Cost

$3.2K

TikTok Spend

$689.8K
1
2
3
4
5
6
const client = new SummaryApi({token:"your-token" });
await client.
summaryAddMetrics({
description:
"Total Of Shipping Cost",
description:
"TikTok Ad Spend",
});
your_app

Attribution API

World class attribution data in and out

Slice, dice and query your Pixel data

Triple Whale’s best in class attribution data can now be leveraged across any big data platform.

Get Started
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import{AttributionApi} from'@tw/api-client'
const client = new
AttributionApi({accessToken:"your-token"
});
ā€
async function getData() { Ā 
const data = await

client.attributionGetOrdersWithJourneysPost({
shop: "shop-domain",
}); Ā 

console.log(data)
;}

Enrich customer journeys with your events

Include custom events and data sets into the most robust customer journey platform for eCommerce.

Coming Soon
TikTok Ad - Click

09/08/2022

Facebook Retargeting

09/12/2022

Klayvio - Abandon Cart

09/13/2022

Purchase - $236.89

09/13/2022

Customer Review

{insert date}

1
2
3
const client = new SummaryApi({token:"your-token" });
await client.
summaryAddMetrics({