2

发布活动

{
    "type" :"regular",
    "recipients": {
        "list_id": "0270xxxcf7"
        }
    ,
    "settings": {
        "subject_line": "Thank you for your reservation",
        "from_name": "Customer Service",
        "reply_to": "reception@xxxx.com",
        "template_id": 37125
    }
}

每次回应都是["template_id"]=>int(0)

我尝试使用 php 脚本并直接从“开发者游乐场”...我得到了相同的响应。创建新广告系列时似乎无法设置模板 ID。

如果我设置 template_id: '37125' 我会收到此错误:

template_id 必须是整数

我尝试了 intval(37125).... 没有,我得到了相同的["template_id"]=>int(0)响应。

有人可以帮我解决这个问题吗?

4

1 回答 1

0

您必须使用“设置广告系列内容”选项

/campaigns/{campaign_id}/内容

于 2016-12-20T13:44:39.807 回答