Hi @jayanhari555,
Are you having this issue with the Sandbox only or in the live environment as well? Can you provide the full twurl request and response similar to the example below in my test account?
$ twurl -X PUT -H ads-api.twitter.com "/2/accounts/18ce5475gij/targeting_criteria?line_item_id=9x806&interests=21001,21002&gender=1&locations=b850c1bfd38f30e0&languages=en&platforms=0,1" | jq
{
"data": [
{
"line_item_id": "9x806",
"name": "India",
"id": "h7c6tx",
"account_id": "18ce5475gij",
"location_type": "COUNTRIES",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": "b850c1bfd38f30e0",
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "LOCATION"
},
{
"line_item_id": "9x806",
"name": "Body art",
"id": "h7c6tz",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": 21001,
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "INTEREST"
},
{
"line_item_id": "9x806",
"name": "Hair care",
"id": "h7c6u0",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": 21002,
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "INTEREST"
},
{
"line_item_id": "9x806",
"name": "Male",
"id": "h7c6u1",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": 1,
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "GENDER"
},
{
"line_item_id": "9x806",
"name": "iOS",
"id": "h7c6u2",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": 0,
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "PLATFORM"
},
{
"line_item_id": "9x806",
"name": "Android",
"id": "h7c6u3",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": 1,
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "PLATFORM"
},
{
"line_item_id": "9x806",
"name": "English",
"id": "h7c6ty",
"account_id": "18ce5475gij",
"created_at": "2018-01-03T01:13:52Z",
"targeting_value": "en",
"updated_at": "2018-01-03T01:13:52Z",
"deleted": false,
"targeting_type": "LANGUAGE"
}
],
"request": {
"params": {
"locations": "b850c1bfd38f30e0",
"line_item_id": "9x806",
"platforms": "0,1",
"account_id": "18ce5475gij",
"languages": "en",
"interests": "21001,21002",
"gender": "1"
}
}
}