Hi Michal,

The first thing to remember is that all data returned from sandbox for
the TargetingIdeaService will be dummy.  As for the number of results
returned, the numberResults field controls how many ideas (keywords)
are returned per page.  The GLOBAL_MONTHLY_SEARCHES attribute returns
the search volume for the last 12 months for each keyword, and this
amount can not be controlled by paging.

Best,
- Eric Koleda, AdWords API Team

On Jan 18, 6:23 pm, Michal <hyk.s...@gmail.com> wrote:
> I would like to get GLOBAL_MONTHLY_SEARCHES data for a keyword_text.
> Is that the correct body for this request?
>
> <SOAP-ENV:Body>
> <get xmlns="https://adwords.google.com/api/adwords/o/v200909";>
> <selector><searchParameters
> xsi:type="RelatedToKeywordSearchParameter"><keywords>
> <ns1:text>keyword_text</ns1:text>
> <ns1:matchType>EXACT</ns1:matchType>
> </keywords>
> </searchParameters>
> <ideaType>KEYWORD</ideaType>
> <requestType>STATS</requestType><requestedAttributeTypes>KEYWORD</
> requestedAttributeTypes><requestedAttributeTypes>GLOBAL_MONTHLY_SEARCHES</
> requestedAttributeTypes><paging><ns1:startIndex>0</
> ns1:startIndex><ns1:numberResults>10</ns1:numberResults>
> </paging>
> </selector>
> </get>
> </SOAP-ENV:Body>
>
> Should sandbox respond with 12 (for each month) dummy LongAttribute
> numbers ?
> Why then the paging is needed?
>
> I'm confused because in responses I'm getting from sandbox, the number
> of results actually corresponds to a numberResults defined.
>
> Thanks,
> Michal
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.


Reply via email to