Re: Promotion Extensions Editing

2020-10-05 Thread Roman Bondarenko
Hi! Yes, it worked for me too! Thanks a lot! On Monday, October 5, 2020 at 4:02:21 PM UTC+3 adsapiforumadvisor wrote: > Hi Roman, > > I was able to reproduce this second issue and to fix it by setting the > field "promotionCode" to "" (an empty string) instead of "None". > > > Could you giv

Re: Promotion Extensions Editing

2020-10-05 Thread Google Ads API Forum Advisor Prod
Hi Roman, I was able to reproduce this second issue and to fix it by setting the field "promotionCode" to "" (an empty string) instead of "None". Could you give it a try on your side? Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5004Q25Y07u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Promotion Extensions Editing

2020-10-05 Thread Roman Bondarenko
Hello! Thank you for help) Yes, that is a solution ) But there is another issue ... When I create promotion extension with promotionCode field which holds some value but after that I decided that want have discount not on promotion code but with ordersOverAmount, I could not update this anymo

Re: Promotion Extensions Editing

2020-10-02 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thank you for the feedback and clarifications. I was able to reproduce the issue and to fix it by setting the field "percentOff" to "-1" instead of "None". Could you give it a try on your side? Thanks, Pierrick - Google Ads API Team ref:_00D1U1174p._5004Q25Y07u:ref -- -- =~=~=~=~=~

Re: Promotion Extensions Editing

2020-10-02 Thread Roman Bondarenko
Hello! Firstly, I want to point that in link which you left in your response there is a banner which says: "*Note:* You can use either the ADD or SET operator here, since the two operators are equivalent in extension setting services." And I did try with SET operation but result was the same.

RE: Promotion Extensions Editing

2020-10-01 Thread Google Ads API Forum Advisor Prod
Hi Roman, I am not sure if you already got the chance to check the dedicated guide just yet but there is a section about how to update ad extensions that could help. I took a look at the requests you provided and wanted to clarify a few things about the second request: The ADD operator is used

RE: Promotion Extensions Editing

2020-09-30 Thread Google Ads API Forum Advisor Prod
Hi Roman, We will look into this and see if there is an issue on our side. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q25Y07u:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Promotion Extensions Editing

2020-09-30 Thread Roman Bondarenko
Hello, team! I would like to ask for a help or report a bug. So here is a situation. Firstly: I send a request to create a Promotion extension with such payload: "payload1.py" which transforms to request to your API which is in "request1.txt" and I receive response which is in "response1.txt