Skip to main content

S2S

Purpose

This document is to provide you with how to implement server-to-server (S2S) with Macan, with this information, you will be able to generate postback URL。

Macan supported formats (Marco)

Column (*) mandatory valueDescriptionClick tracker
Click ID*Macan click ID[sid]
Apple IDFAApple iOS IDFA[devad_id]
Google Advertising IDAndroid Google AID[devad_id]
Channel IDChannel ID[gid]

Example of a trace key

http://yourtrackerdomain.com/?click_id=[sid]&ios_idfa=[devad_id]&source=[gid]

PostBack URL

Column (*) mandatory valueDescriptionPostBack tracker
Click ID*Macan click IDclk_id
Apple IDFAApple iOS IDFAdevad_id
Google Advertising IDAndroid Google AIDdevad_id
Channel IDChannel IDgid
IPClick IPip
Action ID*Event IDevent_name
Action Purchasepurchase priceevent_value
Payoutpayout confirmed ad unit pricepayout
OSIOS or Androidos
CarrierUser carriercarrier

PostBack URL Example

Remarks: Please assign different parameters according to the definition of your system. You can refer to the following examples:

http://mcanlabs.com/conv/?clk_id={click_id}&devad_id={gaid/idfa}&event_name={event_id}&event_value={event_value}&carrier={carrier}&os={platform}&payout={payout}