Hi Mark,
I have managed to resolve it, seems the issue was that I was using the
older version of google-ads library I installed in June which did not have
call_asset in the asset resource yet.
It worked after updating the google-ads library to the most recent one.
Cheers,
Marvin
On Monday, Dec
Hello Marvin,
Thank you for reaching out to us.
Have you checked on this sample code when creating an asset? So our team can
further check on the error you've encountered, can you share to us the complete
API logs (request and response with request-id) generated? In the Google Ads
API, logging
A snippet of the script I have written to create a new call extension
asset
- * asset_service = client.get_service("AssetService")*
- *asset_operation = client.get_type("AssetOperation")*
- *asset = asset_operation.create*
- *asset.name = 'Test Call Asset 1'*
- *