Hi, this is a question about using Advertising API GETs on existing tweets. We are trying to determine what the Card ID is from a known Tweet ID using the Advertising API.
We are able to retrieve the following data from the advertising api:
- account id
- campaign id
- line id
- promoted tweet id
- tweet id
But how do we actually get the card id with this information? Is there a GET call on the Advertising API we can make to retrieve this?
Our current work around is to use the Tweet ID on the status API to get the preview_url (typo: expanded_url) which we can parse for the card ID, but it seems strange to us that we’d have to jump over to a completely different api to get this data.