public class AdGroupAdServiceInterfacemutate extends Object
Add - Creates a new ad group ad. The
adGroupId must
reference an existing ad group. The child Ad must be sufficiently
specified by constructing a concrete ad type (such as TextAd)
and setting its fields accordingly.
Set - Updates an ad group ad. Except for status,
ad group ad fields are not mutable. Status updates are
straightforward - the status of the ad group ad is updated as
specified. If any other field has changed, it will be ignored. If
you want to change any of the fields other than status, you must
make a new ad and then remove the old one.
Remove - Removes the link between the specified AdGroup and Ad.
| Modifier and Type | Field and Description |
|---|---|
protected List<AdGroupAdOperation> |
operations |
| Constructor and Description |
|---|
AdGroupAdServiceInterfacemutate() |
| Modifier and Type | Method and Description |
|---|---|
List<AdGroupAdOperation> |
getOperations()
Gets the value of the operations property.
|
protected List<AdGroupAdOperation> operations
public List<AdGroupAdOperation> 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
AdGroupAdOperation
Copyright © 2023. All rights reserved.