Same behaviour/problem here (with ruby client) On Tuesday, April 21, 2015 at 5:38:43 PM UTC+2, omar.t...@stylight.com wrote: > > I'm having exactly the same problem. Any idea what this is about? > > Omar > > On Tuesday, 14 April 2015 16:41:12 UTC+2, Danial Klimkin wrote: >> >> Hello Afzal, >> >> >> Could you please send me the exact XML request and full server response >> *over >> email* (reply to author on the right)? >> >> >> -Danial, AdWords API Team. >> >> >> On Tuesday, April 14, 2015 at 3:53:36 PM UTC+3, af...@thesnugg.com wrote: >>> >>> Hi, >>> >>> I'm using the C# Clinet library to get Campaign Extensions using >>> CampaignExtensionSettingService, the code I am using is: >>> >>> // Get the CampaignExtensionSettingService. >>> CampaignExtensionSettingService campaignExtensionSettingService = >>> (CampaignExtensionSettingService)user.GetService( >>> AdWordsService.v201502.CampaignExtensionSettingService); >>> >>> Selector eSelector = new Selector() >>> { >>> fields = new string[] { "CampaignId", "ExtensionType" }, >>> predicates = new Predicate[] { >>> new Predicate() { >>> field = "CampaignId", >>> @operator = PredicateOperator.EQUALS, >>> values = new string[] {campaign.id.ToString()} >>> }, >>> new Predicate() { >>> field = "ExtensionType", >>> @operator = PredicateOperator.EQUALS, >>> // values = new string[] {"CALLOUT"} >>> values = new string[] {"SITELINK"} >>> } >>> >>> } >>> }; >>> >>> CampaignExtensionSettingPage ePage = >>> campaignExtensionSettingService.get(eSelector); >>> >>> >>> If there is no extension the the results have 0 entries but when there >>> are extensions the following exception is thrown: >>> >>> System.Web.Services.Protocols.SoapException: >>> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ >>> com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro] >>> at >>> System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage >>> >>> message, WebResponse response, Stream responseStream, Boolean asyncCall) >>> at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String >>> methodName, Object[] parameters) >>> at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String >>> methodName, Object[] parameters) >>> >>> Can you please help? >>> >>> Regards, >>> >>> >>> Afzal >>> >>
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a3516a88-5ef8-455c-9c5b-78e4bfc5f8fe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.