Hi,

We are developing an application using adwords api last version and .net 
client library. The application batches multiple keywords in a request to 
get the value AVERAGE_TARGETED_MONTHLY_SEARCHES. We use the following 
parameters for the requests :

CountryTarget.countryCode = "US";
LanguageTarget.languageCode = "en";
TargetingIdeaSelector.keywordmatchtype = KeywordMatchType.BROAD
TargetingIdeaSelector.requestType = RequestType.STATS
TargetingIdeaSelector.ideaType = IdeaType.KEYWORD
TargetingIdeaSelector.requestedAttributeTypes = 
AttributeType.AVERAGE_TARGETED_MONTHLY_SEARCHES

In some cases, some of the keywords in the list are failed and the api 
returns a list of values for only the keywords which are correctly executed.
We find out that duplicated keywords case-sensitive are failed among the 
total number of failed keywords, therefore there are other reasons that the 
api does not return values for some keywords, but we haven't found what are 
these other reasons. The application loops on the list of values returned by 
the api to match the keywords requested with those values, therefore the 
results are completely wrong because the failed keywords could be located at 
any position of the list. Unfortunately we have not found a solution to 
solve this issue. Please help.
Here are my questions.

1) Does the api return in the response a list of the keywords which are 
failed ?
2) Case-sensitive keywords are failed, what are the other rules for the 
keywords in a batch request to comply with the api ?
3) The api returns a list of values without the keyword related to the value 
in the response object. Our application loops on this list of values to 
match with the requested keywords, but results are wrong in case of missing 
values for keywords returned by the api. Is there a method to match the list 
of values with the keywords without looping in a sequential order of the 
list ? We read the documentation but maybe we miss some properties in the 
response which contains the keyword and value in the response object ?

Thanks for you help

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to