Hi

i am new to twitter ads API and i have a few basic questions regarding the twitter ads API (interested specifically in APP_INSTALLS objective):

  1. the terminology in the twitter ads UI and the twitter ads API is different. is the following translation correct?
    Line item → ad group
    Promotable tweet → ad

2.the relations between the objects are not clear to me (if there is somewhere a link to a visual graph that explains the relations it would be great. i couldn’t find such a thing).
from what i could understand, the relations are something like: account → campaign → line item → promotable tweet. but not sure where in this hierarchy are - tweet, card and media

  1. i can get all the account campaigns. then for each campaign i can get all of its line items and then for each line item i can get its promotable tweets (assuming they are the actual ads).
    now, how do i get the creative itself (text + video link/image link) and the promoted app from the promotable tweet? i see i have a tweet_id in the promotable tweet but not sure what can i do with it?

Hi @AdsBidalgo ,

  1. the terminology in the twitter ads UI and the twitter ads API is different. is the following translation correct?
    Line item → ad group
    Promotable tweet → ad

Correct.

2.the relations between the objects are not clear to me (if there is somewhere a link to a visual graph that explains the relations it would be great. i couldn’t find such a thing).
from what i could understand, the relations are something like: account → campaign → line item → promotable tweet. but not sure where in this hierarchy are - tweet, card and media

Here we have Ads API Hierarchy and Terminology page:

  1. i can get all the account campaigns. then for each campaign i can get all of its line items and then for each line item i can get its promotable tweets (assuming they are the actual ads).
    now, how do i get the creative itself (text + video link/image link) and the promoted app from the promotable tweet? i see i have a tweet_id in the promotable tweet but not sure what can i do with it?

You can look up a card_uri from a tweet_id. For more details, I recommend reading the below documentation: