mailchimp"分段测试"错误

时间:2014-03-14 09:40:28

标签: json mailchimp

我正在研究mailchimp api。我想创建一个片段,但在创建片段之前我想测试条件。所以我尝试了这段代码

{
"apikey": "xxxxxx7e0992xxx1e3bdxxxe03axxx342-us3",
"list_id": "ec3d67c617",
"options": {
    "match": "all",
    "conditions": [
      {
        "field" : "testgrouptitle",
        "op" : "all",
        "value" : "testgroupname"
      }
    ]
  }
}

在postman(chrome)中解决此问题后,我发现此错误

{
"status": "error",
"code": 506,
"name": "Invalid_Options",
"error": "op=\"all\" is invalid for field=\"testgrouptitle\" and value=\"testgroupname\"" }

错误可能是错误的情况。谁能告诉我json代码中有什么问题? 提前谢谢。

1 个答案:

答案 0 :(得分:0)

如果您想通过小组制定条件:

  • 字段 =" interest-X ":其中X是列表/兴趣分组中的分组ID()
  • 有效操作(erations):one / none / all
  • 有效值:列表的逗号分隔的兴趣组字符串,就像您在list / subscribe()中使用一样 - 请参阅lists / interest-groupings()

有关详细信息,请参阅the documentation