Hi Anthony,

did you receive my private reply with the SOAP request? Just want to make 
sure nothing has been lost on its way.

Best,
Christian

On Friday, August 21, 2015 at 10:38:17 AM UTC+2, Christian wrote:
>
> Hi,
>
> we have a strange behavior on a specific account where 
> the AdGroupCriterionService triggers an internal API error when fetching 
> DSA criteria. The same request works fine on other accounts.
>
> We use the googleads Python lib with the following selector:
>
>     selector = {
>         'fields': [
>             'Id', 'AdGroupId', 'Parameter', 'Status', 'CriteriaType',
>             'CriterionUse', 'CpcBid', 'BiddingStrategyType',
>             'FirstPageCpc', 'TopOfPageCpc', 'QualityScore',
>             'Labels',
>         ],
>         'predicates': [{
>             'field': 'CriteriaType',
>             'operator': 'IN',
>             'values': ['WEBPAGE'],
>         }, {
>             'field': 'Status',
>             'operator': 'IN',
>             'values': ['ENABLED', 'REMOVED', 'PAUSED'],
>         }, {
>             'field': 'CampaignId',
>             'operator': 'IN',
>             'values': ...,
>         }],
>     }
>
> For the problematic account the request fails in most cases, but not 
> always. If it succeeds, it returns zero DSA criteria.
>
> I can post the account ID in a private message.
>
> Thanks in advance for some clarification why this happens.
>
> Best regards,
> Christian
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b048aecc-b418-4075-bf82-780ff63e869a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to