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

Class: getBulkKeywordIdeas

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

Class Overview


<span class="constraint Required">This field is required and should not be {@code null}.</span>


Author(s):

Variables

Methods



Class Details

[line 2963]
<span class="constraint Required">This field is required and should not be {@code null}.</span>

Returns a page of ideas that match the query described by the specified TargetingIdeaSelector. This method is specialized for returning bulk keyword ideas, and thus the selector must be set for IDEAS and KEYWORD. A limited, fixed set of attributes will be returned.

<p>A single-valued com.google.ads.api.services.targetingideas.search.RelatedToUrlSearchParameter must be supplied. Single-valued com.google.ads.api.services.targetingideas.search.LanguageTargetSearchParameter and com.google.ads.api.services.targetingideas.search.CountryTargetSearchParameter are both optional. Other search parameters compatible with a keyword query may also be supplied.

<p>The selector must specify a {@code paging} value, with {@code numberResults} set to 500 or less. Large result sets must be composed through multiple calls to this method, advancing the paging {@code startIndex} value by {@code numberResults} with each call.

<p>This method can make many more results available than #get(TargetingIdeaSelector), but allows less control over the query. For fine-tuned queries that do not need large numbers of results, prefer #get(TargetingIdeaSelector).




Tags:

return:  TargetingIdeaPage of results, that is a subset of the list of possible ideas meeting the criteria of the TargetingIdeaSelector.
throws:  ApiException If problems occurred while querying for ideas.


[ Top ]


Class Variables

$selector =

[line 2968]



Tags:

access:  public



[ Top ]



Class Methods


constructor __construct [line 2986]

getBulkKeywordIdeas __construct( [ $selector = NULL])



Tags:

access:  public


Parameters:

   $selector  

[ Top ]

method getNamespace [line 2974]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


[ Top ]

method getXsiTypeName [line 2982]

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