Getting the task geotargeting

Description

No

Request code

OC_GETGEOTARGETING

Request errors

No

Request body

"Action":<OC_GETGEOTARGETING>,
 "Data":{
 "Token":<MyToken>,
 "Folder ID":<MyFolderID>,
 "Task ID":<MyTaskID>
}

Response body

"Status": "Success",
"Data":{
"Geo targeting":[
  { "Zone ID": 1, "Target": 0.,"Recd":0., "Name": <ZoneName_1> },
  { "Zone ID": 2, "Target": 0.,"Recd":0., "Name": <ZoneName_2> },
  ...
  { "Zone ID": N, "Target": 0.,"Recd":0., "Name": <ZoneName_N> }
  ]
}