Just following the example in the V200909 api example folder:
[{'operator': 'ADD', 'operand': {'criterion': {'text': 'geico',
'matchType': 'exact', 'type': 'Keyword'}, 'type':
'NegativeCampaignCriterion', 'campaignId': '37776166'}}]
Google Api General Error [Given API version, v200909, is not
compatible with 'NegativeCampaignCriterion' class.]
Is there a workaround for this?
operations = [{
'operator': 'ADD',
'operand': {
'type': 'NegativeCampaignCriterion',
'campaignId': campaign_id,
'criterion': {
'type': 'Keyword',
'matchType': 'exact',
'text': 'cruise'
}
}
}]
campaign_criterion = campaign_criterion_service.Mutate(operations)[0]
['value'][0]
--
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.