I am trying to create a call extension using the Python API client. My
code is as follows:
operations = [
{
'operator': 'ADD',
'operand': {
'campaignId': 12345,
'extensionType': 'CALL',
'extensionSetting': {
'extensions': [
{
'ExtensionFeedItem.Type': u'CallFeedItem',
'status': 'ENABLED',
'feedType': u'CALL',
'callPhoneNumber': '07777555666',
'callCountryCode': 'GB',
'callTracking': False,
'disableCallConversionTracking': True,
'feedId': 123456,
'feedItemId': 1234567,
}
]
}
},
}
]
return self.services['CampaignExtensionSettingService'].mutate(
operations)
I've tried removing the feedId and feedItemId fields, but I am still
getting:
suds.TypeNotFound: Type not found: 'callPhoneNumber'
I have used service.get() to view the returned data structure and can't see
any obvious difference. Could someone point out what I'm doing wrong here?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/ddfe8df4-c5f8-4842-8e2a-2bfdbc18dd24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.