Hey @djordjesavic
Can you double check if you’re still seeing the issue? It should be resolved now:
twurl -H ads-api-sandbox.twitter.com -X PUT "/2/accounts/gq1axn/targeting_criteria?line_item_id=ejgq&similar_to_followers_of_users=27292274" | jq .
{
"data": [
{
"line_item_id": "ejgq",
"name": "httpool",
"id": "38r5f",
"account_id": "gq1axn",
"created_at": "2018-02-16T00:15:53Z",
"targeting_value": "27292274",
"updated_at": "2018-02-16T00:15:53Z",
"deleted": false,
"targeting_type": "SIMILAR_TO_FOLLOWERS_OF_USER"
}
],
"request": {
"params": {
"line_item_id": "ejgq",
"similar_to_followers_of_users": "27292274",
"account_id": "gq1axn"
}
}
}