Hello,

I am looking below information from Twitter API. I need to know what is the endpoint which can provide me this information. Any guidance is much appreciated.

Email tweet
Dial phone
Media views
Media engagements
Promoted impressions
Promoted Engagements
Promoted engagement Rate
Promoted engagements / Promoted Impressions.
Promoted retweets
Promoted replies
Promoted likes
Promoted user profile clicks
Promoted URL clicks
Promoted Hashtag clicks
Promoted Detail Expands
Promoted Permalink clicks

if you configure your app permissions on https://developer.twitter.com/en/portal/dashboard and get approved, emails can be made available to your app with additional permissions GET account/verify_credentials | Docs | Twitter Developer Platform phone numbers cannot be obtained.

For metrics have a look at Metrics | Docs | Twitter Developer Platform

@IgorBrigadir …thanks for the response. I tried finding the metrices which I am interested in, from past couple of days and it is giving me hard time to find all of them. Appreciate if you can guide me in right direction.

You’ll have to be more specific - what endpoint are you calling, how (what library / code) with what parameters and what output are you expecting, and what’s the actual output?

@IgorBrigadir I am looking only for endpoints which can provide those metrices. I am hitting the endpoints in POSTMAN. I am analyzing this requirement as of now. I just need an idea about what enpoints can be used to fetch those metrics information

1 Like

Ah ok, in that case, have you tried making the calls here? Metrics | Docs | Twitter Developer Platform (remember that some of the metrics you want are private metrics and so will only be available using the access token that belongs to the tweet author)

@IgorBrigadir I have created twitter app and project and both are linked. I should be able to access the private metrics based on the access token that belongs to my app, but I am still able to do. Since yesterday I am stuck at Ads API Error Unauthorized Access . What I read is most of the above mentioned metrics will be available in the Twitter’s Ads API.

Ah ok - the ads API issues are separate - v2 API Metrics are not the same API as Ads. You should be using the access tokens and access token secret for your account and looking up your own tweets for private metrics for the v2 API

Yeah that is what I am doing but not able to get everything. Can you point me to someone who can help me with V2 Ads API

1 Like

The ads forum is the best place i think! Advertiser Tools and APIs - Twitter Developers

I have posted question there also. No response till now. This issue is pulling me back to complete my analysis.