Skip to content

Releases: MarkEdmondson1234/searchConsoleR

gargle and increased page size

06 Sep 12:37
Compare
Choose a tag to compare
  • Support up to 25,000 rows per API call (#44)
  • Change paging for byBatch to early exit if there is no data
  • Support sc-domain for URLs (#51)
  • Remove crawl_errors() call as no longer in API (#52)
  • Rely on new googleAuthR>1.0.0

Update auth, searchAppearance and more data

03 Jan 12:36
Compare
Choose a tag to compare
  • Update authentication options for scr_auth() to include auto-authentication etc. from googleAuthR 0.6.2
  • Added searchAppearance as a dimension option in search_analytics()
  • Remove warning if data is more than 90 days old as it will soon allow 12 months (woop)

More than 5000 results

24 Jun 16:31
Compare
Choose a tag to compare
  • Add batching per the new API feature to go over 5000 rows. (#12)

searchConsole 0.2.0 on CRAN - batching

03 Apr 20:43
Compare
Choose a tag to compare

0.2.0

  • Return an empty dataframe of NAs if no resutls in fetch instead of NULL
  • Include android-app check (#7)
  • Add walk_data parameter to search_analytics to get more data
  • Set default start and end dates in search_analytics to 93 days ago and 3 days ago respectivily.
  • Correct bug for error in country code. Will now return the 'Unknown Region' if not recognised (e.g. CXX)
  • Add scr_auth function that wraps googleAuthR::gar_auth so you don't need to load googleAuthR explicitly.

First Release onto CRAN

21 Aug 17:58
Compare
Choose a tag to compare

Moved to using googleAuthR for authentication backend.