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?
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?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »