Triple Whale · JSON-LD Context
Triple Whale Context
JSON-LD context defining the semantic vocabulary for Triple Whale from Triple Whale.
0 Classes
37 Properties
2 Namespaces
Namespaces
tw:
https://www.triplewhale.com/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Properties
| Property | Type | Container |
|---|---|---|
| shop | string | |
| order_id | string | |
| order_revenue | decimal | |
| channel | string | |
| event_date | date | |
| created_at | dateTime | |
| updated_at | dateTime | |
| customer | ||
| customer_id | string | |
| customer_email | string | |
| product_id | string | |
| product_title | string | |
| variant_id | string | |
| subscription_id | string | |
| pixel | ||
| attribution | ||
| customer_journey | ||
| blended_roas | decimal | |
| moby | ||
| orcabase | ||
| pps | ||
| tw_account_id | string | |
| api_key | ||
| campaign | ||
| campaign_id | string | |
| adset_id | string | |
| ad_id | string | |
| impressions | integer | |
| clicks | integer | |
| conversions | integer | |
| spend | decimal | |
| currency | string | |
| line_items | ||
| refunds | ||
| tags | ||
| shipping_address | ||
| status | string |
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"tw": "https://www.triplewhale.com/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"shop": {
"@id": "tw:shop",
"@type": "xsd:string"
},
"order_id": {
"@id": "tw:orderId",
"@type": "xsd:string"
},
"order_revenue": {
"@id": "tw:orderRevenue",
"@type": "xsd:decimal"
},
"channel": {
"@id": "tw:channel",
"@type": "xsd:string"
},
"event_date": {
"@id": "tw:eventDate",
"@type": "xsd:date"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"customer": {
"@id": "schema:Person"
},
"customer_id": {
"@id": "tw:customerId",
"@type": "xsd:string"
},
"customer_email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"product_id": {
"@id": "tw:productId",
"@type": "xsd:string"
},
"product_title": {
"@id": "schema:name",
"@type": "xsd:string"
},
"variant_id": {
"@id": "tw:variantId",
"@type": "xsd:string"
},
"subscription_id": {
"@id": "tw:subscriptionId",
"@type": "xsd:string"
},
"pixel": {
"@id": "tw:Pixel"
},
"attribution": {
"@id": "tw:Attribution"
},
"customer_journey": {
"@id": "tw:CustomerJourney"
},
"blended_roas": {
"@id": "tw:blendedROAS",
"@type": "xsd:decimal"
},
"moby": {
"@id": "tw:MobyAI"
},
"orcabase": {
"@id": "tw:OrcaBase"
},
"pps": {
"@id": "tw:PostPurchaseSurvey"
},
"tw_account_id": {
"@id": "tw:accountId",
"@type": "xsd:string"
},
"api_key": {
"@id": "tw:ApiKey"
},
"campaign": {
"@id": "schema:MarketingCampaign"
},
"campaign_id": {
"@id": "tw:campaignId",
"@type": "xsd:string"
},
"adset_id": {
"@id": "tw:adSetId",
"@type": "xsd:string"
},
"ad_id": {
"@id": "tw:adId",
"@type": "xsd:string"
},
"impressions": {
"@id": "tw:impressions",
"@type": "xsd:integer"
},
"clicks": {
"@id": "tw:clicks",
"@type": "xsd:integer"
},
"conversions": {
"@id": "tw:conversions",
"@type": "xsd:integer"
},
"spend": {
"@id": "tw:adSpend",
"@type": "xsd:decimal"
},
"currency": {
"@id": "schema:currency",
"@type": "xsd:string"
},
"line_items": {
"@id": "schema:orderedItem"
},
"refunds": {
"@id": "tw:Refund"
},
"tags": {
"@id": "schema:keywords"
},
"shipping_address": {
"@id": "schema:PostalAddress"
},
"status": {
"@id": "schema:orderStatus",
"@type": "xsd:string"
}
}
}