Guest User

Untitled

a guest
Jan 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #Furthermore, even the API Response with ALL Tags and Aggregated values don't match:
  2. data = {"aggregate" => 1, "days" => 13}
  3. result = m.get_statistics(data)
  4.  
  5. {"code"=>"success", "message"=>"Data retrieved", "data"=>{"requests"=>256575, "delivered"=>254322, "bounces"=>2462, "spamreports"=>10, "blocked"=>269, "invalid"=>25, "deferred"=>2205, "opens"=>55479, "unique_opens"=>33164, "clicks"=>3822, "unique_clicks"=>2896, "range"=>"2017-12-31|2018-01-13"}}
Add Comment
Please, Sign In to add comment