3 basic custom columns I like & I think you will too! ???????????????? ?????????????? ?????????????????????? Perfect to quickly glance at to see if you're on track to hit your conversion goals for the month: Conversions_by_conv_time.between_dates(month_start, yesterday) + (Conversions_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) ???????????????? ?????????????? ?????????? Pacing your spend properly can be time consuming, this custom column lets you see again, at a glance what you're expected to spend for the month: Cost.between_dates(month_start, yesterday) + (Cost.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) ?????????????? ?????????? ??????????: Check to see if you're utilising your full daily budget on average over a period of time: Cost.between_dates(report_range_start, report_range_end) / report_days_count() These are just 3 of loads of custom columns you can implement, so I'll give a shout out to Denie Geertzen ??, Arjan Schoorl & Miles McNair for compiling a list of over 75 custom columns that you can find here: https://columnlibrary.com/ ???????? ???????????? ?????????????? ?????????? ?????? ??????????????????? ??
3 of my favorites as well. Thanks for the mention Jamie Leckie! ??
Thanks for sharing these custom columns. Can't wait to implement them. ?? Jamie Leckie