Files
google-apis-rs/google_analytics3/api/index.html
2021-04-02 00:20:57 +08:00

216 lines
63 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `api` mod in crate `google_analytics3`."><meta name="keywords" content="rust, rustlang, rust-lang, api"><title>google_analytics3::api - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../google_analytics3/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Module api</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li></ul></div><p class="location"><a href="../index.html">google_analytics3</a></p><div id="sidebar-vars" data-name="api" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><button type="button" class="help-button">?</button>
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">google_analytics3</a>::<wbr><a class="mod" href="">api</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span><a class="srclink" href="../../src/google_analytics3/api.rs.html#1-31840" title="goto source code">[src]</a></span></h1><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
<table><tr class="module-item"><td><a class="struct" href="struct.Account.html" title="google_analytics3::api::Account struct">Account</a></td><td class="docblock-short"><p>JSON template for Analytics account entry.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountChildLink.html" title="google_analytics3::api::AccountChildLink struct">AccountChildLink</a></td><td class="docblock-short"><p>Child link for an account entry. Points to the list of web properties for this account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountPermissions.html" title="google_analytics3::api::AccountPermissions struct">AccountPermissions</a></td><td class="docblock-short"><p>Permissions the user has for this account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountRef.html" title="google_analytics3::api::AccountRef struct">AccountRef</a></td><td class="docblock-short"><p>JSON template for a linked account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountSummaries.html" title="google_analytics3::api::AccountSummaries struct">AccountSummaries</a></td><td class="docblock-short"><p>An AccountSummary collection lists a summary of accounts, properties and views (profiles) to which the user has access. Each resource in the collection corresponds to a single AccountSummary.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountSummary.html" title="google_analytics3::api::AccountSummary struct">AccountSummary</a></td><td class="docblock-short"><p>JSON template for an Analytics AccountSummary. An AccountSummary is a lightweight tree comprised of properties/profiles.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountTicket.html" title="google_analytics3::api::AccountTicket struct">AccountTicket</a></td><td class="docblock-short"><p>JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountTreeRequest.html" title="google_analytics3::api::AccountTreeRequest struct">AccountTreeRequest</a></td><td class="docblock-short"><p>JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AccountTreeResponse.html" title="google_analytics3::api::AccountTreeResponse struct">AccountTreeResponse</a></td><td class="docblock-short"><p>JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Accounts.html" title="google_analytics3::api::Accounts struct">Accounts</a></td><td class="docblock-short"><p>An account collection provides a list of Analytics accounts to which a user has access. The account collection is the entry point to all management information. Each resource in the collection corresponds to a single Analytics account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AdWordsAccount.html" title="google_analytics3::api::AdWordsAccount struct">AdWordsAccount</a></td><td class="docblock-short"><p>JSON template for an Google Ads account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Analytics.html" title="google_analytics3::api::Analytics struct">Analytics</a></td><td class="docblock-short"><p>Central instance to access all Analytics related resource activities</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.AnalyticsDataimportDeleteUploadDataRequest.html" title="google_analytics3::api::AnalyticsDataimportDeleteUploadDataRequest struct">AnalyticsDataimportDeleteUploadDataRequest</a></td><td class="docblock-short"><p>Request template for the delete upload data request.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Column.html" title="google_analytics3::api::Column struct">Column</a></td><td class="docblock-short"><p>JSON template for a metadata column.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Columns.html" title="google_analytics3::api::Columns struct">Columns</a></td><td class="docblock-short"><p>Lists columns (dimensions and metrics) for a particular report type.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDataSource.html" title="google_analytics3::api::CustomDataSource struct">CustomDataSource</a></td><td class="docblock-short"><p>JSON template for an Analytics custom data source.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDataSourceChildLink.html" title="google_analytics3::api::CustomDataSourceChildLink struct">CustomDataSourceChildLink</a></td><td class="docblock-short"><p>There is no detailed description.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDataSourceParentLink.html" title="google_analytics3::api::CustomDataSourceParentLink struct">CustomDataSourceParentLink</a></td><td class="docblock-short"><p>Parent link for this custom data source. Points to the web property to which this custom data source belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDataSources.html" title="google_analytics3::api::CustomDataSources struct">CustomDataSources</a></td><td class="docblock-short"><p>Lists Analytics custom data sources to which the user has access. Each resource in the collection corresponds to a single Analytics custom data source.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDimension.html" title="google_analytics3::api::CustomDimension struct">CustomDimension</a></td><td class="docblock-short"><p>JSON template for Analytics Custom Dimension.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDimensionParentLink.html" title="google_analytics3::api::CustomDimensionParentLink struct">CustomDimensionParentLink</a></td><td class="docblock-short"><p>Parent link for the custom dimension. Points to the property to which the custom dimension belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomDimensions.html" title="google_analytics3::api::CustomDimensions struct">CustomDimensions</a></td><td class="docblock-short"><p>A custom dimension collection lists Analytics custom dimensions to which the user has access. Each resource in the collection corresponds to a single Analytics custom dimension.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomMetric.html" title="google_analytics3::api::CustomMetric struct">CustomMetric</a></td><td class="docblock-short"><p>JSON template for Analytics Custom Metric.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomMetricParentLink.html" title="google_analytics3::api::CustomMetricParentLink struct">CustomMetricParentLink</a></td><td class="docblock-short"><p>Parent link for the custom metric. Points to the property to which the custom metric belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.CustomMetrics.html" title="google_analytics3::api::CustomMetrics struct">CustomMetrics</a></td><td class="docblock-short"><p>A custom metric collection lists Analytics custom metrics to which the user has access. Each resource in the collection corresponds to a single Analytics custom metric.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DataGaGetCall.html" title="google_analytics3::api::DataGaGetCall struct">DataGaGetCall</a></td><td class="docblock-short"><p>Returns Analytics data for a view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DataMcfGetCall.html" title="google_analytics3::api::DataMcfGetCall struct">DataMcfGetCall</a></td><td class="docblock-short"><p>Returns Analytics Multi-Channel Funnels data for a view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DataMethods.html" title="google_analytics3::api::DataMethods struct">DataMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>data</em> resources.
It is not used directly, but through the <code>Analytics</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.DataRealtimeGetCall.html" title="google_analytics3::api::DataRealtimeGetCall struct">DataRealtimeGetCall</a></td><td class="docblock-short"><p>Returns real time data for a view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityAdWordsLink.html" title="google_analytics3::api::EntityAdWordsLink struct">EntityAdWordsLink</a></td><td class="docblock-short"><p>JSON template for Analytics Entity Google Ads Link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityAdWordsLinkEntity.html" title="google_analytics3::api::EntityAdWordsLinkEntity struct">EntityAdWordsLinkEntity</a></td><td class="docblock-short"><p>Web property being linked.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityAdWordsLinks.html" title="google_analytics3::api::EntityAdWordsLinks struct">EntityAdWordsLinks</a></td><td class="docblock-short"><p>An entity Google Ads link collection provides a list of GA-Google Ads links Each resource in this collection corresponds to a single link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityUserLink.html" title="google_analytics3::api::EntityUserLink struct">EntityUserLink</a></td><td class="docblock-short"><p>JSON template for an Analytics Entity-User Link. Returns permissions that a user has for an entity.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityUserLinkEntity.html" title="google_analytics3::api::EntityUserLinkEntity struct">EntityUserLinkEntity</a></td><td class="docblock-short"><p>Entity for this link. It can be an account, a web property, or a view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityUserLinkPermissions.html" title="google_analytics3::api::EntityUserLinkPermissions struct">EntityUserLinkPermissions</a></td><td class="docblock-short"><p>Permissions the user has for this entity.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.EntityUserLinks.html" title="google_analytics3::api::EntityUserLinks struct">EntityUserLinks</a></td><td class="docblock-short"><p>An entity user link collection provides a list of Analytics ACL links Each resource in this collection corresponds to a single link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Experiment.html" title="google_analytics3::api::Experiment struct">Experiment</a></td><td class="docblock-short"><p>JSON template for Analytics experiment resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ExperimentParentLink.html" title="google_analytics3::api::ExperimentParentLink struct">ExperimentParentLink</a></td><td class="docblock-short"><p>Parent link for an experiment. Points to the view (profile) to which this experiment belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ExperimentVariations.html" title="google_analytics3::api::ExperimentVariations struct">ExperimentVariations</a></td><td class="docblock-short"><p>Array of variations. The first variation in the array is the original. The number of variations may not change once an experiment is in the RUNNING state. At least two variations are required before status can be set to RUNNING.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Experiments.html" title="google_analytics3::api::Experiments struct">Experiments</a></td><td class="docblock-short"><p>An experiment collection lists Analytics experiments to which the user has access. Each view (profile) can have a set of experiments. Each resource in the Experiment collection corresponds to a single Analytics experiment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Filter.html" title="google_analytics3::api::Filter struct">Filter</a></td><td class="docblock-short"><p>JSON template for an Analytics account filter.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterAdvancedDetails.html" title="google_analytics3::api::FilterAdvancedDetails struct">FilterAdvancedDetails</a></td><td class="docblock-short"><p>Details for the filter of the type ADVANCED.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterExpression.html" title="google_analytics3::api::FilterExpression struct">FilterExpression</a></td><td class="docblock-short"><p>JSON template for an Analytics filter expression.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterLowercaseDetails.html" title="google_analytics3::api::FilterLowercaseDetails struct">FilterLowercaseDetails</a></td><td class="docblock-short"><p>Details for the filter of the type LOWER.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterParentLink.html" title="google_analytics3::api::FilterParentLink struct">FilterParentLink</a></td><td class="docblock-short"><p>Parent link for this filter. Points to the account to which this filter belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterRef.html" title="google_analytics3::api::FilterRef struct">FilterRef</a></td><td class="docblock-short"><p>JSON template for a profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterSearchAndReplaceDetails.html" title="google_analytics3::api::FilterSearchAndReplaceDetails struct">FilterSearchAndReplaceDetails</a></td><td class="docblock-short"><p>Details for the filter of the type SEARCH_AND_REPLACE.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.FilterUppercaseDetails.html" title="google_analytics3::api::FilterUppercaseDetails struct">FilterUppercaseDetails</a></td><td class="docblock-short"><p>Details for the filter of the type UPPER.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Filters.html" title="google_analytics3::api::Filters struct">Filters</a></td><td class="docblock-short"><p>A filter collection lists filters created by users in an Analytics account. Each resource in the collection corresponds to a filter.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaData.html" title="google_analytics3::api::GaData struct">GaData</a></td><td class="docblock-short"><p>Analytics data for a given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataColumnHeaders.html" title="google_analytics3::api::GaDataColumnHeaders struct">GaDataColumnHeaders</a></td><td class="docblock-short"><p>Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataDataTable.html" title="google_analytics3::api::GaDataDataTable struct">GaDataDataTable</a></td><td class="docblock-short"><p>There is no detailed description.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataDataTableCols.html" title="google_analytics3::api::GaDataDataTableCols struct">GaDataDataTableCols</a></td><td class="docblock-short"><p>There is no detailed description.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataDataTableRows.html" title="google_analytics3::api::GaDataDataTableRows struct">GaDataDataTableRows</a></td><td class="docblock-short"><p>There is no detailed description.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataDataTableRowsC.html" title="google_analytics3::api::GaDataDataTableRowsC struct">GaDataDataTableRowsC</a></td><td class="docblock-short"><p>There is no detailed description.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataProfileInfo.html" title="google_analytics3::api::GaDataProfileInfo struct">GaDataProfileInfo</a></td><td class="docblock-short"><p>Information for the view (profile), for which the Analytics data was requested.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GaDataQuery.html" title="google_analytics3::api::GaDataQuery struct">GaDataQuery</a></td><td class="docblock-short"><p>Analytics data request query parameters.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Goal.html" title="google_analytics3::api::Goal struct">Goal</a></td><td class="docblock-short"><p>JSON template for Analytics goal resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalEventDetails.html" title="google_analytics3::api::GoalEventDetails struct">GoalEventDetails</a></td><td class="docblock-short"><p>Details for the goal of the type EVENT.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalEventDetailsEventConditions.html" title="google_analytics3::api::GoalEventDetailsEventConditions struct">GoalEventDetailsEventConditions</a></td><td class="docblock-short"><p>List of event conditions.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalParentLink.html" title="google_analytics3::api::GoalParentLink struct">GoalParentLink</a></td><td class="docblock-short"><p>Parent link for a goal. Points to the view (profile) to which this goal belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalUrlDestinationDetails.html" title="google_analytics3::api::GoalUrlDestinationDetails struct">GoalUrlDestinationDetails</a></td><td class="docblock-short"><p>Details for the goal of the type URL_DESTINATION.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalUrlDestinationDetailsSteps.html" title="google_analytics3::api::GoalUrlDestinationDetailsSteps struct">GoalUrlDestinationDetailsSteps</a></td><td class="docblock-short"><p>List of steps configured for this goal funnel.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalVisitNumPagesDetails.html" title="google_analytics3::api::GoalVisitNumPagesDetails struct">GoalVisitNumPagesDetails</a></td><td class="docblock-short"><p>Details for the goal of the type VISIT_NUM_PAGES.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.GoalVisitTimeOnSiteDetails.html" title="google_analytics3::api::GoalVisitTimeOnSiteDetails struct">GoalVisitTimeOnSiteDetails</a></td><td class="docblock-short"><p>Details for the goal of the type VISIT_TIME_ON_SITE.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Goals.html" title="google_analytics3::api::Goals struct">Goals</a></td><td class="docblock-short"><p>A goal collection lists Analytics goals to which the user has access. Each view (profile) can have a set of goals. Each resource in the Goal collection corresponds to a single Analytics goal.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.HashClientIdRequest.html" title="google_analytics3::api::HashClientIdRequest struct">HashClientIdRequest</a></td><td class="docblock-short"><p>JSON template for a hash Client Id request resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.HashClientIdResponse.html" title="google_analytics3::api::HashClientIdResponse struct">HashClientIdResponse</a></td><td class="docblock-short"><p>JSON template for a hash Client Id response resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.IncludeConditions.html" title="google_analytics3::api::IncludeConditions struct">IncludeConditions</a></td><td class="docblock-short"><p>JSON template for an Analytics Remarketing Include Conditions.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.LinkedForeignAccount.html" title="google_analytics3::api::LinkedForeignAccount struct">LinkedForeignAccount</a></td><td class="docblock-short"><p>JSON template for an Analytics Remarketing Audience Foreign Link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountListCall.html" title="google_analytics3::api::ManagementAccountListCall struct">ManagementAccountListCall</a></td><td class="docblock-short"><p>Lists all accounts to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountSummaryListCall.html" title="google_analytics3::api::ManagementAccountSummaryListCall struct">ManagementAccountSummaryListCall</a></td><td class="docblock-short"><p>Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountUserLinkDeleteCall.html" title="google_analytics3::api::ManagementAccountUserLinkDeleteCall struct">ManagementAccountUserLinkDeleteCall</a></td><td class="docblock-short"><p>Removes a user from the given account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountUserLinkInsertCall.html" title="google_analytics3::api::ManagementAccountUserLinkInsertCall struct">ManagementAccountUserLinkInsertCall</a></td><td class="docblock-short"><p>Adds a new user to the given account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountUserLinkListCall.html" title="google_analytics3::api::ManagementAccountUserLinkListCall struct">ManagementAccountUserLinkListCall</a></td><td class="docblock-short"><p>Lists account-user links for a given account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementAccountUserLinkUpdateCall.html" title="google_analytics3::api::ManagementAccountUserLinkUpdateCall struct">ManagementAccountUserLinkUpdateCall</a></td><td class="docblock-short"><p>Updates permissions for an existing user on the given account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementClientIdHashClientIdCall.html" title="google_analytics3::api::ManagementClientIdHashClientIdCall struct">ManagementClientIdHashClientIdCall</a></td><td class="docblock-short"><p>Hashes the given Client ID.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDataSourceListCall.html" title="google_analytics3::api::ManagementCustomDataSourceListCall struct">ManagementCustomDataSourceListCall</a></td><td class="docblock-short"><p>List custom data sources to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDimensionGetCall.html" title="google_analytics3::api::ManagementCustomDimensionGetCall struct">ManagementCustomDimensionGetCall</a></td><td class="docblock-short"><p>Get a custom dimension to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDimensionInsertCall.html" title="google_analytics3::api::ManagementCustomDimensionInsertCall struct">ManagementCustomDimensionInsertCall</a></td><td class="docblock-short"><p>Create a new custom dimension.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDimensionListCall.html" title="google_analytics3::api::ManagementCustomDimensionListCall struct">ManagementCustomDimensionListCall</a></td><td class="docblock-short"><p>Lists custom dimensions to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDimensionPatchCall.html" title="google_analytics3::api::ManagementCustomDimensionPatchCall struct">ManagementCustomDimensionPatchCall</a></td><td class="docblock-short"><p>Updates an existing custom dimension. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomDimensionUpdateCall.html" title="google_analytics3::api::ManagementCustomDimensionUpdateCall struct">ManagementCustomDimensionUpdateCall</a></td><td class="docblock-short"><p>Updates an existing custom dimension.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomMetricGetCall.html" title="google_analytics3::api::ManagementCustomMetricGetCall struct">ManagementCustomMetricGetCall</a></td><td class="docblock-short"><p>Get a custom metric to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomMetricInsertCall.html" title="google_analytics3::api::ManagementCustomMetricInsertCall struct">ManagementCustomMetricInsertCall</a></td><td class="docblock-short"><p>Create a new custom metric.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomMetricListCall.html" title="google_analytics3::api::ManagementCustomMetricListCall struct">ManagementCustomMetricListCall</a></td><td class="docblock-short"><p>Lists custom metrics to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomMetricPatchCall.html" title="google_analytics3::api::ManagementCustomMetricPatchCall struct">ManagementCustomMetricPatchCall</a></td><td class="docblock-short"><p>Updates an existing custom metric. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementCustomMetricUpdateCall.html" title="google_analytics3::api::ManagementCustomMetricUpdateCall struct">ManagementCustomMetricUpdateCall</a></td><td class="docblock-short"><p>Updates an existing custom metric.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentDeleteCall.html" title="google_analytics3::api::ManagementExperimentDeleteCall struct">ManagementExperimentDeleteCall</a></td><td class="docblock-short"><p>Delete an experiment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentGetCall.html" title="google_analytics3::api::ManagementExperimentGetCall struct">ManagementExperimentGetCall</a></td><td class="docblock-short"><p>Returns an experiment to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentInsertCall.html" title="google_analytics3::api::ManagementExperimentInsertCall struct">ManagementExperimentInsertCall</a></td><td class="docblock-short"><p>Create a new experiment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentListCall.html" title="google_analytics3::api::ManagementExperimentListCall struct">ManagementExperimentListCall</a></td><td class="docblock-short"><p>Lists experiments to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentPatchCall.html" title="google_analytics3::api::ManagementExperimentPatchCall struct">ManagementExperimentPatchCall</a></td><td class="docblock-short"><p>Update an existing experiment. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementExperimentUpdateCall.html" title="google_analytics3::api::ManagementExperimentUpdateCall struct">ManagementExperimentUpdateCall</a></td><td class="docblock-short"><p>Update an existing experiment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterDeleteCall.html" title="google_analytics3::api::ManagementFilterDeleteCall struct">ManagementFilterDeleteCall</a></td><td class="docblock-short"><p>Delete a filter.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterGetCall.html" title="google_analytics3::api::ManagementFilterGetCall struct">ManagementFilterGetCall</a></td><td class="docblock-short"><p>Returns filters to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterInsertCall.html" title="google_analytics3::api::ManagementFilterInsertCall struct">ManagementFilterInsertCall</a></td><td class="docblock-short"><p>Create a new filter.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterListCall.html" title="google_analytics3::api::ManagementFilterListCall struct">ManagementFilterListCall</a></td><td class="docblock-short"><p>Lists all filters for an account</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterPatchCall.html" title="google_analytics3::api::ManagementFilterPatchCall struct">ManagementFilterPatchCall</a></td><td class="docblock-short"><p>Updates an existing filter. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementFilterUpdateCall.html" title="google_analytics3::api::ManagementFilterUpdateCall struct">ManagementFilterUpdateCall</a></td><td class="docblock-short"><p>Updates an existing filter.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementGoalGetCall.html" title="google_analytics3::api::ManagementGoalGetCall struct">ManagementGoalGetCall</a></td><td class="docblock-short"><p>Gets a goal to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementGoalInsertCall.html" title="google_analytics3::api::ManagementGoalInsertCall struct">ManagementGoalInsertCall</a></td><td class="docblock-short"><p>Create a new goal.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementGoalListCall.html" title="google_analytics3::api::ManagementGoalListCall struct">ManagementGoalListCall</a></td><td class="docblock-short"><p>Lists goals to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementGoalPatchCall.html" title="google_analytics3::api::ManagementGoalPatchCall struct">ManagementGoalPatchCall</a></td><td class="docblock-short"><p>Updates an existing goal. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementGoalUpdateCall.html" title="google_analytics3::api::ManagementGoalUpdateCall struct">ManagementGoalUpdateCall</a></td><td class="docblock-short"><p>Updates an existing goal.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementMethods.html" title="google_analytics3::api::ManagementMethods struct">ManagementMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>management</em> resources.
It is not used directly, but through the <code>Analytics</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileDeleteCall.html" title="google_analytics3::api::ManagementProfileDeleteCall struct">ManagementProfileDeleteCall</a></td><td class="docblock-short"><p>Deletes a view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkDeleteCall.html" title="google_analytics3::api::ManagementProfileFilterLinkDeleteCall struct">ManagementProfileFilterLinkDeleteCall</a></td><td class="docblock-short"><p>Delete a profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkGetCall.html" title="google_analytics3::api::ManagementProfileFilterLinkGetCall struct">ManagementProfileFilterLinkGetCall</a></td><td class="docblock-short"><p>Returns a single profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkInsertCall.html" title="google_analytics3::api::ManagementProfileFilterLinkInsertCall struct">ManagementProfileFilterLinkInsertCall</a></td><td class="docblock-short"><p>Create a new profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkListCall.html" title="google_analytics3::api::ManagementProfileFilterLinkListCall struct">ManagementProfileFilterLinkListCall</a></td><td class="docblock-short"><p>Lists all profile filter links for a profile.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkPatchCall.html" title="google_analytics3::api::ManagementProfileFilterLinkPatchCall struct">ManagementProfileFilterLinkPatchCall</a></td><td class="docblock-short"><p>Update an existing profile filter link. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileFilterLinkUpdateCall.html" title="google_analytics3::api::ManagementProfileFilterLinkUpdateCall struct">ManagementProfileFilterLinkUpdateCall</a></td><td class="docblock-short"><p>Update an existing profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileGetCall.html" title="google_analytics3::api::ManagementProfileGetCall struct">ManagementProfileGetCall</a></td><td class="docblock-short"><p>Gets a view (profile) to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileInsertCall.html" title="google_analytics3::api::ManagementProfileInsertCall struct">ManagementProfileInsertCall</a></td><td class="docblock-short"><p>Create a new view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileListCall.html" title="google_analytics3::api::ManagementProfileListCall struct">ManagementProfileListCall</a></td><td class="docblock-short"><p>Lists views (profiles) to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfilePatchCall.html" title="google_analytics3::api::ManagementProfilePatchCall struct">ManagementProfilePatchCall</a></td><td class="docblock-short"><p>Updates an existing view (profile). This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileUpdateCall.html" title="google_analytics3::api::ManagementProfileUpdateCall struct">ManagementProfileUpdateCall</a></td><td class="docblock-short"><p>Updates an existing view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileUserLinkDeleteCall.html" title="google_analytics3::api::ManagementProfileUserLinkDeleteCall struct">ManagementProfileUserLinkDeleteCall</a></td><td class="docblock-short"><p>Removes a user from the given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileUserLinkInsertCall.html" title="google_analytics3::api::ManagementProfileUserLinkInsertCall struct">ManagementProfileUserLinkInsertCall</a></td><td class="docblock-short"><p>Adds a new user to the given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileUserLinkListCall.html" title="google_analytics3::api::ManagementProfileUserLinkListCall struct">ManagementProfileUserLinkListCall</a></td><td class="docblock-short"><p>Lists profile-user links for a given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementProfileUserLinkUpdateCall.html" title="google_analytics3::api::ManagementProfileUserLinkUpdateCall struct">ManagementProfileUserLinkUpdateCall</a></td><td class="docblock-short"><p>Updates permissions for an existing user on the given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudienceDeleteCall.html" title="google_analytics3::api::ManagementRemarketingAudienceDeleteCall struct">ManagementRemarketingAudienceDeleteCall</a></td><td class="docblock-short"><p>Delete a remarketing audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudienceGetCall.html" title="google_analytics3::api::ManagementRemarketingAudienceGetCall struct">ManagementRemarketingAudienceGetCall</a></td><td class="docblock-short"><p>Gets a remarketing audience to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudienceInsertCall.html" title="google_analytics3::api::ManagementRemarketingAudienceInsertCall struct">ManagementRemarketingAudienceInsertCall</a></td><td class="docblock-short"><p>Creates a new remarketing audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudienceListCall.html" title="google_analytics3::api::ManagementRemarketingAudienceListCall struct">ManagementRemarketingAudienceListCall</a></td><td class="docblock-short"><p>Lists remarketing audiences to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudiencePatchCall.html" title="google_analytics3::api::ManagementRemarketingAudiencePatchCall struct">ManagementRemarketingAudiencePatchCall</a></td><td class="docblock-short"><p>Updates an existing remarketing audience. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementRemarketingAudienceUpdateCall.html" title="google_analytics3::api::ManagementRemarketingAudienceUpdateCall struct">ManagementRemarketingAudienceUpdateCall</a></td><td class="docblock-short"><p>Updates an existing remarketing audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementSegmentListCall.html" title="google_analytics3::api::ManagementSegmentListCall struct">ManagementSegmentListCall</a></td><td class="docblock-short"><p>Lists segments to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUnsampledReportDeleteCall.html" title="google_analytics3::api::ManagementUnsampledReportDeleteCall struct">ManagementUnsampledReportDeleteCall</a></td><td class="docblock-short"><p>Deletes an unsampled report.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUnsampledReportGetCall.html" title="google_analytics3::api::ManagementUnsampledReportGetCall struct">ManagementUnsampledReportGetCall</a></td><td class="docblock-short"><p>Returns a single unsampled report.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUnsampledReportInsertCall.html" title="google_analytics3::api::ManagementUnsampledReportInsertCall struct">ManagementUnsampledReportInsertCall</a></td><td class="docblock-short"><p>Create a new unsampled report.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUnsampledReportListCall.html" title="google_analytics3::api::ManagementUnsampledReportListCall struct">ManagementUnsampledReportListCall</a></td><td class="docblock-short"><p>Lists unsampled reports to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUploadDeleteUploadDataCall.html" title="google_analytics3::api::ManagementUploadDeleteUploadDataCall struct">ManagementUploadDeleteUploadDataCall</a></td><td class="docblock-short"><p>Delete data associated with a previous upload.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUploadGetCall.html" title="google_analytics3::api::ManagementUploadGetCall struct">ManagementUploadGetCall</a></td><td class="docblock-short"><p>List uploads to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUploadListCall.html" title="google_analytics3::api::ManagementUploadListCall struct">ManagementUploadListCall</a></td><td class="docblock-short"><p>List uploads to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementUploadUploadDataCall.html" title="google_analytics3::api::ManagementUploadUploadDataCall struct">ManagementUploadUploadDataCall</a></td><td class="docblock-short"><p>Upload data for a custom data source.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkDeleteCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkDeleteCall struct">ManagementWebPropertyAdWordsLinkDeleteCall</a></td><td class="docblock-short"><p>Deletes a web property-Google Ads link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkGetCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkGetCall struct">ManagementWebPropertyAdWordsLinkGetCall</a></td><td class="docblock-short"><p>Returns a web property-Google Ads link to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkInsertCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkInsertCall struct">ManagementWebPropertyAdWordsLinkInsertCall</a></td><td class="docblock-short"><p>Creates a webProperty-Google Ads link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkListCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkListCall struct">ManagementWebPropertyAdWordsLinkListCall</a></td><td class="docblock-short"><p>Lists webProperty-Google Ads links for a given web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkPatchCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkPatchCall struct">ManagementWebPropertyAdWordsLinkPatchCall</a></td><td class="docblock-short"><p>Updates an existing webProperty-Google Ads link. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebPropertyAdWordsLinkUpdateCall.html" title="google_analytics3::api::ManagementWebPropertyAdWordsLinkUpdateCall struct">ManagementWebPropertyAdWordsLinkUpdateCall</a></td><td class="docblock-short"><p>Updates an existing webProperty-Google Ads link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyGetCall.html" title="google_analytics3::api::ManagementWebpropertyGetCall struct">ManagementWebpropertyGetCall</a></td><td class="docblock-short"><p>Gets a web property to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyInsertCall.html" title="google_analytics3::api::ManagementWebpropertyInsertCall struct">ManagementWebpropertyInsertCall</a></td><td class="docblock-short"><p>Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyListCall.html" title="google_analytics3::api::ManagementWebpropertyListCall struct">ManagementWebpropertyListCall</a></td><td class="docblock-short"><p>Lists web properties to which the user has access.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyPatchCall.html" title="google_analytics3::api::ManagementWebpropertyPatchCall struct">ManagementWebpropertyPatchCall</a></td><td class="docblock-short"><p>Updates an existing web property. This method supports patch semantics.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyUpdateCall.html" title="google_analytics3::api::ManagementWebpropertyUpdateCall struct">ManagementWebpropertyUpdateCall</a></td><td class="docblock-short"><p>Updates an existing web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyUserLinkDeleteCall.html" title="google_analytics3::api::ManagementWebpropertyUserLinkDeleteCall struct">ManagementWebpropertyUserLinkDeleteCall</a></td><td class="docblock-short"><p>Removes a user from the given web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyUserLinkInsertCall.html" title="google_analytics3::api::ManagementWebpropertyUserLinkInsertCall struct">ManagementWebpropertyUserLinkInsertCall</a></td><td class="docblock-short"><p>Adds a new user to the given web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyUserLinkListCall.html" title="google_analytics3::api::ManagementWebpropertyUserLinkListCall struct">ManagementWebpropertyUserLinkListCall</a></td><td class="docblock-short"><p>Lists webProperty-user links for a given web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ManagementWebpropertyUserLinkUpdateCall.html" title="google_analytics3::api::ManagementWebpropertyUserLinkUpdateCall struct">ManagementWebpropertyUserLinkUpdateCall</a></td><td class="docblock-short"><p>Updates permissions for an existing user on the given web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfData.html" title="google_analytics3::api::McfData struct">McfData</a></td><td class="docblock-short"><p>Multi-Channel Funnels data for a given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfDataColumnHeaders.html" title="google_analytics3::api::McfDataColumnHeaders struct">McfDataColumnHeaders</a></td><td class="docblock-short"><p>Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfDataProfileInfo.html" title="google_analytics3::api::McfDataProfileInfo struct">McfDataProfileInfo</a></td><td class="docblock-short"><p>Information for the view (profile), for which the Analytics data was requested.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfDataQuery.html" title="google_analytics3::api::McfDataQuery struct">McfDataQuery</a></td><td class="docblock-short"><p>Analytics data request query parameters.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfDataRows.html" title="google_analytics3::api::McfDataRows struct">McfDataRows</a></td><td class="docblock-short"><p>A union object representing a dimension or metric value. Only one of &quot;primitiveValue&quot; or &quot;conversionPathValue&quot; attribute will be populated.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.McfDataRowsConversionPathValue.html" title="google_analytics3::api::McfDataRowsConversionPathValue struct">McfDataRowsConversionPathValue</a></td><td class="docblock-short"><p>A conversion path dimension value, containing a list of interactions with their attributes.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MetadataColumnListCall.html" title="google_analytics3::api::MetadataColumnListCall struct">MetadataColumnListCall</a></td><td class="docblock-short"><p>Lists all columns for a report type</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MetadataMethods.html" title="google_analytics3::api::MetadataMethods struct">MetadataMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>metadata</em> resources.
It is not used directly, but through the <code>Analytics</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Profile.html" title="google_analytics3::api::Profile struct">Profile</a></td><td class="docblock-short"><p>JSON template for an Analytics view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileChildLink.html" title="google_analytics3::api::ProfileChildLink struct">ProfileChildLink</a></td><td class="docblock-short"><p>Child link for this view (profile). Points to the list of goals for this view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileFilterLink.html" title="google_analytics3::api::ProfileFilterLink struct">ProfileFilterLink</a></td><td class="docblock-short"><p>JSON template for an Analytics profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileFilterLinks.html" title="google_analytics3::api::ProfileFilterLinks struct">ProfileFilterLinks</a></td><td class="docblock-short"><p>A profile filter link collection lists profile filter links between profiles and filters. Each resource in the collection corresponds to a profile filter link.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileParentLink.html" title="google_analytics3::api::ProfileParentLink struct">ProfileParentLink</a></td><td class="docblock-short"><p>Parent link for this view (profile). Points to the web property to which this view (profile) belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfilePermissions.html" title="google_analytics3::api::ProfilePermissions struct">ProfilePermissions</a></td><td class="docblock-short"><p>Permissions the user has for this view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileRef.html" title="google_analytics3::api::ProfileRef struct">ProfileRef</a></td><td class="docblock-short"><p>JSON template for a linked view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProfileSummary.html" title="google_analytics3::api::ProfileSummary struct">ProfileSummary</a></td><td class="docblock-short"><p>JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Profiles.html" title="google_analytics3::api::Profiles struct">Profiles</a></td><td class="docblock-short"><p>A view (profile) collection lists Analytics views (profiles) to which the user has access. Each resource in the collection corresponds to a single Analytics view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProvisioningCreateAccountTicketCall.html" title="google_analytics3::api::ProvisioningCreateAccountTicketCall struct">ProvisioningCreateAccountTicketCall</a></td><td class="docblock-short"><p>Creates an account ticket.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProvisioningCreateAccountTreeCall.html" title="google_analytics3::api::ProvisioningCreateAccountTreeCall struct">ProvisioningCreateAccountTreeCall</a></td><td class="docblock-short"><p>Provision account.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.ProvisioningMethods.html" title="google_analytics3::api::ProvisioningMethods struct">ProvisioningMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>provisioning</em> resources.
It is not used directly, but through the <code>Analytics</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RealtimeData.html" title="google_analytics3::api::RealtimeData struct">RealtimeData</a></td><td class="docblock-short"><p>Real time data for a given view (profile).</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RealtimeDataColumnHeaders.html" title="google_analytics3::api::RealtimeDataColumnHeaders struct">RealtimeDataColumnHeaders</a></td><td class="docblock-short"><p>Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RealtimeDataProfileInfo.html" title="google_analytics3::api::RealtimeDataProfileInfo struct">RealtimeDataProfileInfo</a></td><td class="docblock-short"><p>Information for the view (profile), for which the real time data was requested.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RealtimeDataQuery.html" title="google_analytics3::api::RealtimeDataQuery struct">RealtimeDataQuery</a></td><td class="docblock-short"><p>Real time data request query parameters.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RemarketingAudience.html" title="google_analytics3::api::RemarketingAudience struct">RemarketingAudience</a></td><td class="docblock-short"><p>JSON template for an Analytics remarketing audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RemarketingAudienceAudienceDefinition.html" title="google_analytics3::api::RemarketingAudienceAudienceDefinition struct">RemarketingAudienceAudienceDefinition</a></td><td class="docblock-short"><p>The simple audience definition that will cause a user to be added to an audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RemarketingAudienceStateBasedAudienceDefinition.html" title="google_analytics3::api::RemarketingAudienceStateBasedAudienceDefinition struct">RemarketingAudienceStateBasedAudienceDefinition</a></td><td class="docblock-short"><p>A state based audience definition that will cause a user to be added or removed from an audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.html" title="google_analytics3::api::RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions struct">RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions</a></td><td class="docblock-short"><p>Defines the conditions to exclude users from the audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.RemarketingAudiences.html" title="google_analytics3::api::RemarketingAudiences struct">RemarketingAudiences</a></td><td class="docblock-short"><p>A remarketing audience collection lists Analytics remarketing audiences to which the user has access. Each resource in the collection corresponds to a single Analytics remarketing audience.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Segment.html" title="google_analytics3::api::Segment struct">Segment</a></td><td class="docblock-short"><p>JSON template for an Analytics segment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Segments.html" title="google_analytics3::api::Segments struct">Segments</a></td><td class="docblock-short"><p>An segment collection lists Analytics segments that the user has access to. Each resource in the collection corresponds to a single Analytics segment.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UnsampledReport.html" title="google_analytics3::api::UnsampledReport struct">UnsampledReport</a></td><td class="docblock-short"><p>JSON template for Analytics unsampled report resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UnsampledReportCloudStorageDownloadDetails.html" title="google_analytics3::api::UnsampledReportCloudStorageDownloadDetails struct">UnsampledReportCloudStorageDownloadDetails</a></td><td class="docblock-short"><p>Download details for a file stored in Google Cloud Storage.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UnsampledReportDriveDownloadDetails.html" title="google_analytics3::api::UnsampledReportDriveDownloadDetails struct">UnsampledReportDriveDownloadDetails</a></td><td class="docblock-short"><p>Download details for a file stored in Google Drive.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UnsampledReports.html" title="google_analytics3::api::UnsampledReports struct">UnsampledReports</a></td><td class="docblock-short"><p>An unsampled report collection lists Analytics unsampled reports to which the user has access. Each view (profile) can have a set of unsampled reports. Each resource in the unsampled report collection corresponds to a single Analytics unsampled report.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Upload.html" title="google_analytics3::api::Upload struct">Upload</a></td><td class="docblock-short"><p>Metadata returned for an upload operation.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Uploads.html" title="google_analytics3::api::Uploads struct">Uploads</a></td><td class="docblock-short"><p>Upload collection lists Analytics uploads to which the user has access. Each custom data source can have a set of uploads. Each resource in the upload collection corresponds to a single Analytics data upload.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserDeletionMethods.html" title="google_analytics3::api::UserDeletionMethods struct">UserDeletionMethods</a></td><td class="docblock-short"><p>A builder providing access to all methods supported on <em>userDeletion</em> resources.
It is not used directly, but through the <code>Analytics</code> hub.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserDeletionRequest.html" title="google_analytics3::api::UserDeletionRequest struct">UserDeletionRequest</a></td><td class="docblock-short"><p>JSON template for a user deletion request resource.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserDeletionRequestId.html" title="google_analytics3::api::UserDeletionRequestId struct">UserDeletionRequestId</a></td><td class="docblock-short"><p>User ID.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserDeletionUserDeletionRequestUpsertCall.html" title="google_analytics3::api::UserDeletionUserDeletionRequestUpsertCall struct">UserDeletionUserDeletionRequestUpsertCall</a></td><td class="docblock-short"><p>Insert or update a user deletion requests.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.UserRef.html" title="google_analytics3::api::UserRef struct">UserRef</a></td><td class="docblock-short"><p>JSON template for a user reference.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.WebPropertyRef.html" title="google_analytics3::api::WebPropertyRef struct">WebPropertyRef</a></td><td class="docblock-short"><p>JSON template for a web property reference.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.WebPropertySummary.html" title="google_analytics3::api::WebPropertySummary struct">WebPropertySummary</a></td><td class="docblock-short"><p>JSON template for an Analytics WebPropertySummary. WebPropertySummary returns basic information (i.e., summary) for a web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Webproperties.html" title="google_analytics3::api::Webproperties struct">Webproperties</a></td><td class="docblock-short"><p>A web property collection lists Analytics web properties to which the user has access. Each resource in the collection corresponds to a single Analytics web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Webproperty.html" title="google_analytics3::api::Webproperty struct">Webproperty</a></td><td class="docblock-short"><p>JSON template for an Analytics web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.WebpropertyChildLink.html" title="google_analytics3::api::WebpropertyChildLink struct">WebpropertyChildLink</a></td><td class="docblock-short"><p>Child link for this web property. Points to the list of views (profiles) for this web property.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.WebpropertyParentLink.html" title="google_analytics3::api::WebpropertyParentLink struct">WebpropertyParentLink</a></td><td class="docblock-short"><p>Parent link for this web property. Points to the account to which this web property belongs.</p>
</td></tr><tr class="module-item"><td><a class="struct" href="struct.WebpropertyPermissions.html" title="google_analytics3::api::WebpropertyPermissions struct">WebpropertyPermissions</a></td><td class="docblock-short"><p>Permissions the user has for this web property.</p>
</td></tr></table><h2 id="enums" class="section-header"><a href="#enums">Enums</a></h2>
<table><tr class="module-item"><td><a class="enum" href="enum.Scope.html" title="google_analytics3::api::Scope enum">Scope</a></td><td class="docblock-short"><p>Identifies the an OAuth2 authorization scope.
A scope is needed when requesting an
<a href="https://developers.google.com/youtube/v3/guides/authentication">authorization token</a>.</p>
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_analytics3"></div>
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html>