Learn R Programming

⚠️There's a newer version (1.2.0) of this package.Take me there.

googleAnalyticsR (version 0.1.0)

Google Analytics API into R

Description

R library for interacting with the Google Analytics Reporting API v3 and v4.

Copy Link

Version

Install

install.packages('googleAnalyticsR')

Monthly Downloads

9,726

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Mark Edmondson

Last Published

May 12th, 2016

Functions in googleAnalyticsR (0.1.0)

googleAnalyticsR

Library for getting Google Analytics data into R
expect_null_or_type

Expect NULL or type
segment_ga4

Make a segment object for use
segment_vector_simple

Make a simple segment vector
segmentDefinition

Segment Definition
unitToList

Allow unit lists
makePivotNames

Make pivot column names
make_cohort_group

Create a cohort group
filter_clause_ga4

Make a dimension or metric filter clause object
google_analytics_meta

Get current dimensions and metrics available in GA API.
parse_ga_account_summary

New parse GA account summary
simpleSegment

Simple Segment
segmentFilter

Segment Filter
segmentObj_ga4

Segment objects
cohort_metric_check

Check the request has cohort metrics
segmentDimensionFilter

segmentDimensionFilter
orFiltersForSegment

orFiltersForSegment
ga_auth

Authentication with Google Analytics
dynamicSegment

Dynamic Segment v4 object
makePivotData

Make pivot data rows
order_type

Make an OrderType object
makeOrFilters

Make orFiltersForSegment
dimension_ga4

Make a dimension object
met_filter

Make a metric filter object
cohort_dimension_check

Check the request has cohort dimensions
checkPrefix

check it starts with ga: and if not puts it on
reexports

Objects exported from other packages
is.error

Is this a try error?
segmentMetricFilter

segmentMetricFilter
expect_list_of_type

Test Type in a list
expect_null_or_s3_class

Expect NULL or class (s3)
dim_filter

Make a dimension filter object
rmNullObs

Recursively step down into list, removing all such objects
segment_vector_sequence

Make sequenceSegment
fetch_google_analytics_4

Fetch multiple GAv4 requests
google_analytics_4_parse

ga v4 data parsing
pivot_ga4

Make a pivot object
segmentFilterClause

segmentFilterClause
is.NullOb

A helper function that tests whether an object is either NULL _or_ a list of NULLs
pivot_ga4_parse

pivot data parsing
google_analytics_account_list

Get account list data including web property and View Id
metric_ga4

Make a metric object
cohortGroup

Cohort Group object
segment_define

Make a segment definition
error.message

Get the error message
date_ga4

Make a date object
listNameToDFCol

Add name of list entry of dataframe to dataframe colum
cohort

Cohort object
expect_list_of_class

Test S3 Class in a list
sequenceSegment

sequenceSegment
google_analytics_4_parse_batch

ga v4 parse batching
make_ga_4_req

Google Analytics v4 API fetch
google_analytics_4

GAv4 single request
segmentSequenceStep

segmentSequenceStep
segment_element

Make a segment element
google_analytics

Get Google Analytics v3 data
expect_list_of_this

Testthat in a list