# Transaction API Documentation

The Transaction API enables the structured export and analysis of transactions recorded within the partner program system. It provides detailed insights into individual transaction processes and assists with billing, performance measurement, and integration into internal or external systems.

The API can be accessed within the user interface under the **Data API** menu item.

---

### API Call

`https://<strong>www.domain.de</strong>/api//<strong>ACCESS-TOKEN</strong>/admin/<strong>ID</strong>/get-orders<strong>.csv</strong>`

<table data-path-to-node="7" id="bkmrk-value-description-ww"><thead><tr><td>**Value**</td><td>**Description**</td></tr></thead><tbody><tr><td><span data-path-to-node="7,1,0,0">**www.domain.de**</span></td><td><span data-path-to-node="7,1,1,0">System domain</span></td></tr><tr><td><span data-path-to-node="7,2,0,0">**ACCESS-TOKEN**</span></td><td><span data-path-to-node="7,2,1,0">User's Access Token</span></td></tr><tr><td><span data-path-to-node="7,3,0,0">**ID**</span></td><td><span data-path-to-node="7,3,1,0">User ID</span></td></tr><tr><td><span data-path-to-node="7,4,0,0">**.csv**</span></td><td><span data-path-to-node="7,4,1,0">Download file format</span></td></tr></tbody></table>

---

### Transaction API Filtering

Various parameters can be used as filters for the Transaction API. Below is an overview of all available parameters:

#### Transaction Status

<table data-path-to-node="12" id="bkmrk-parameter-value-exam"><thead><tr><td>**Parameter**</td><td>**Value**</td><td>**Example**</td><td>**Description**</td></tr></thead><tbody><tr><td><span data-path-to-node="12,1,0,0">`condition[l:status]`</span></td><td><span data-path-to-node="12,1,1,0">`open`</span></td><td><span data-path-to-node="12,1,2,0">`condition[l:status]=open`</span></td><td><span data-path-to-node="12,1,3,0">All transactions defined as "Open" in the system</span></td></tr><tr><td> </td><td><span data-path-to-node="12,2,1,0">`confirmed`</span></td><td><span data-path-to-node="12,2,2,0">`condition[l:status]=confirmed`</span></td><td><span data-path-to-node="12,2,3,0">All transactions defined as "Confirmed" in the system</span></td></tr><tr><td> </td><td><span data-path-to-node="12,3,1,0">`paid`</span></td><td><span data-path-to-node="12,3,2,0">`condition[l:status]=paid`</span></td><td><span data-path-to-node="12,3,3,0">All transactions defined as "Paid" in the system</span></td></tr><tr><td> </td><td><span data-path-to-node="12,4,1,0">`canceled`</span></td><td><span data-path-to-node="12,4,2,0">`condition[l:status]=canceled`</span></td><td><span data-path-to-node="12,4,3,0">All transactions defined as "Canceled" in the system</span></td></tr></tbody></table>

> **Note:** A combination of multiple statuses is possible. For example: `condition[l:status]=confirmed,paid`

#### General Filters

<table data-path-to-node="15" id="bkmrk-parameter-value-%2F-ex"><thead><tr><td>**Parameter**</td><td>**Value / Example**</td><td>**Description**</td></tr></thead><tbody><tr><td><span data-path-to-node="15,1,0,0">`condition[period][from]`</span></td><td><span data-path-to-node="15,1,1,0">01.01.2025</span></td><td><span data-path-to-node="15,1,2,0">Defines the **start date** of the time period</span></td></tr><tr><td><span data-path-to-node="15,2,0,0">`condition[period][to]`</span></td><td><span data-path-to-node="15,2,1,0">31.01.2025</span></td><td><span data-path-to-node="15,2,2,0">Defines the **end date** of the time period</span></td></tr><tr><td><span data-path-to-node="15,3,0,0">`condition[l:campaigns]`</span></td><td><span data-path-to-node="15,3,1,0">1</span></td><td><span data-path-to-node="15,3,2,0">Filters all baskets assigned to a specific **campaign**. Multiple values allowed.</span></td></tr><tr><td><span data-path-to-node="15,4,0,0">`condition[datemode]`</span></td><td>processing

  
payout

  
incoming

</td><td>Determines the type of date period:

  
• **processing**: Baskets **validated** within the period

  
• **payout**: Baskets **paid out** within the period

  
• **incoming**: Baskets **recorded** within the period (transaction date)

</td></tr></tbody></table>

**Example:**

`condition[period][from]=01.01.2025&condition[period][to]=31.01.2025&condition[datemode]=processing`

---

### Field Definitions in the Transaction API

The downloaded transactions (e.g., as a `.csv` file) contain the following columns:

