ReportUseragents Method - GET

Description

Platform, browsers and versions used by your recipients.

Request URL

api.mailjet.com/0.1/reportUseragents

Code Sample

<?php
 
# Call
$response = $mj->reportUserAgents();
 
# Result
$user_agents = $response->user_agents;
$count = $reponse->cnt;
 
?>

Parameters

campaign_id (Integer, optional)
Description: Mailjet's campaign ID
from (String, optional)
Description: Filter on Sender email
from_domain (String, optional)
Description: Filter on Domain
from_id (String, optional)
Description: Mailjet's Sender ID
from_type (Integer, optional)
Description: Filter on email type. [0]: all; [1]: transactional only; [2]: campaigns only
limit (Integer, optional)
Description: Limit amount of results your want
start (Integer, optional)
Description: Start offset
status (String, optional)
Description: queued, sent, opened, clicked, bounce, blocked, spam or unsub.
ts_from (Timestamp, optional)
Description: Beginning of the period
ts_to (Timestamp, optional)
Description: End of the period

Return

status (String)
Description: Status of the response
cnt (Integer)
Description: Amount of distinct user agents tracked
user_agents (Array)
Description: List of user agents tracked
LabelTypeDescription
cnt_clickedIntegerTotal of emails clicked
partInteger% of total emails clicked
platformStringplatform (Mac OS, Windows, Linux, ...)
user_agentStringuser agent (browser and version)