Community Discussion

Ask a Question
Back to All

It takes two requests to effectively update a campaign item's status

I'm not sure why, but it appears that it takes two requests to update the status on a campaign item.

Here's an example of the first response:

{'id': '225041018', 'campaign_id': '2258352', 'status': 'RUNNING', 'policy_review': {'reject_reason': None}, 'is_active': True, 'thumbnail_url': 'https://media.workandmoney.com/96/56/9656faa856ba4ccbb80632b03aa83c23.jpg', 'title': 'Who Are the Best Liverpool Players of All Time?', 'approval_state': 'APPROVED', 'type': 'ITEM', 'url': 'https://www.stadiumtalk.com/s/greatest-liverpool-football-club-all-time-2910538a984a4f5e'}

Then the same exact request seconds later:

{'url': 'https://www.stadiumtalk.com/s/greatest-liverpool-football-club-all-time-2910538a984a4f5e', 'thumbnail_url': 'https://media.workandmoney.com/96/56/9656faa856ba4ccbb80632b03aa83c23.jpg', 'campaign_id': '2258352', 'id': '225041018', 'status': 'PAUSED', 'title': 'Who Are the Best Liverpool Players of All Time?', 'approval_state': 'APPROVED', 'policy_review': {'reject_reason': None}, 'type': 'ITEM', 'is_active': False}

Any help would be greatly appreciated.

Thank you.