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: Request with ID "u6npvBNcL2rwTWgQwp7xjw" failed with status "INVALID_ARGUMENT" and includes the following errors: Error with message "The specified field is incompatible with this ad's type or settings.". On field: operations On field: create On field: ad My workaround at the moment is to set the Final URL through the Web UI. Not long to do but certainly annoying to handle. 2: A second issue is the absence of a method to set path1 or path2 in the display URL. The expected property does not exist in the CallAdInfo object and trying to set it by other means throws an error. Here is an entire sample dict operation I am passing to the mutate method for creation: status: PAUSED ad { call_only_ad { country_code: "US" phone_number: "(XXX) XXX-XXXX" business_name: "Example" headline1: "{KeyWord:Examples} in Your Area" headline2: "Find Examples Near You" description1: "This is a description1" description2: "This is a description2" call_tracked: true } final_urls: "https://www.example.com" display_url: "https://www.example.com" } ad_group: "customers/xxxxxxxx/adGroups/xxxxxxxx" Any guidance with these two points is appreciated. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/312543af-ac65-499b-99dc-532ea2a14c97n%40googlegroups.com.