尝试通过Marketing API创建广告时出现以下错误:
error_subcode: 1359101
error_user_msg: "You need to have a valid payment method associated with your ad account before you can create ads."
error_user_title: "Add Payment Method"
我在这里找不到关于此 error_subcode 的任何额外信息https://developers.facebook.com/docs/marketing-api/error-reference,主错误代码“100 - 无效参数”几乎没有任何帮助。
注意:我不打算手动向“... facebook.com/ads/manager/billing/transactions / ...”帐户添加付款方式走吧。
修改:有没有办法检查用户是否在广告帐户上设置了付款方式?
答案 0 :(得分:1)
有没有办法检查用户是否在广告帐户上设置了付款方式?
查看广告帐户对象的字段funding_source_details
和PuggMain/
└── PuggMain.cpp
PuggMainLibrary/
├── OutputDataWrapper.h
└── Animal.h
PuggPlugin/
├── Cat.h
└── Plugin.cpp
- 使用您应该能够确定是否为帐户设置了付款方式的字段(如有必要,还可以添加其他详细信息)。 )