Re: help needed with promotion asset editing in google ads api

2025-02-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for providing the logs, it seems like those are not complete logs. Please provide us with the complete API logs (request and response logs with request-id and request header) generated at your end to better assist you further. You can send the details via Reply privately to the a

Re: help needed with promotion asset editing in google ads api

2025-02-01 Thread 'Shahil Kumar' via Google Ads API and AdWords API Forum
Here is the full logs and the errors - When my promotion asset discount modifier is set to Upto 3%. And I want to change its discount Modifier to Monetary Discount ( PromotionExtensionDiscountModifier.Unspecified ) var promotionAsset = new PromotionAsset() { Occasion = occasion,Promoti

Re: help needed with promotion asset editing in google ads api

2025-02-01 Thread 'Shahil Kumar' via Google Ads API and AdWords API Forum
Hi, I'm facing a issue when trying to edit promotion assets using the Google Ads API in C#. Issues Encountered: 1. *Limited Updates:* I can only update the DiscountModifier from Unspecified to UpTo when using Money Amount Off. For other cases like switching between Monetary Disco

Help Needed with Promotion Asset Editing in Google Ads API

2025-01-31 Thread 'Shahil Kumar' via Google Ads API and AdWords API Forum
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