All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.analytics.Analytics.Management.html Maven / Gradle / Ivy

There is a newer version: v3-rev20190807-2.0.0
Show newest version






Analytics.Management (Google Analytics API v2.4-rev20180622-1.29.2)












com.google.api.services.analytics

Class Analytics.Management

  • Enclosing class:
    Analytics


    public class Analytics.Management
    extends Object
    The "management" collection of methods.
    • Constructor Detail

      • Management

        public Management()
    • Method Detail

      • accounts

        public Analytics.Management.Accounts accounts()
        An accessor for creating requests from the Accounts collection.

        The typical use is:

            Analytics analytics = new Analytics(...);
            Analytics.Accounts.List request = analytics.accounts().list(parameters ...)
         
        Returns:
        the resource collection
      • goals

        public Analytics.Management.Goals goals()
        An accessor for creating requests from the Goals collection.

        The typical use is:

            Analytics analytics = new Analytics(...);
            Analytics.Goals.List request = analytics.goals().list(parameters ...)
         
        Returns:
        the resource collection
      • profiles

        public Analytics.Management.Profiles profiles()
        An accessor for creating requests from the Profiles collection.

        The typical use is:

            Analytics analytics = new Analytics(...);
            Analytics.Profiles.List request = analytics.profiles().list(parameters ...)
         
        Returns:
        the resource collection
      • segments

        public Analytics.Management.Segments segments()
        An accessor for creating requests from the Segments collection.

        The typical use is:

            Analytics analytics = new Analytics(...);
            Analytics.Segments.List request = analytics.segments().list(parameters ...)
         
        Returns:
        the resource collection
      • webproperties

        public Analytics.Management.Webproperties webproperties()
        An accessor for creating requests from the Webproperties collection.

        The typical use is:

            Analytics analytics = new Analytics(...);
            Analytics.Webproperties.List request = analytics.webproperties().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy