In addition to the "classic", client-side method of executing the conversion code in the user's browser, it is also possible to import a transaction into the partner program via a server-side call. For this purpose, the tracking code with the corresponding parameters is called up by the store's server.
In order to assign the transaction to the respective publisher/channel, it is important to configure in the administration of the partner program that the "emid" is transferred to the landing page with every click and saved by the store page.
Tracking call
Conversion Aufruf - Serversided |
---|
https://SUB-DOMAIN*/trck/etrack/?campaign_id=CAMPAIGN_ID&trigger_id=TRIGGER_ID&token=ORDER_ID&descr=DESCRIPTION¤cy=CURRENCY&turnover=TURNOVER&attribution=ATTRIBUTION&emid=EMID&t=img |
Variablenbeschreibung
VARIABLE | BESCHREIBUNG |
CAMPAIGN_ID* | The campaign ID is placed here. |
TRIGGER_ID* | The trigger ID is placed here. |
TOKEN* | The order ID is placed here. |
TURNOVER* | The net order value is stored here. This may result in the commission for the publisher. |
DESC | A description can be stored here. |
CURRENCY | The currency is placed here. This is used, for example, if a store is operated in Switzerland, but sells its goods in €. If the field is left empty, the currency setting of the partner program is used. |
ATTRIBUTION | This is where the attributes of the order are stored. The value is passed in decimal format and a dot as separator. (50% = 0.50)). |
EMID* | Is filled with the value of the parameter emid, which is transferred to the landing page by the easy Marketing System via the click link. This value is very important for the attribution, as otherwise no assignment of the transaction is possible. |
*mandatory fields