Using Api

Rick Burns
Rick Burns
Offline
0
I have put the affiliate tracker api successfully into a component.
It works perfectly until I add the atid line...and then it doesnt work at all.

Could you please correct my code below?

$conversion_data = array(

"name" => "COD Order Placed",
"component" => "com_breezingcommerce",
"extended_name" => "Item added to checkout",
"type" => 1,
"value" => 0 ,
"reference_id" => 234,
"approved" => 0,
"atid" => "83",

);

Also, are there any other possibilities like account_name?
Responses (1)
  • Accepted Answer

    Friday, October 14 2016, 05:33 PM - #Permalink
    0
    there's an extra comma "," after "83" that shouldn't be there.
    The reply is currently minimized Show
Your Reply