This issue should be fully resolved now. Do you still see the same error?

If so, please send me the full log over email (reply to author on the right 
of my post).


-Danial, AdWords API Team.


On Tuesday, April 21, 2015 at 12:16:49 PM UTC+2, af...@thesnugg.com wrote:
>
> Hi Danial,
>
> Can you please tell me if there has been any progress on my post, do you 
> have an ETA for a fix?
>
> Kind Regards,
>
> Afzal
>
> On Tuesday, April 14, 2015 at 3:41:12 PM UTC+1, 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/a5583b27-db2f-4bd7-abfb-742b7f4eac0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to