Search Console のデータを使います。 まずは searchConsoleR でデータを読み込み、プロットします。 対象とするランディングページは http://abrahamcow.hatenablog.com/entry/2015/01/17/064522 とします。 library(dplyr) library(cowplot) library(searchConsoleR) library(rstan) rstan_options(auto_write = TRUE) options(mc.cores = parallel::detectCores()) ####### #デフォルトでは、90日分のデータをとってくる scr_auth() sc_websites <- list_websites() scdata <- search_analytics(sc_websi