GET reports/tweet/create/
Operation ID: —
Auth: unknown
Description
This report details the audience of the users who have tweeted content that matches what was provided in the keywords. To create custom or twitter reports other methods must be used.
Parameters (5)
(integer, query, required)
A unix timestamp. end_date will be set to the next midnight.
(string, query, optional)
Filtering options to be used when creating a filtered report. The options must be in JSON form, example: {'gender':['male'],'ages':['18-24'],'countries':['usa']}
(string, query, required)
Name of report
(integer, query, required)
A unix timestamp. start_date will be set to the previous midnight.
(string, query, required)
If you are tracking a single term, then the keyword itself is suffice otherwise, tracking multiple terms must be in JSON form, example '[{"operator":"","word":"http://google.com"},{"operator":"or","word":"#test"},{"operator":"and","word":"test2"}]' Which results in filtering tweets containing 'http://google.com' OR '#test' AND 'test2'. (NOTE) Make sure to URL encode the terms value for multiple terms.
No probe data for this endpoint yet.