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

target.apidocs.com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.ConversionEvents.html Maven / Gradle / Ivy

There is a newer version: v1beta-rev20240823-2.0.0
Show newest version






GoogleAnalyticsAdmin.Properties.ConversionEvents (Google Analytics Admin API v1beta-rev20240916-2.0.0)












com.google.api.services.analyticsadmin.v1beta

Class GoogleAnalyticsAdmin.Properties.ConversionEvents

  • java.lang.Object
    • com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.ConversionEvents
    • Constructor Detail

      • ConversionEvents

        public ConversionEvents()
    • Method Detail

      • delete

        public GoogleAnalyticsAdmin.Properties.ConversionEvents.Delete delete(String name)
                                                                       throws IOException
        Deprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property. Create a request for the method "conversionEvents.delete". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"
        Returns:
        the request
        Throws:
        IOException
      • get

        public GoogleAnalyticsAdmin.Properties.ConversionEvents.Get get(String name)
                                                                 throws IOException
        Deprecated: Use `GetKeyEvent` instead. Retrieve a single conversion event. Create a request for the method "conversionEvents.get". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The resource name of the conversion event to retrieve. Format: properties/{property}/conversionEvents/{conversion_event} Example: "properties/123/conversionEvents/456"
        Returns:
        the request
        Throws:
        IOException
      • list

        public GoogleAnalyticsAdmin.Properties.ConversionEvents.List list(String parent)
                                                                   throws IOException
        Deprecated: Use `ListKeyEvents` instead. Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. Create a request for the method "conversionEvents.list". This request holds the parameters needed by the analyticsadmin server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The resource name of the parent property. Example: 'properties/123'
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy