2016-02-12 85 views
0

我的mandrill一直說我的消息沒有打開時,我呼叫消息/ info.json,儘管我已經添加了跟蹤。添加跟蹤到mandrill發送模板

這裏是我的要求:

{ 
"key": "mykey", 
"template_name": "message", 
"template_content": {}, 
"message": { 
    "html": null, 
    "text": null, 
    "subject": "test", 
    "from_email": "[email protected]", 
    "from_name": "test", 
    "to": [ 
     { 
      "email": "[email protected]", 
      "name": "rob", 
      "type": "to" 
     } 
    ], 
    "headers": null, 
    "important": null, 
    "track_opens": true, 
    "track_clicks": true, 

等。

我山魈響應我的呼喚/messages/info.json

{ 
"ts": 1455290984, 
"_id": "3e5877fc43044841ab505f999b4a5b00", 
"state": "sent", 
"subject": "test", 
"email": "[email protected]", 
"tags": {}, 
"opens": 0, 
"clicks": 0, 
"smtp_events": [ 
    { 
     "ts": 1455290986, 
     "type": "sent", 
     "diag": "250 2.0.0 OK 5E/A9-30218-21AFDB65", 
     "source_ip": "198.2.134.26", 
     "destination_ip": "94.143.184.119", 
     "size": 23062 
    } 
], 
"resends": {}, 
"sender": "[email protected]", 
"template": "pocmessage", 
"opens_detail": {}, 
"clicks_detail": {} 

}

5分鐘後。打開郵箱後仍然沒有結果.. 我做錯了什麼? 謝謝

+0

我忘了什麼? – RobinHo

回答

0

我需要大約2小時,直到Mandrill知道您的郵件何時打開。