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

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

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






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












com.google.api.services.analytics

Class Analytics.Management.WebPropertyAdWordsLinks

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


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

      • WebPropertyAdWordsLinks

        public WebPropertyAdWordsLinks()
    • Method Detail

      • delete

        public Analytics.Management.WebPropertyAdWordsLinks.Delete delete(String accountId,
                                                                          String webPropertyId,
                                                                          String webPropertyAdWordsLinkId)
                                                                   throws IOException
        Deletes a web property-Google Ads link. Create a request for the method "webPropertyAdWordsLinks.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 - ID of the account which the given web property belongs to.
        webPropertyId - Web property ID to delete the Google Ads link for.
        webPropertyAdWordsLinkId - Web property Google Ads link ID.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Analytics.Management.WebPropertyAdWordsLinks.Get get(String accountId,
                                                                    String webPropertyId,
                                                                    String webPropertyAdWordsLinkId)
                                                             throws IOException
        Returns a web property-Google Ads link to which the user has access. Create a request for the method "webPropertyAdWordsLinks.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 - ID of the account which the given web property belongs to.
        webPropertyId - Web property ID to retrieve the Google Ads link for.
        webPropertyAdWordsLinkId - Web property-Google Ads link ID.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Analytics.Management.WebPropertyAdWordsLinks.List list(String accountId,
                                                                      String webPropertyId)
                                                               throws IOException
        Lists webProperty-Google Ads links for a given web property. Create a request for the method "webPropertyAdWordsLinks.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 - ID of the account which the given web property belongs to.
        webPropertyId - Web property ID to retrieve the Google Ads links for.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Analytics.Management.WebPropertyAdWordsLinks.Patch patch(String accountId,
                                                                        String webPropertyId,
                                                                        String webPropertyAdWordsLinkId,
                                                                        EntityAdWordsLink content)
                                                                 throws IOException
        Updates an existing webProperty-Google Ads link. This method supports patch semantics. Create a request for the method "webPropertyAdWordsLinks.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 - ID of the account which the given web property belongs to.
        webPropertyId - Web property ID to retrieve the Google Ads link for.
        webPropertyAdWordsLinkId - Web property-Google Ads link ID.
        content - the EntityAdWordsLink
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy