Hi

Can I have end point for Followers of @user option which is available under Additional Options.

In docs Followers Of : Target the followers of any fully promotable users for the current account (note, currently the primary account holder is the only fully-promotable user of that account). GET accounts/:account_id/promotable_users to get a list of promotable users.

Does it to get promotable users list ?

Thanks in advance

Thanks,
Sandeep.S

Hi @sandeepsaripali ,

If I understand your question correctly, yes, you can get promotable users associated with your Ads account using GET accounts/:account_id/promotable_users endpoint.

Best,
Shohei

Hi @jrsyo

Thanks for your response.

Actually how can I access Followers of @24_telugu option check box available under Additional Options in Targeting page while creating line item

Screenshot%20from%202019-01-18%2018-08-01

Can you suggest me the end point for the option through API.

I had tried like this
twurl -X POST -H “ads-api.twitter.com” “/4/accounts/18ce54sj2ha/targeting_criteria?line_item_id=dfc3f&targeting_type=FOLLOWERS_OF_USER&targeting_value=1”

Which return below error
{“errors”:[{“code”:“INVALID_PARAMETER”,“message”:“Expected valid targeting_value, got “1” for targeting_value”,“parameter”:“targeting_value”},{“code”:“INVALID_PARAMETER”,“message”:“User 1 is not promotable user for this account, so cannot have the followers directly targeted”,“attribute”:“targeting_value”}],“request”:{“params”:{“line_item_id”:“dfc3f”,“targeting_type”:“FOLLOWERS_OF_USER”,“targeting_value”:1,“account_id”:“18ce54sj2ha”}}}

Screenshot%20from%202019-01-18%2018-12-32

Thanks for your support in advance,

Thanks,
Sandeep.S

Hi

Can any one help me in getting the end point for the above targeting type please.

Thanks,
Sandeep.S

@sandeepsaripali

Try:

twurl -X POST -H 'ads-api.twitter.com' '/4/accounts/18ce54sj2ha/targeting_criteria?line_item_id=dfc3f&targeting_type=FOLLOWERS_OF_USER&targeting_value=846807524296790016'

Note: 846807524296790016 is a user_id of @24_telugu

Best,
Shohei

2 Likes

@jrsyo

Thanks you so much.

It works and thanks for your quick response again.

One more quick help needed please. How can I get the Follower Look-alikes twitter users list, can you please suggest the end point to get users list please.

As I got the targeting type(SIMILAR_TO_FOLLOWERS_OF_USER) and value, it works
twurl -X POST -H ‘ads-api.twitter.com’ ‘/4/accounts/18ce54sj2ha/targeting_criteria?line_item_id=dfc3f&targeting_type=SIMILAR_TO_FOLLOWERS_OF_USER&targeting_value=846807524296790016’

I just need end point to get twitter users list please.

Thanks in advance.

Thanks,
Sandeep.S

Thanks,
Sandeep.S