« Back to Documentation Overview

listClients – v1.3

 listClients(string apikey, string id)

Retrieve the clients that the list's subscribers have been tagged as being used based on user agents seen. Made possible by user-agent-string.info

Section
List Related
Parameters
apikey a valid API Key for your user account. Get by visiting your API dashboard
id the list id to connect to. Get by calling lists()
Returns
array the desktop and mobile user agents in use on the list
arraydesktopdesktop user agents and percentages
doublepenetrationthe percent of desktop clients in use
arrayclientsa record for each containing:
stringclientthe common name for the client
stringicona url to an image representing this client
stringpercentpercent of list using the client
stringmemberstotal members using the client
arraymobilemobile user agents and percentages
doublepenetrationthe percent of mobile clients in use
arrayclientsa record for each containing:
stringclientthe common name for the client
stringicona url to an image representing this client
stringpercentpercent of list using the client
stringmemberstotal members using the client