Newsman API Page
Newsman API » Newsman API 1.0 » Tag » tag.live_counters
Newsman Api Method: tag.live_counters
Prototype: tag.live_counters($key, $account_id, $tag, $start_date, $stop_date, $unit)
Description: Returns live counters for a specific tag in the same format as account.live_counters
Return: struct
Variable | Type | Description |
---|---|---|
$key | string | API key |
$account_id | string | |
$tag | string | |
$start_date | date or datetime | |
$stop_date | date or datetime | |
$unit | string |
Curl Code Example
curl -G https://cluster.newsmanapp.com/api/1.0/tag.live_counters \ -d key=884kdkksljdkls9983992 \ -d account_id=test90210 \ -d tag=confirmation \ -d start_date=2013-10-07 \ -d stop_date=2013-10-12 \ -d unit=days