Continuing the discussion from How to know what term was used to search for each tweet from a long query:
@happycamper thank you for your answer. Sorry for opening it back. I did some tests using tag. It looks like the tag is for the whole query and we want it for each term. Can it be included for each term?
{
“maxResults”: 500,
“query”: “Real Madrid” (Carvajal OR Benzema OR Asensio…)
“tag”:“testtag1”
}
Produces one tag for all of the terms in the query.
We would like to get “Real Madrid” Carvajal for each tweet Real Madrid and Carvajal appear in a tweet, not the whole query “Real Madrid” (Carvajal OR Benzema OR Asensio…) therefore we don’t know what specific term was found in the tweet.
Thank you.
system
Closed
#2
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.