Questions? Feedback? powered by Olark live chat software

Newsman API Page

Newsman API » Newsman API 1.0 » Tag » tag.counters

Newsman Api Method: tag.counters

Prototype: tag.counters($key, $account_id, $tag, $start_date, $stop_date, $unit)

Description: Returns counters for a specific tag in the same format as account.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.counters \
	-d key=829383ksnvikk989234llal \
	-d account_id=test90210 \
	-d tag=confirmation \
	-d start_date=2013-10-07 \
	-d stop_date=2013-10-12 \
	-d unit=days