<iframe src="http://union.stars8.com/api/cpa.php?orders=订单号&price=订单价格&like=原样返回" height=0 width=0></iframe>
包括三个参数
orders=订单号
price=订单价格
like=原样返回 比如CPS中可返回商品名称或是购买会员,CPA可返注册的ID等。
需要将接口代码植入到广告商网站的源码中,来跟踪订单或是注册数,比如下单成功或是注册成功的模板。
以上三个参数只针CPS计划分成有效,CPA为空即可。
比如CPA 三个参数均为空
<iframe src="http://union.stars8.com/api/cpa.php?orders=&price=&like=" height=0 width=0></iframe>
比如CPS 订单号是123456 订单总价是100.1元
<iframe src="http://union.stars8.com/api/cpa.php?orders=123456&price=100.1&like=" height=0 width=0></iframe>
关于订单号和价格需广告商在网页中传递,具体联系广告商技术。一般为商城系统的模板变量。

|