Is there any explanation why the simple code snippet below repeatedly
fails with the exception UNEXPECTED_INTERNAL_API_ERROR, every time the
call is made for any campaign within a specific account, but works all
the time for any campaign in any other account?


service =
(AdGroupService)user.GetService(AdWordsService.v200909.AdGroupService);
service.RequestHeader.clientCustomerId = clientID_l.ToString();

selector = new AdGroupSelector();

selector.campaignIdSpecified = true;
selector.campaignId = campaignID_l;

returnPage = service.get(selector);

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@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