{
"kind": "dfareporting#remarketingList",
"id": "xxxxxxxxx",
"accountId": "xxxxxxxx",
"advertiserId": "xxxxxxx",
"advertiserIdDimensionValue": {
"kind": "dfareporting#dimensionValue",
"etag": "\"-DXKPkNrYsuS4cIxVPlr9bXMGCY/bhjQqrZ5JAR6qNyB6sE_NNI\"",
"dimensionName": "dfa:advertiserId",
"value": "xxxxxxxxx"
},
"name": "",
"description": "",
"active": false,
"listSize": "0",
"lifeSpan": "24",
"listPopulationRule": {
"floodlightActivityId": "",
"floodlightActivityName": "",
"listPopulationClauses": [
{
"terms": [
{
"variableName": "U3",
"variableFriendlyName": "parentCategoryId",
"operator": "NUM_EQUALS",
"value": "",
"negation": false,
"type": "CUSTOM_VARIABLE_TERM"
}
]
}
]
},
"listSource": "REMARKETING_LIST_SOURCE_DFA"
}
If I inspect the decompiled I observe that is a problem to read the response given by the server, so could be a problem that the response is too long? It exist a way to increase the time out time?