Hi,
I'm creating Call-Only Ads through Adwords API and looks the Ads are being created as an older version, because in order to validate an Ad I have to go into the Ad and click on "SAVE NEW VERSION" button.
Here is how the Ads is created:
Here is how it looks after I save it, and how they look after create them.
Here are the fields I'm using on creation using AdGroupAdService:
'xsi_type': 'CallOnlyAd',
'description1': data['Description'],
'businessName': data['Business name'],
'phoneNumber': data['Call-only ad phone number'],
'countryCode': data['Country Code'],
'displayUrl': data['Display URL'],
'callTracked': True
Thanks in advance.