Other packages > Find by keyword >

ganalytics  

Interact with "Google Analytics"
View on CRAN: Click here


Download and install ganalytics package within the R console
Install from CRAN:
install.packages("ganalytics")

Install from Github:
library("remotes")
install_github("cran/ganalytics")

Install by package version:
library("remotes")
install_version("ganalytics", "0.10.7")



Attach the package and use:
library("ganalytics")
Maintained by
Johann de Boer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-07-01
Latest Update:
Description:
Functions for querying the Google Analytics core reportingreal-time multi-channel funnel and management APIs as well as the GoogleTag Manager GTM API. Write methods are also provided for the managementand GTM APIs so that you can change tag property or view settings forexample. Define reporting queries using natural R expressions instead ofbeing concerned as much about API technical intricacies like query syntaxcharacter code escaping and API limitations.
How to cite:
Johann de Boer (2018). ganalytics: Interact with "Google Analytics". R package version 0.10.7, https://cran.r-project.org/web/packages/ganalytics. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.10.4 (2018-07-01 15:30), 0.10.6 (2019-01-07 17:40), 0.10.7 (2019-03-02 10:20)
Other packages that cited ganalytics R package
View ganalytics citation profile
Other R packages that ganalytics depends, imports, suggests or enhances
Functions, R codes and Examples using the ganalytics R package
Some associated functions: And . ArgList . CheckVectorBounds . Cohort . Comparator . DateRange . Dimensions . DynSegment . EndDate . Exclude . Expr . First . GaAccount . GaAccountSummaries . GaAccountSummary . GaAccounts . GaAnd . GaCondition . GaCreds . GaDateRange . GaDimensions . GaEndDate . GaExpr . GaFilter . GaMaxResults . GaMetaUpdate . GaMetrics . GaNot . GaOr . GaProfileId . GaQuery . GaSamplingLevel . GaScopeLevel . GaSegment . GaSequence . GaSortBy . GaSplitDateRange . GaStartDate . GaUserSegment . GaUserSegments . GaView . GetGaData-.query-method . GoogleApiCreds . GtmAccount . GtmAccounts . Include . IsNegated . IsRegEx . IsVarMatch . Later . MaxResults . McfExpr . McfQuery . Metrics . Not . Operand . Or . PerHit . PerProduct . PerSession . PerUser . Query . RtExpr . RtQuery . SamplingLevel . ScopeLevel . Segment . SegmentConditionFilter . SegmentFilters . Segments . Sequence . SortBy . SplitDateRange . StartDate . TableFilter . Then . ValidGaOperand . Var . all_inherit . andExpr-class . checkDataFrameClasses . comparator-class . comparators . compoundExpr-class . dateRange-class . dimComparator-class . dimExpr-class . dimOperand-class . dimVar-class . dimensions-class . expr-class . flatten . gaAccount-class . gaCalMetVar-class . gaCohort-class . gaComparator-class . gaCustomDimension-class . gaCustomMetric-class . gaDimComparator-class . gaDimExpr-class . gaDimFilter-class . gaDimOperand-class . gaDimVar-class . gaDimensions-class . gaDynSegment-class . gaExpr-class . gaFilter-class . gaGoal-class . gaMetComparator-class . gaMetExpr-class . gaMetOperand-class . gaMetVar-class . gaMetrics-class . gaOperand-class . gaPivot-class . gaProperty-class . gaQuery-class . gaSegMetExpr-class . gaSegment-class . gaSegmentCondition-class . gaSegmentConditionFilter-class . gaSegmentFilter-class . gaSegmentId-class . gaSegmentList-class . gaSegmentSequenceFilter-class . gaSegmentSequenceStep-class . gaSortBy-class . gaUserSegment-class . gaVar-class . gaVarList-class . gaView-class . ganalytics-package . logicalDimOperand-class . mcfComparator-class . mcfDimComparator-class . mcfDimExpr-class . mcfDimOperand-class . mcfDimVar-class . mcfDimensions-class . mcfExpr-class . mcfFilter-class . mcfMetComparator-class . mcfMetExpr-class . mcfMetOperand-class . mcfMetVar-class . mcfMetrics-class . mcfOperand-class . mcfQuery-class . mcfSortBy-class . mcfVar-class . mcfVarList-class . metComparator-class . metExpr-class . metOperand-class . metVar-class . metrics-class . operand-class . orExpr-class . order_bys_ga4-class . parse_date . query-class . rtComparator-class . rtDimComparator-class . rtDimExpr-class . rtDimOperand-class . rtDimVar-class . rtDimensions-class . rtExpr-class . rtFilter-class . rtMetComparator-class . rtMetExpr-class . rtMetOperand-class . rtMetVar-class . rtMetrics-class . rtOperand-class . rtQuery-class . rtSortBy-class . rtVar-class . rtVarList-class . select_segment_filters_with_scope . sequential_segment . setSegmentFilterScopeNegation . sortBy-class . split_permissions . standardQuery-class . tableFilter-class . unnest_objects . unsplit_permissions . var-class . varList-class . viewId-class . xor . 
Some associated R codes: Bool-generics.R . Bool-methods.R . Comparator-generics.R . Comparator-methods.R . Creds-methods.R . Date-generics.R . Date-methods.R . Expr-generics.R . Expr-methods.R . GaApiRequest.R . GaGetCoreReport.R . GaView-generics.R . GaView-methods.R . GetGa-methods.R . Operand-generics.R . Operand-methods.R . Query-generics.R . Query-methods.R . Segment-generics.R . Segment-methods.R . Sequence-generics.R . Sequence-methods.R . TableFilter-generics.R . TableFilter-methods.R . Var-generics.R . Var-list-generics.R . Var-list-methods.R . Var-methods.R . comparator-classes.R . comparator-coerce.R . date-coerce.R . deprecated.R . expr-classes.R . expr-coerce.R . ga-api-classes.R . ga-api-coerce.R . ganalytics-package.R . globaldata.R . googleAnalyticsR-coerce.R . gtm-api-classes.R . management-api-classes.R . meta.R . operand-classes.R . operand-coerce.R . query-classes.R . segment-classes.R . segment-coerce.R . sequence.R . table-filter-classes.R . table-filter-coerce.R . utils.R . var-classes.R . var-coerce.R . var-list-classes.R . var-list-coerce.R . view-coerce.R . zzz.R .  Full ganalytics package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA