Web push API consist of reporting section which serves data from GBQ for push, inbox and webpush.
Api is described here.
Operations
There are low level alerts setup for push and web-push scheduled queries at the moment.
Push
In case of push scheduled queries it can happen that one of the following failed:
-
campaign_reporting_metric_summary_today
-
campaign_reporting_metric_summary_yesterday
-
campaign_reporting_metric_summary_2days
-
campaign_reporting_undelivered_summary_today
-
campaign_reporting_undelivered_summary_2days
-
campaign_reporting_undelivered_summary_yesterday
You could fix it by simply rerunning the query since it’s will either update or insert the new data. In case of some major incident where you would need to backfill the data, here are the queries for metric_summary table and undelivered_summary.
WebPush
In case of webpush scheduled queries it can happen that one of the following failed:
-
web_push_campaign_reporting_metric_summary_today
-
web_push_campaign_reporting_metric_summary_yesterday
-
web_push_campaign_reporting_metric_summary_2days
-
web_push_campaign_reporting_undelivered_summary_today
-
web_push_campaign_reporting_undelivered_summary_yesterday
-
web_push_campaign_reporting_undelivered_summary_2days
-
campaign_reporting_metric_summary_today
Again, same as in push you could fix it by simply rerunning the query since it’s will either update or insert the new data. In case of some major incident where you would need to backfill the data, here are the queries for web_push_metric_summary table and web_push_undelivered_summary.