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

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

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






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












com.google.api.services.analytics

Class Analytics.Management.CustomDimensions

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


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

      • CustomDimensions

        public CustomDimensions()
    • Method Detail

      • get

        public Analytics.Management.CustomDimensions.Get get(String accountId,
                                                             String webPropertyId,
                                                             String customDimensionId)
                                                      throws IOException
        Get a custom dimension to which the user has access. Create a request for the method "customDimensions.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 for the custom dimension to retrieve.
        webPropertyId - Web property ID for the custom dimension to retrieve.
        customDimensionId - The ID of the custom dimension to retrieve.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Analytics.Management.CustomDimensions.List list(String accountId,
                                                               String webPropertyId)
                                                        throws IOException
        Lists custom dimensions to which the user has access. Create a request for the method "customDimensions.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 for the custom dimensions to retrieve.
        webPropertyId - Web property ID for the custom dimensions to retrieve.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Analytics.Management.CustomDimensions.Patch patch(String accountId,
                                                                 String webPropertyId,
                                                                 String customDimensionId,
                                                                 CustomDimension content)
                                                          throws IOException
        Updates an existing custom dimension. This method supports patch semantics. Create a request for the method "customDimensions.patch". 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 for the custom dimension to update.
        webPropertyId - Web property ID for the custom dimension to update.
        customDimensionId - Custom dimension ID for the custom dimension to update.
        content - the CustomDimension
        Returns:
        the request
        Throws:
        IOException
      • update

        public Analytics.Management.CustomDimensions.Update update(String accountId,
                                                                   String webPropertyId,
                                                                   String customDimensionId,
                                                                   CustomDimension content)
                                                            throws IOException
        Updates an existing custom dimension. Create a request for the method "customDimensions.update". 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 for the custom dimension to update.
        webPropertyId - Web property ID for the custom dimension to update.
        customDimensionId - Custom dimension ID for the custom dimension to update.
        content - the CustomDimension
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy