This can be too complex to answer here, and a lot depends on the data you have (e.g., time series, data for all the proper variables in model specification).
For example, I may already know or have control over some predictors like the amount of money to be invested over time, the expected inertia (how much past revenue predicts future revenue), and the pricing and distribution strategies specifically for the new campaign.
I may have predictions from teams in finance and economics about GDP and environmental factors.
There are usually variables for seasonality, even for things like Holt-Winters.
We can even have something closer to a synthetic control, so we "synthesize" (create an artifical) version of the future campaign that is a combination of forecasts of other campaigns, even from competitors.
If I started with the goal in mind, I may have to work backwards with my regression results to make decisions to achieve that goal (e.g., how much I should invest in advertising, how frequently, and how often).
Working with different scenarios is also common. Can we still expect to achieve the goal under a pessimistic scenario?
And yeah, this is an example of how AI can't do what I do. AI helps with coding to run my analytics, not much more beyond that.