public interface OfflineCallConversionFeedServiceInterface
| Modifier and Type | Method and Description |
|---|---|
OfflineCallConversionFeedReturnValue |
mutate(List<OfflineCallConversionFeedOperation> operations)
Reports a call conversion for each entry in
operations. |
@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.OfflineCallConversionFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.OfflineCallConversionFeedServiceInterfacemutateResponse") OfflineCallConversionFeedReturnValue mutate(List<OfflineCallConversionFeedOperation> operations) throws ApiException_Exception
operations.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
Note: OfflineCallConversionFeedOperation supports only the
ADD operator. (SET and REMOVE are not supported.)
operations - A list of offline call conversion feed operations.operations - {@link - ApiException} if problems occurred while applying offline call conversions.ApiException_ExceptionCopyright © 2023. All rights reserved.