You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to update campaign API update target zone price, the data i post is following
{
"zones": [
{
"id": 1546284,
"price":80
}
]
}
It always return "NetworkError: 500 Internal Server Error - https://api.exoclick.com/v1/campaigns/{my campaign id}"