Hey,
We called https://ads-api.twitter.com/10/accounts/18ce55gblpx/cards
with params:
Array
(
[card_uris] => card://1480525349884555265
)
and we got a different ad name from what is set on twitter:


and this is what we get:
Array
(
[0] => Array
(
[name] => 重复 重复 重复 重复 【VA抽卡养成】^hm,011批,抽卡,纯包装,可爱,卡牌,GJP,H99,null^
[components] => Array
(
[0] => Array
The letters 重复 重复 重复 重复 are appearing in the api and we’d like to know where did they come from.

Hi, from the endpoint you have provided, it gives the details of the video app card in the card library with [card_uris] => card://1480525349884555265. As such, it returns the name of the card which you see.

To retrieve the ad name associated with the card_uri, you will need to use the GET accounts/:account_id/tweets end point

Note that the “Ad Name” as seen on the Ads Manager is actually the “Tweet Name” in the response of the API.

You can refer to the relevant documentation here