<table data-path-to-node="20" id="bkmrk-field-name-descripti" style="width: 98.6905%; height: 1722.58px;"><thead><tr style="height: 29.7969px;"><td style="width: 32.1603%; height: 29.7969px;">**Field Name**</td><td style="width: 67.7021%; height: 29.7969px;">**Description**</td></tr></thead><tbody><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,1,0,0"><strong data-index-in-node="0" data-path-to-node="20,1,0,0">id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,1,1,0">Unique ID of the transaction</span></td></tr><tr style="height: 96.9844px;"><td style="width: 32.1603%; height: 96.9844px;">`<span data-path-to-node="20,2,0,0"><strong data-index-in-node="0" data-path-to-node="20,2,0,0">status</strong></span>`</td><td style="width: 67.7021%; height: 96.9844px;"><span data-path-to-node="20,2,1,0">Status of the transaction</span>

<span data-path-to-node="20,2,1,0">0 - open</span>

<span data-path-to-node="20,2,1,0">1 - confirmed</span>

<span data-path-to-node="20,2,1,0">2 - cancelled</span>

<span data-path-to-node="20,2,1,0">3 - paid</span>

</td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,3,0,0"><strong data-index-in-node="0" data-path-to-node="20,3,0,0">timestamp</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,3,1,0">Timestamp of the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,4,0,0"><strong data-index-in-node="0" data-path-to-node="20,4,0,0">campaign_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,4,1,0">Campaign to which the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,5,0,0"><strong data-index-in-node="0" data-path-to-node="20,5,0,0">attribution</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,5,1,0">Amount of the paid attribution</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,6,0,0"><strong data-index-in-node="0" data-path-to-node="20,6,0,0">delivered_tagcode_count</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,6,1,0">Number of executed tags</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,7,0,0"><strong data-index-in-node="0" data-path-to-node="20,7,0,0">delivered_tagcode_serversided_url</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,7,1,0">Transmitted server-side tracking call</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,8,0,0"><strong data-index-in-node="0" data-path-to-node="20,8,0,0">ordertoken</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,8,1,0">Order number transmitted by the advertiser</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,9,0,0"><strong data-index-in-node="0" data-path-to-node="20,9,0,0">source</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,9,1,0">Source of the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,10,0,0"><strong data-index-in-node="0" data-path-to-node="20,10,0,0">project_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,10,1,0">ID of the project to which the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,11,0,0"><strong data-index-in-node="0" data-path-to-node="20,11,0,0">admedia_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,11,1,0">Ad media ID through which the transaction was generated</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,12,0,0"><strong data-index-in-node="0" data-path-to-node="20,12,0,0">type</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,12,1,0">Type of transaction (e.g., *Sale*, *Lead*, *View*)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,13,0,0"><strong data-index-in-node="0" data-path-to-node="20,13,0,0">commission</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,13,1,0">Commission assigned to the publisher (will be updated when the order is changed)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,13,0,0"><strong data-index-in-node="0" data-path-to-node="20,13,0,0">source_commission</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;">First commission value assigned to the publisher (will not be updated)</td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,14,0,0"><strong data-index-in-node="0" data-path-to-node="20,14,0,0">commission_group_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,14,1,0">Commission group the publisher belonged to when the transaction was generated</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,15,0,0"><strong data-index-in-node="0" data-path-to-node="20,15,0,0">trigger_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,15,1,0">Trigger ID assigned to the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,16,0,0"><strong data-index-in-node="0" data-path-to-node="20,16,0,0">description</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,16,1,0">Description transmitted with the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,17,0,0"><strong data-index-in-node="0" data-path-to-node="20,17,0,0">trigger_value</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,17,1,0">Remuneration rate defined in the corresponding trigger ID at the time of the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,18,0,0"><strong data-index-in-node="0" data-path-to-node="20,18,0,0">trigger_type</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,18,1,0">Type of trigger (fixed remuneration or percentage remuneration)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,19,0,0"><strong data-index-in-node="0" data-path-to-node="20,19,0,0">turnover</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,19,1,0">Commission-relevant order value</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;"><span data-path-to-node="20,19,0,0">**`attributed_turnover`** </span></td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,19,1,0">Attributed turnover (if attribution model is active)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,20,0,0"><strong data-index-in-node="0" data-path-to-node="20,20,0,0">original_turnover</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,20,1,0">Order value in the advertiser's currency</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,21,0,0"><strong data-index-in-node="0" data-path-to-node="20,21,0,0">action_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,21,1,0">Action ID transmitted with the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,22,0,0"><strong data-index-in-node="0" data-path-to-node="20,22,0,0">salary_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,22,1,0">ID of the payout process in which the transaction was settled</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,23,0,0"><strong data-index-in-node="0" data-path-to-node="20,23,0,0">session_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,23,1,0">Session ID transmitted with the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,24,0,0"><strong data-index-in-node="0" data-path-to-node="20,24,0,0">order_currency</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,24,1,0">Currency of the order</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,25,0,0"><strong data-index-in-node="0" data-path-to-node="20,25,0,0">status_change_date</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,25,1,0">Date of the last status change</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,26,0,0"><strong data-index-in-node="0" data-path-to-node="20,26,0,0">cancel_reason</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,26,1,0">Reason for cancellation, if the transaction was canceled</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,27,0,0"><strong data-index-in-node="0" data-path-to-node="20,27,0,0">source_turnover</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,27,1,0">Order value transmitted by the advertiser (will not be updated) </span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,28,0,0"><strong data-index-in-node="0" data-path-to-node="20,28,0,0">last_change</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,28,1,0">Timestamp of the last change to the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,29,0,0"><strong data-index-in-node="0" data-path-to-node="20,29,0,0">user_agent</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,29,1,0">Client information of the user who triggered the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,30,0,0"><strong data-index-in-node="0" data-path-to-node="20,30,0,0">order_actions_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,30,1,0">Internal reference to the commission-relevant click or post-view</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,31,0,0"><strong data-index-in-node="0" data-path-to-node="20,31,0,0">bonus_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,31,1,0">ID of a bonus run</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,32,0,0"><strong data-index-in-node="0" data-path-to-node="20,32,0,0">customer_journey_status</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,32,1,0">Internal key figure for the customer journey</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,33,0,0"><strong data-index-in-node="0" data-path-to-node="20,33,0,0">ebestid</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,33,1,0">Hashed order number displayed to the publisher</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,34,0,0"><strong data-index-in-node="0" data-path-to-node="20,34,0,0">order_timestamp</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,34,1,0">Timestamp of the order call</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,35,0,0"><strong data-index-in-node="0" data-path-to-node="20,35,0,0">action_timestamp</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,35,1,0">Timestamp of the action that led to the order</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,36,0,0"><strong data-index-in-node="0" data-path-to-node="20,36,0,0">trigger_title</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,36,1,0">Name of the trigger</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,37,0,0"><strong data-index-in-node="0" data-path-to-node="20,37,0,0">payoutdate</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,37,1,0">Payout date</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,38,0,0"><strong data-index-in-node="0" data-path-to-node="20,38,0,0">campaign_group_title</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,38,1,0">Title of the commission group</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,39,0,0"><strong data-index-in-node="0" data-path-to-node="20,39,0,0">project_title</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,39,1,0">Name of the project to which the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,40,0,0"><strong data-index-in-node="0" data-path-to-node="20,40,0,0">campaign_title</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,40,1,0">Name of the campaign assigned to the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,41,0,0"><strong data-index-in-node="0" data-path-to-node="20,41,0,0">advertiser_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,41,1,0">ID of the advertiser to whom the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;"><span data-path-to-node="20,41,0,0">**`advertiser_title`** </span></td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,41,1,0">Name of the advertiser to whom the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,42,0,0"><strong data-index-in-node="0" data-path-to-node="20,42,0,0">publisher_id</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,42,1,0">ID of the publisher to whom the transaction was assigned</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,43,0,0"><strong data-index-in-node="0" data-path-to-node="20,43,0,0">referrer</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,43,1,0">Page where the click-triggering event occurred</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,44,0,0"><strong data-index-in-node="0" data-path-to-node="20,44,0,0">country</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,44,1,0">Country where the transaction was generated</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,45,0,0"><strong data-index-in-node="0" data-path-to-node="20,45,0,0">subid</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,45,1,0">Sub-ID transmitted with the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,46,0,0"><strong data-index-in-node="0" data-path-to-node="20,46,0,0">publisher_prename</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,46,1,0">First name of the publisher (from system data)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,47,0,0"><strong data-index-in-node="0" data-path-to-node="20,47,0,0">publisher_surname</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,47,1,0">Last name of the publisher (from system data)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,48,0,0"><strong data-index-in-node="0" data-path-to-node="20,48,0,0">publisher_searchtitle</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,48,1,0">Search title of the publisher (from system data)</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,49,0,0"><strong data-index-in-node="0" data-path-to-node="20,49,0,0">basket_items</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,49,1,0">Number of items in the shopping cart</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,50,0,0"><strong data-index-in-node="0" data-path-to-node="20,50,0,0">sub_status</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,50,1,0">Advertiser's internal status for managing the transaction</span></td></tr><tr style="height: 30.1094px;"><td style="width: 32.1603%; height: 30.1094px;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">visibility</strong></span>`</td><td style="width: 67.7021%; height: 30.1094px;"><span data-path-to-node="20,51,1,0">Visibility for the publisher</span></td></tr><tr><td style="width: 32.1603%;"><span data-path-to-node="20,51,0,0">**`external_sources_entity_id`** </span></td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">(Account) Id of the external source</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">external_sources_currency_code<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Currency Code imported from the external source</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">external_sources_currency_rate<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Currency Rate according to the external sources currency code and internal currency code</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">external_sources_turnover<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Turnover imported from the external source</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">source_project_id<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Publisher/Project id imported from the external source</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">source_project_title<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Publisher/Project title imported from the external source</span></td></tr><tr><td style="width: 32.1603%;">`<span data-path-to-node="20,51,0,0"><strong data-index-in-node="0" data-path-to-node="20,51,0,0">turnover_brutto<br></br></strong></span>`</td><td style="width: 67.7021%;"><span data-path-to-node="20,51,1,0">Turnover including tax</span></td></tr></tbody></table>