MailChimp API v3广告系列内容模板部分

MailChimp API v3广告系列内容模板部分

问题描述:

我指的是API文档中的此页面尝试以编程方式为MailChimp广告系列创建内容.我的模板中包含以下部分,我正在尝试更改其内容:

I'm referring to this page in the API documentation when trying to programatically create content for a MailChimp campaign. I have the following section in my template and I'm trying to change its content:

<td mc:edit="body">To be replaced by API</td>

这是JSON请求:

{"template":{"id":"170189","sections":{"body":"testing content"}}}

但是内容没有改变!其他所有内容均正常运行,例如,模板170189正在加载到广告系列中.有提示吗?

But the content isn't being changed! Everything else is working, eg template 170189 is being loaded into the campaign. Any hints?

已修复-如果mc:edit节位于mc:repeatable中,则API不会对其进行更新!

Fixed - mc:edit sections won't be updated by the API if they sit within a mc:repeatable!