fafadiatech / newscout_web

Web Applications & APIs for NewScout
Apache License 2.0
2 stars 7 forks source link

[enhancement] Allow to start and pause campaign #408

Open sidharthshah opened 4 years ago

sidharthshah commented 4 years ago

Right now there is no way to pause campaign and individual ads selectively, this needs to changed.

sidharthshah commented 4 years ago

Following changes need to be made:

  1. We have a flag associated with campaign is_active
  2. Toggle this flag
  3. We need to update the Advertise Serving API to skip ads if their Campaign is not active

@hkacha let me know if the requirements are clear or not