public class ConversionTrackerServiceInterfacemutate extends Object
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.
| Modifier and Type | Field and Description |
|---|---|
protected List<ConversionTrackerOperation> |
operations |
| Constructor and Description |
|---|
ConversionTrackerServiceInterfacemutate() |
| Modifier and Type | Method and Description |
|---|---|
List<ConversionTrackerOperation> |
getOperations()
Gets the value of the operations property.
|
protected List<ConversionTrackerOperation> operations
public ConversionTrackerServiceInterfacemutate()
public List<ConversionTrackerOperation> getOperations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
ConversionTrackerOperation
Copyright © 2023. All rights reserved.