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

Batching - Problems with walk_data = "byDate" #67

Open
joggopops opened this issue Apr 23, 2021 · 3 comments
Open

Batching - Problems with walk_data = "byDate" #67

joggopops opened this issue Apr 23, 2021 · 3 comments

Comments

@joggopops
Copy link

joggopops commented Apr 23, 2021

## What goes wrong
When I'm trying to batch = "byDate", I get an errors saying: Not all elements are data.frames. Set data_frame_output to FALSE?

## Steps to reproduce the problem
This is my code

start <- "2021-01-01"
end <- "2021-02-01"

website <- "https://www.example.com"
download_dimensions <- c('date', 'page')
type <- c('web')

searchquery <- search_analytics(siteURL = website,
startDate = start,
endDate = end,
dimensions = download_dimensions,
searchType = type,
walk_data = "byDate")

All variables are assigned, but I can't understand whats wrong.

@MarkEdmondson1234
Copy link
Owner

Is it possible that some dates have no data?

@joggopops
Copy link
Author

Is it possible that some dates have no data?

No, not really. We are talking about a huge webite website.
There's a minimum of 400k impressions pr. day

@MarkEdmondson1234
Copy link
Owner

MarkEdmondson1234 commented Apr 23, 2021

I don't think "byDate" is reliable anymore too many issues appearing using it:
#62
#67
Will remove or fix in next update.

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