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

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

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






Analytics.Management.Webproperties (Google Analytics API v3-rev20190604-1.30.1)












com.google.api.services.analytics

Class Analytics.Management.Webproperties

  • java.lang.Object
    • com.google.api.services.analytics.Analytics.Management.Webproperties
  • Enclosing class:
    Analytics.Management


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

      • Webproperties

        public Webproperties()
    • Method Detail

      • get

        public Analytics.Management.Webproperties.Get get(String accountId,
                                                          String webPropertyId)
                                                   throws IOException
        Gets a web property to which the user has access. Create a request for the method "webproperties.get". This request holds the parameters needed by the analytics server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Account ID to retrieve the web property for.
        webPropertyId - ID to retrieve the web property for.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Analytics.Management.Webproperties.Insert insert(String accountId,
                                                                Webproperty content)
                                                         throws IOException
        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. Create a request for the method "webproperties.insert". This request holds the parameters needed by the analytics server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Account ID to create the web property for.
        content - the Webproperty
        Returns:
        the request
        Throws:
        IOException
      • list

        public Analytics.Management.Webproperties.List list(String accountId)
                                                     throws IOException
        Lists web properties to which the user has access. Create a request for the method "webproperties.list". This request holds the parameters needed by the analytics server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        accountId - Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy