GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: AdParamServiceMutate

Source Location: /AdWords/v201008/cm/AdParamService.php

Class Overview


<span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>


Author(s):

Variables

Methods



Class Details

[line 1269]
<span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>

<span class="constraint NotEmpty">This field must contain at least one element.</span> <span class="constraint Required">This field is required and should not be {@code null}.</span> <span class="constraint SupportedOperators">The following Operators are supported: SET, REMOVE.</span>

Sets and removes ad parameters. <p class="note">Note: {@code ADD} is not supported. Use {@code SET} for new ad parameters.</p>

<ul class="nolist"> <li>{@code SET}: Creates or updates an ad parameter, setting the new parameterized value for the given ad group / keyword pair. <li>{@code REMOVE}: Removes an ad parameter. The

  1. <var>default-value</var>
specified in the ad text will be used.</li> </ul>




Tags:

return:  list of ad parameters, where each entry in the list is the result of applying the operation in the input list with the same index. For a {@code SET} operation, the returned ad parameter will contain the updated values. For a {@code REMOVE} operation, the returned ad parameter will simply be the ad parameter that was removed.


[ Top ]


Class Variables

$operations =

[line 1274]



Tags:

access:  public

Type:   AdParamOperation[]


[ Top ]



Class Methods


constructor __construct [line 1292]

AdParamServiceMutate __construct( [ $operations = NULL])



Tags:

access:  public


Parameters:

   $operations  

[ Top ]

method getNamespace [line 1280]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


[ Top ]

method getXsiTypeName [line 1288]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


[ Top ]


Documentation generated by phpDocumentor 1.4.3