public interface OfflineConversionFeedServiceInterface
For more information, see our conversion tracking guide.
This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
OfflineConversionFeedReturnValue |
mutate(List<OfflineConversionFeedOperation> operations)
Reports an offline 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.OfflineConversionFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.OfflineConversionFeedServiceInterfacemutateResponse") OfflineConversionFeedReturnValue mutate(List<OfflineConversionFeedOperation> operations) throws ApiException_Exception
operations.
This bulk operation does not have any transactional guarantees. Some operations can succeed while others fail.
Note: OfflineConversionFeedOperation supports only the
ADD operator. (SET and REMOVE are not supported.)
operations - A list of offline conversion feed operations.operations - {@link - ApiException} if problems occurred while applying offline conversions.ApiException_ExceptionCopyright © 2023. All rights reserved.