| What percentage of the total number of conversions comes from Desktop traffic. | all_conversions_by_conv_time.d...all_conversions_by_conv_time.device(desktop) / all_conversions_by_conv_time | All (Campaign, ad group, keyword) | Percentage (%) |
| Number of conversion coming from desktop traffic. Better understand how important desktop traffic is to your performance | all_conversions_by_conv_time.d...all_conversions_by_conv_time.device(desktop) / Clicks.device(desktop) | All (Campaign, ad group, keyword) | Number |
| Conversion percentage of Desktop traffic | all_conversions_by_conv_time.d...all_conversions_by_conv_time.device(desktop) / Clicks.device(desktop) | All (Campaign, ad group, keyword) | Percentage (%) |
Desktop Performance (CPA) | Discover how well desktop traffic performs (CPA) | Cost.device(desktop) / all_con...Cost.device(desktop) / all_conversions_by_conv_time.device(desktop) | All (Campaign, ad group, keyword) | Money |
Desktop Performance (ROAS) | Discover how well desktop traffic performs (ROAS) | Conversion_value_by_conv_time....Conversion_value_by_conv_time.device(desktop) / Cost.device(desktop) | All (Campaign, ad group, keyword) | Percentage (%) |
Effective Search Terms (CPA) | Returns whether keywords perform within CPA targets (and threshold converions)
True = Effective, False = not (yet) effective.
Instruction: adjust the thresholds and apply conversion filter | if(and((Cost / All_all_convers...if(and((Cost / All_all_conversions_by_conv_time) < 80, All_all_conversions_by_conv_time > 2), true, false) | Search terms | Automatically: True/false |
Effective Search Terms (ROAS) | Returns whether keywords perform within ROAS targets (and threshold converions)
True = Effective, False = not (yet) effective.
Instruction: adjust the thresholds and apply conversion filter | if(and(Conversion_value_per_co...if(and(Conversion_value_per_cost > 5, Conversions > 2), true, false) | Search terms | Automatically: True/false |
Engaged Conversions Percentage | Percentage of engaged conversions to regular conversions | Conversions.ad_event_type(enga...Conversions.ad_event_type(engaged_view) / Conversions | All (Campaign, ad group, keyword) | Percentage (%) |
Exp. Conv. vs Last month Conv. | Expected conversions of this month versus the conversions of last month | (all_conversions_by_conv_time....(all_conversions_by_conv_time.between_dates(month_start, yesterday) + (all_conversions_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) - all_conversions_by_conv_time.date_range(last_month)) / all_conversions_by_conv_time.date_range(last_month) | All (Campaign, ad group, keyword) | Percentage (%) |
| Expected ad profit for the running month, minus the expected total month spend. | Conversion_value_by_conv_time....Conversion_value_by_conv_time.between_dates(month_start, yesterday) + (Conversion_value_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) | All (Campaign, ad group, keyword) | Money |
| Expected number of clicks for the running month. A combination of realized clicks, and the clicks of last 7 days extrapolated | Clicks.between_dates(month_sta...Clicks.between_dates(month_start, yesterday) + (Clicks.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) | All (Campaign, ad group, keyword) | Number |
| Expected number of conversions for the running month. A combination of realized conversion, and the conversions of last 7 days extrapolated | all_conversions_by_conv_time.b...all_conversions_by_conv_time.between_dates(month_start, yesterday) + (all_conversions_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) | All (Campaign, ad group, keyword) | Number |
Exp. Month Impr vs Last month | Expected Impressions of this month versus the Impressions realized last month | (Impr.between_dates(month_star...(Impr.between_dates(month_start, yesterday) + (Impr.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) - Impr.date_range(last_month)) / Impr.date_range(last_month) | All (Campaign, ad group, keyword) | Percentage (%) |
| Conversion value of the running month, minus the expected cost of the running month | (Conversion_value_by_conv_time...(Conversion_value_by_conv_time.between_dates(month_start, yesterday) + (Conversion_value_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today()))) / (Cost.between_dates(month_start, yesterday) + (Cost.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today()))) | All (Campaign, ad group, keyword) | Percentage (%) |
| Expected conversion value for the running month. A combination of realized conversion value, and the conversion value of last 7 days extrapolated | Conversion_value_by_conv_time....Conversion_value_by_conv_time.between_dates(month_start, yesterday) + (Conversion_value_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) | All (Campaign, ad group, keyword) | Money |
| Expected total month spend | Cost.between_dates(month_start...Cost.between_dates(month_start, yesterday) + (Cost.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) | All (Campaign, ad group, keyword) | Money |
Exp. Month Spend vs Last month Spend | Expected Spend of this month versus the Spend realized last month | (Cost.between_dates(month_star...(Cost.between_dates(month_start, yesterday) + (Cost.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) - Cost.date_range(last_month)) / Cost.date_range(last_month) | All (Campaign, ad group, keyword) | Percentage (%) |
Exp. Month traffic vs Last Month | Expected traffic of this month versus the traffic realized last month | (Clicks.between_dates(month_st...(Clicks.between_dates(month_start, yesterday) + (Clicks.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) - Clicks.date_range(last_month)) / Clicks.date_range(last_month) | All (Campaign, ad group, keyword) | Percentage (%) |
| Expected conversion value for the running month, minus the expected total month spend. | (Conversion_value_by_conv_time...(Conversion_value_by_conv_time.between_dates(month_start, yesterday) + (Conversion_value_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today()))) - (Cost.between_dates(month_start, yesterday) + (Cost.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today()))) | All (Campaign, ad group, keyword) | Money |
Exp. Rev. vs Last month Rev. | Expected Revenue of this month versus the revenue of last month | (Conversion_value_by_conv_time...(Conversion_value_by_conv_time.between_dates(month_start, yesterday) + (Conversion_value_by_conv_time.date_range(last_7_days) / 7) * (day(offset_days(offset_months(month_start(), 1), -1)) - day(today())) - Conversion_value_by_conv_time.date_range(last_month)) / Conversion_value_by_conv_time.date_range(last_month) | All (Campaign, ad group, keyword) | Percentage (%) |