You can use business event variables in automated rules, formula columns, and scheduled reports just as you can use other business data. As with other business data, rules, formula columns, and scheduled reports always use the current value of a business event variable regardless of the report's time range.
For example, you do the following:
- Upload this event:
Row type
Action
Event start time
Event end time
c:Brand.ID
c:Brand.Discount %
c:Brand
append
2016-06-01
2016-07-01
Comfy Walkers
.20
-
Set up a nightly rule that's scoped to the last 7 days. The rule pauses a keyword if both of the following are true:
-
Brand.Discount % = .20
-
CPA > $20
-
When rule runs on July 1st, the Brand.Discount % value will be ".20". But when the rule runs on July 2nd, the Brand.Discount % will be "--", since the event ends at 11:59 pm on July 1st.