見代碼片段的陣列。調用API時,(#100)參數數據必須是數組。數據參數必須是根據其參考的JSON數組。 https://developers.facebook.com/docs/marketing-apis/offline-conversions/v2.8Facebook的離線轉換API - (#100)PARAM數據必須低於
我無法找出我錯了。
$("#btn4").click(function(){
$.ajax({
type: "POST",
//dataType : "json",
url: "https://graph.facebook.com/v2.8/xxxxxxxx/events?access_token=xxxxxx&HTTP/1.1&account_id=xxxxxx&business=xxxxxxx&data=[{'event_name':'Lead','event_time':1456870055,'currency':'USD','match_keys':{'email': [[email protected]]}}]&upload_tag=special-offer", // get ad id from ad in ads manager
success: function(result){
// do something
}});
});
任何建議?我卡在這裏.. –
你有沒有解決你的問題?我有同樣的問題。 –