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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/30ab6659-cffc-4473-859b-b7c4ce4abb63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.