Does FB Ads Api allow updating the start time of an existing but not yet live campaign?
It is possible to change start time through the Facebook Ads Manager UI, but the API documentation has only support for updating end_time and not start_time: https://developers.facebook.com/docs/reference/ads-api/adcampaign/#update
Sample Use Case Scenario:
- Assume, today is December 16
- An existing Campaign is scheduled to start on Dec 25
- User wants to launch the campaign a few days earlier on Dec 23
Is it possible to adjust the start time in this scenario through the API?
It would be nice to do so, instead of workaround of deleting the campaign and re-creating a campaign with same data but with a different start time.