Hi @juanshishido @brandonmblack , twurl -t -H https://ads-api.twitter.com "/1/stats/accounts/18ce54h6gph/reach/campaigns?start_time=2017-03-21T18:50:00Z&end_time=2017-03-22T18:50:00Z&campaign_ids=7utab"
When trying with above command then getting below error
Header shows HTTP/1.1 400 Bad Request
Response looks like bellow
{“errors”:[{“code”:“FEATURE_NOT_AVAILABLE”,“message”:“The account does not have
the feature REACH_AND_FREQUENCY_ANALYTICS”,“parameter”:""}],“request”:{“params”:
{“campaign_ids”:[“7utab”],“start_time”:“2017-03-21T18:50:00Z”,“end_time”:“2017-0
3-22T18:50:00Z”,“account_id”:“18ce54h6gph”}}}
How can i resolve this issue?
One more thing, Is any ads API sdk available for PHP?