Create traffic modifierAsk AIpost https://api.kevel.co/v1/forecaster/modifiers/trafficCreate a Forecast Traffic ModifierBody ParamsThe JSON object with the traffic modifier.Ad Request MultiplierAd Request CountIdstringrequiredUnique identifier of the Traffic Modifier.StartDatedate-timerequiredStart date for the traffic modifier, as yyyy-mm-dd'T'HH:mm:SS or yyyy-mm-dd (default time of 00:00:00).EndDatedate-timerequiredEnd date for the traffic modifier, as yyyy-mm-dd'T'HH:mm:SS or yyyy-mm-dd (default time of 23:59:59).TimeZonestringDefaults to UTCThe time zone of the modifier's start and end dates (available time zones). Additionally, the rule is evaluated in the modifier's time zone, i.e. if the modifier is set to "EST" a rule like $datetime.hour > 10 assumes that the given hour is in "EST".RulestringThe rule used to filter the Ad Requests (Zerkel query). The traffic modifier will only be applied to Ad Requests who conform to this rule.TypestringenumrequiredadRequestMultiplierAllowed:adRequestMultiplierMultipliernumberrequiredHow many times to multiply traffic in the range.Responses 200The JSON object of the traffic modifier that was created successfully. 400The entity in the body is invalid.Updated 7 months ago