|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdParamServiceInterface
| Method Summary | |
|---|---|
AdParamPage |
get(Selector serviceSelector)
Returns the ad parameters that match the criteria specified in the selector. |
AdParam[] |
mutate(AdParamOperation[] operations)
Sets and removes ad parameters. |
| Method Detail |
|---|
AdParamPage get(Selector serviceSelector)
throws RemoteException,
ApiException
serviceSelector - Specifies which ad parameters to return.
RemoteException
ApiException
AdParam[] mutate(AdParamOperation[] operations)
throws RemoteException,
ApiException
Note: ADD is not supported.
Use SET
for new ad parameters.
SET: Creates or updates an ad parameter, setting
the new
parameterized value for the given ad group / keyword pair.
REMOVE: Removes an ad parameter. The default-value
specified in the ad text will be used.
operations - The operations to perform.
SET operation, the returned ad parameter will contain
the
updated values. For a REMOVE operation, the returned
ad parameter
will simply be the ad parameter that was removed.
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||