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

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

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






Analytics.Management.UnsampledReports (Google Analytics API v3-rev20190807-1.31.0)












com.google.api.services.analytics

Class Analytics.Management.UnsampledReports

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


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

      • UnsampledReports

        public UnsampledReports()
    • Method Detail

      • delete

        public Analytics.Management.UnsampledReports.Delete delete(String accountId,
                                                                   String webPropertyId,
                                                                   String profileId,
                                                                   String unsampledReportId)
                                                            throws IOException
        Deletes an unsampled report. Create a request for the method "unsampledReports.delete". 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 delete the unsampled report for.
        webPropertyId - Web property ID to delete the unsampled reports for.
        profileId - View (Profile) ID to delete the unsampled report for.
        unsampledReportId - ID of the unsampled report to be deleted.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Analytics.Management.UnsampledReports.Get get(String accountId,
                                                             String webPropertyId,
                                                             String profileId,
                                                             String unsampledReportId)
                                                      throws IOException
        Returns a single unsampled report. Create a request for the method "unsampledReports.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 unsampled report for.
        webPropertyId - Web property ID to retrieve unsampled reports for.
        profileId - View (Profile) ID to retrieve unsampled report for.
        unsampledReportId - ID of the unsampled report to retrieve.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Analytics.Management.UnsampledReports.List list(String accountId,
                                                               String webPropertyId,
                                                               String profileId)
                                                        throws IOException
        Lists unsampled reports to which the user has access. Create a request for the method "unsampledReports.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 unsampled reports for. Must be a specific account ID, ~all is not supported.
        webPropertyId - Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported.
        profileId - View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy