Failed to associate tweet with the line item.
Would you please take a look into it?
The tweet
twurl -H ads-api.twitter.com -XGET "/3/accounts/18ce54iditw/scoped_timeline?objective=WEBSITE_CLICKS&scoped_to=none" | jq '.data[] | select(.id_str=="953909694187229185")'
The line item
twurl -H ads-api.twitter.com -XPOST "/2/accounts/18ce54iditw/promoted_tweets?line_item_id=b1uv5&tweet_ids=953909694187229185"
Hi @wenping.wang
Could you paste also the responses?
Thanks
1 Like
{"errors":[{"code":"INVALID","message":"Tweet : 953909694187229185 not appropriate for objective WEBSITE_CLICKS","attribute":"tweet_id"}],"request":{"params":{"line_item_id":"b1uv5","tweet_ids":[953909694187229185],"account_id":"18ce54iditw"}}}
@wenping.wang - You are receiving this error because Promoted Tweets without links or Twitter Ads Cards are not allowed for that objective. It looks like your tweet doesnât have any links and is not using cards.
@goforbrent
But the tweet could be get by that objectvie âWEBSITE_CLICKSâ as the following.
twurl -H ads-api.twitter.com -XGET "/3/accounts/18ce54iditw/scoped_timeline?objective=WEBSITE_CLICKS&scoped_to=none" | jq '.data[] | select(.id_str=="953909694187229185")'
Hi @wenping.wang
Looks like is an unconsistent behaviour about âscoped_timelineâ endpoint.
You canât use tweets without links or cards in Website Conversion Campaigns.
This is the Tweet youâre trying to add, and it doesnât have a link:
https://twitter.com/hottolink_ag/status/953909694187229185
1 Like
@hector_borras
Thank you so much for the info.
So I need to check the tweet content every time when I create Website Conversion Campaigns?
Well, Iâve only pointed that could be a mistake in Ads API side.
Maybe some Twitter Staff could help better here
1 Like
@juanshishido
Could you be kind to help answer this one?
Thanks in advance.
Thanks, @wenping.wang. Weâll take a look to determine what could be going on.
1 Like