Hi,
I'm facing a similar issue when trying to edit promotion assets using the
Google Ads API in C#.
Issues Encountered:
1. *PercentOff Field:* Since PercentOff is of type long, it cannot be
set to -1 or null. Its default value is always 0.
2. *Limited Updates:* I can only update
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
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
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
--
--
=~=~=~=~=~
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.
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
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
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