Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.analyticsdata.v1alpha

Google Analytics Data API: v1alpha. Accesses report data in Google Analytics. See: https://developers.google.com/analytics/trusted-testing/analytics-data/api/reference/rest/v1alpha/v1alpha

Google Analytics Data API: v1alpha.
Accesses report data in Google Analytics.
See: https://developers.google.com/analytics/trusted-testing/analytics-data/api/reference/rest/v1alpha/v1alpha
raw docstring

$clj

($ auth parameters body)

https://developers.google.com/analytics/trusted-testing/analytics-data/api/reference/rest/v1alpha/runReport

Required parameters: none

Optional parameters: none

Body:

{:limit string, :offset string, :cohortSpec {:cohortsRange CohortsRange, :cohortReportSettings CohortReportSettings, :cohorts [Cohort]}, :dimensionFilter {:filter Filter, :orGroup FilterExpressionList, :andGroup FilterExpressionList, :notExpression FilterExpression}, :dimensions [{:dimensionExpression DimensionExpression, :name string}], :metricFilter {:filter Filter, :orGroup FilterExpressionList, :andGroup FilterExpressionList, :notExpression FilterExpression}, :metricAggregations [string], :returnPropertyQuota boolean, :keepEmptyRows boolean, :currencyCode string, :dateRanges [{:name string, :endDate string, :startDate string}], :entity {:propertyId string}, :orderBys [{:desc boolean, :pivot PivotOrderBy, :dimension DimensionOrderBy, :metric MetricOrderBy}], :metrics [{:name string, :expression string, :invisible boolean}]}

Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name.

https://developers.google.com/analytics/trusted-testing/analytics-data/api/reference/rest/v1alpha/runReport

Required parameters: none

Optional parameters: none

Body: 

{:limit string,
 :offset string,
 :cohortSpec {:cohortsRange CohortsRange,
              :cohortReportSettings CohortReportSettings,
              :cohorts [Cohort]},
 :dimensionFilter {:filter Filter,
                   :orGroup FilterExpressionList,
                   :andGroup FilterExpressionList,
                   :notExpression FilterExpression},
 :dimensions [{:dimensionExpression DimensionExpression, :name string}],
 :metricFilter {:filter Filter,
                :orGroup FilterExpressionList,
                :andGroup FilterExpressionList,
                :notExpression FilterExpression},
 :metricAggregations [string],
 :returnPropertyQuota boolean,
 :keepEmptyRows boolean,
 :currencyCode string,
 :dateRanges [{:name string, :endDate string, :startDate string}],
 :entity {:propertyId string},
 :orderBys [{:desc boolean,
             :pivot PivotOrderBy,
             :dimension DimensionOrderBy,
             :metric MetricOrderBy}],
 :metrics [{:name string, :expression string, :invisible boolean}]}

Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close