public interface ConversionTrackerServiceInterface
| Modifier and Type | Method and Description |
|---|---|
ConversionTrackerPage |
get(Selector serviceSelector)
Returns a list of the conversion trackers that match the selector.
|
ConversionTrackerReturnValue |
mutate(List<ConversionTrackerOperation> operations)
Applies the list of mutate operations such as adding or updating conversion trackers.
|
ConversionTrackerPage |
query(String query)
Returns a list of conversion trackers that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfacegetResponse") ConversionTrackerPage get(Selector serviceSelector) throws ApiException_Exception
ConversionTracker class.serviceSelector - The selector specifying the
ConversionTrackers to return.serviceSelector - com.google.ads.api.services.common.error.ApiException - if problems
occurred while retrieving results.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfacemutateResponse") ConversionTrackerReturnValue mutate(List<ConversionTrackerOperation> operations) throws ApiException_Exception
Note: ConversionTrackerOperation does not support the
REMOVE operator. In order to 'disable' a conversion type, send a
SET operation for the conversion tracker with the status
property set to DISABLED
You can mutate any ConversionTracker that belongs to your account. You may not mutate a ConversionTracker that belongs to some other account. You may not directly mutate a system-defined ConversionTracker, but you can create a mutable copy of it in your account by sending a mutate request with an ADD operation specifying an originalConversionTypeId matching a system-defined conversion tracker's ID. That new ADDed ConversionTracker will inherit the statistics and properties of the system-defined type, but will be editable as usual.
operations - A list of mutate operations to perform.operations - com.google.ads.api.services.common.error.ApiException - if problems
occurred while updating the data.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.ConversionTrackerServiceInterfacequeryResponse") ConversionTrackerPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching conversion trackers.ApiException_ExceptionCopyright © 2023. All rights reserved.