-
Notifications
You must be signed in to change notification settings - Fork 88
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
Walk function doing one day more #77
Comments
This might be a crackpot theory, but which time zone is your GA account configured to use? |
This may be the bug I ran into, and fixed in my local fork. I'm afraid I've not gotten around to issuing a pull request for it. |
I think the problem is not in the timezone. I've been running the exact code to extract monthly reports whithout a problem. Seems like @EricGoldsmith is in the right direction. Yesterday testing I saw that the walks.max was giving some inacurate date diffs. ( 2015-09-01 to 2015-10-31 = 62 days :O) |
I submitted a PR for this update: #81 |
@alexsnsk, @mattpolicastro, @skardhamar, thoughts on merging this PR? |
I think it is a must!! Nice work there! 2016-02-29 15:21 GMT+01:00 Eric Goldsmith notifications@github.com:
|
👍 |
@alexsnsk, can you confirm that this is now fixed, and then close this issue? |
Hello,
I'm using the WALK = TRUE function to avoid sampled data and it is doing a day more than the end date.
Call:
getData(ID,
batch = TRUE,
walk = TRUE,
"2015-09-01",
"2015-10-31"
metrics = "ga:sessions,ga:bounces,ga:sessionDuration,ga:pageviews",
dimensions = "ga:month",
sort ="ga:month")
but it's running also for 2015-11-01.
Any tips?
The text was updated successfully, but these errors were encountered: