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

Class: ExcludedKeywordSearchParameter

Source Location: /AdWords/v200909/o/TargetingIdeaService.php

Class Overview

SearchParameter
   |
   --ExcludedKeywordSearchParameter

A SearchParameter for {@code KEYWORD} IdeaTypes that specifies Keywords that should be excluded from the results.<p>


Variables

Methods


Inherited Variables

Inherited Methods

Class: SearchParameter

SearchParameter::__construct()
SearchParameter::getNamespace()
Gets the namesapce of this class
SearchParameter::getParameterMap()
Provided for getting non-php-standard named variables
SearchParameter::getXsiTypeName()
Gets the xsi:type name of this class
SearchParameter::__get()
Provided for getting non-php-standard named variables
SearchParameter::__set()
Provided for setting non-php-standard named variables

Class Details

[line 5677]
A SearchParameter for {@code KEYWORD} IdeaTypes that specifies Keywords that should be excluded from the results.<p>

The KeywordMatchType associated with these keywords is used to provide various filtering strategies. For example, the excluded keyword "sony player" will exclude ideas from the resulting ideas as described by the table below.

<table border="1"> <tr style="font-weight: bold;"> <th>Idea</th> <th>{@code BROAD}</th> <th>{@code PHRASE}</th> <th>{@code EXACT}</th> </tr> <tr> <td>sony player</td> <td>Exclude</td> <td>Exclude</td> <td>Exclude</td> </tr> <tr> <td>blu-ray sony player</td> <td>Exclude</td> <td>Exclude</td> <td>Include</td> </tr> <tr> <td>sony dvd player</td> <td>Exclude</td> <td>Include</td> <td>Include</td> </tr> <tr> <td>sony dvd</td> <td>Include</td> <td>Include</td> <td>Include</td> </tr> </table> <p>This element is supported by following IdeaTypes: KEYWORD. <p>This element is supported by following RequestTypes: IDEAS, STATS.




[ Top ]


Class Variables

$keywords =

[line 5682]



Tags:

access:  public

Type:   Keyword[]


[ Top ]



Class Methods


constructor __construct [line 5700]

ExcludedKeywordSearchParameter __construct( [ $keywords = NULL], [ $SearchParameterType = NULL])



Tags:

access:  public


Overrides SearchParameter::__construct() (parent method not documented)

Parameters:

   $keywords  
   $SearchParameterType  

[ Top ]

method getNamespace [line 5688]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides SearchParameter::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 5696]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

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


Overrides SearchParameter::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3