2014-03-14 74 views
0

即時通訊工作在mailchimp api上。我想創建一個細分市場,但在創建細分市場之前,我想測試這個條件。所以我在郵遞員燒成之後嘗試這種代碼mailchimp「段測試」錯誤

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

(鉻)即時得到這個錯誤

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

的錯誤可能是不正確的狀態。任何人都可以告訴我什麼錯誤的JSON代碼? 在此先感謝。

回答

0

如果要通過集團作出條件:

  • = 「利益-X」:其中X爲分組標識從列表/興趣分組()
  • 有效Op(erations):one/none/all
  • 有效值:用於列表的逗號分隔的興趣組字符串,就像您在列表/ subscription()中使用的那樣 - 請參閱列表/ interest-groupings()

欲瞭解更多信息,請參考the documentation