Skip to content
New issue

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

Can't get data with 0 clicks using byDate #49

Open
jcchouinard opened this issue Feb 14, 2019 · 1 comment
Open

Can't get data with 0 clicks using byDate #49

jcchouinard opened this issue Feb 14, 2019 · 1 comment

Comments

@jcchouinard
Copy link

jcchouinard commented Feb 14, 2019

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

@rt3722
Copy link

rt3722 commented Sep 12, 2019

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants