Open kierisi opened 4 days ago
When I authenticate in using ga_auth(), the following message is printed out to the console:
ga_auth()
Default Google Project for googleAnalyticsR is set. This is shared with all googleAnalyticsR users. If making a lot of API calls, please visit: https://code.markedmondson.me/googleAnalyticsR/articles/setup.html#professional-mode-your-own-google-project for instructions on setting your own Google Project
however, the website provided, https://code.markedmondson.me/googleAnalyticsR/articles/setup.html#professional-mode-your-own-google-project leads to a 404 page. I spent a bit of time looking at other posts, and there doesn't seem to be equivalent information.
it would be helpful to remove the broken link, and it would be incredibly helpful to replace it with a link to information on setting up a Google Project for those of us who anticipate making a lot of API calls.
It should be now on https://8-bit-sheep.com/googleAnalyticsR/ if not let us know! @gronerik
great, thank you so much!
Where should be the new or corrected documentation?
When I authenticate in using
ga_auth()
, the following message is printed out to the console:however, the website provided, https://code.markedmondson.me/googleAnalyticsR/articles/setup.html#professional-mode-your-own-google-project leads to a 404 page. I spent a bit of time looking at other posts, and there doesn't seem to be equivalent information.
What changes should be made?
it would be helpful to remove the broken link, and it would be incredibly helpful to replace it with a link to information on setting up a Google Project for those of us who anticipate making a lot of API calls.