Re: Questions when creating a CallOnlyAd

2020-11-11 Thread Google Ads API Forum Advisor Prod
Hi Seán, Can you clarify exactly what the error message is that you're receiving? My suspicion is that final_urls is not compatible with call_only_ads since, when a user clicks a call only add, their device places a call to the given phone number and doesn't open a web page. See this help cente

Re: Questions when creating a CallOnlyAd

2020-10-15 Thread Google Ads API Forum Advisor Prod
Hi Seán, Thank you for the clarification. I would like to inform you that I will remove the first comment of this forum post as it contains sensitive information. Moving forward, let me discuss the issue to my team and we will get back to you with updates about this issue. Regards, Ernie Joh

Re: Questions when creating a CallOnlyAd

2020-10-15 Thread Seán Hayes
To make it clear, I want to create a CallOnlyAd object. Here is my sample code for reference (Python) # Create the ad group ad. ad_group_ad_operation = client.get_type("AdGroupAdOperation", version="v5") ad_group_ad = ad_group_ad_operation.create ad_group_ad.status = client.get_type("AdGroupAdSta

RE: Questions when creating a CallOnlyAd

2020-10-14 Thread Google Ads API Forum Advisor Prod
Hi Seán, Thanks for posting your concern. With regard to the first item, could you clarify what type of ads you want to create and provide the code that you've used upon encountering the error? Moving forward on setting path1 or path2 of the display URL for call only ads, I am afraid that this

Questions when creating a CallOnlyAd

2020-10-14 Thread Seán Hayes
Hi I'm trying to create an Ad using the v5 Google-Ads API (through python) but am running into some issues: 1: I cannot seem to set the Final URL on Ad creation and need to skip it. I am using the path: ad_group_ad.ad.final_urls.append('https://example.com') but I get an error back saying: Re