We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get 14000ish observations and when I look at data, I have no pages with 0 clicks
remotes::install_github("MarkEdmondson1234/searchConsoleR")
options("googleAuthR.scopes.selected" = c("https://www.googleapis.com/auth/webmasters", "https://www.googleapis.com/auth/webmasters.readonly"))
options("googleAuthR.client_id" = "xxxxxxxxxxx.apps.googleusercontent.com") options("googleAuthR.client_secret" = "xxxxxxxxxxxxxxxxxxx") googleAuthR::gar_auth()
indexed_pages <- search_analytics(siteURL="https://www.example.com", startDate = Sys.Date() - 6, endDate = Sys.Date() - 4, dimensions = c("date","page"), walk_data = "byDate")
400k pages
14k pages
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
No branches or pull requests
What goes wrong
I get 14000ish observations and when I look at data, I have no pages with 0 clicks
Steps to reproduce the problem
remotes::install_github("MarkEdmondson1234/searchConsoleR")
options("googleAuthR.scopes.selected" =
c("https://www.googleapis.com/auth/webmasters",
"https://www.googleapis.com/auth/webmasters.readonly"))
options("googleAuthR.client_id" = "xxxxxxxxxxx.apps.googleusercontent.com")
options("googleAuthR.client_secret" = "xxxxxxxxxxxxxxxxxxx")
googleAuthR::gar_auth()
indexed_pages <- search_analytics(siteURL="https://www.example.com",
startDate = Sys.Date() - 6,
endDate = Sys.Date() - 4,
dimensions = c("date","page"),
walk_data = "byDate")
Expected output
400k pages
Actual output
14k pages
The text was updated successfully, but these errors were encountered: