Re: problem with Criterion

2011-12-13 Thread Anash P. Oommen
Hi Mihail, The necessary criterion ids are available here: http://code.google.com/apis/adwords/docs/appendix/genders.html http://code.google.com/apis/adwords/docs/appendix/ages.html Also, UNEXPECTED_INTERNAL_API_ERROR error happens when we have an issue at our end. Could you please turn on the

Re: problem with Criterion

2011-12-13 Thread Mihail Podorojniy
Thank you. The criteria to become clearer. But why is not associated enum GenderGenderType and Id? As an example - public enum GenderGenderType { GENDER_MALE = 10, GENDER_FEMALE = 11, GENDER_UNDETERMINED = 20 } and do not use the Id. then pass the Id criterion can be without

problem with Criterion

2011-12-12 Thread Mihail Podorojniy
Hello! Sorry, I'm junior in AdWords API. Tell me please. I'm using. Net library. I am trying to run an example AddCampaignTargetingCriteria.cs but it returns the error UNEXPECTED_INTERNAL_API_ERROR. Targeting doesn't work. Can you explain how to make targeting Gender, AgeRange etc. During adding