Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Gagan, The PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE error will occur if the only node you create is the root node. If instead you create the root node (without a caseValue) and its children all in the same mutate request (as shown below), then the request should succeed. //

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread gagan gupta
Thanks. Yes, I tried First Approach already and realized that this gives an error: PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE This means an Empty correct case Value needs to be given. The 2nd approach I want to try but the examples are poor in the documentation. My Body Panicked trying

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi, Reading through your code, it appears that you are attempting to make the root node of the tree have a caseValue set to a dimension of type CUSTOM_ATTRIBUTE_0. However, the root node should not have a caseValue since it is meant to capture all products. To fix this, you could comment out

Re: How To Set Scheduling To Feed Item on .Net Client

2020-05-01 Thread Mehmet Sealytics
Thanks for reply, but it is using Campaign extension setting. I am doing it like in the link I shared below with campaign feed. I found and set all fields but I could not find scheduling. In the link I shared docs says that use schedules field. But there is no schedules field on feed item.

RE: Update budget order error

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Maria, Thanks for reaching out. In order for me to take a closer look, can you please provide your CID as well the complete detailed logs of the request and response? When providing this information, please "Reply privately to author." Thanks, Danica Calusin, Google Ads API Team

Re: Smart Shopping ad assets creation

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Wilson, Assets can be created through AssetService. Here is a guide on how to create and use them. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Update budget order error

2020-05-01 Thread Maria Fernanda Guerra
I am getting a very strange error when trying to edit a BO [{'operator': 'SET', 'operand': {'spendingLimit': {'microAmount': 26000}, 'id': '***'}}] Error summary: {'faultMessage': "[BudgetOrderError.GENERIC_BILLING_ERROR @ operations[0].operand; trigger:'Customer Budget failed

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Gagan, Our team is looking into the issue you have. We will get back to you as soon as possible. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UaSxD8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Budget estimation

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Duong, I got feedback from our team that this feature will not be added to Adwords API. I have submitted a new feature request to support the budget estimation in the Google Ads API. Please keep an eye on our blog for announcements and updates on the new releases. Thanks and regards,

RE: Getting the error :BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Claude, Thank you for reaching out. The paymentMode field does not exist in the Adwords API so you will not be able to change it in the Adwords API. I have submitted a feature request to support the paymentMode field in the Adwords API. Please keep an eye on our blog for the announcements

Re: Smart Shopping ad assets creation

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Djalma, When creating a smart shopping ad, you will just need to create an ShoppingSmartAdInfo. You can find a full example here. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: frequencyCaps timeLength set by default to 1

2020-05-01 Thread Google Ads API Forum Advisor Prod
Hi Raj, Thank you for your patience. I have received an update from my team. It turns out that, for most campaign types, the only possible value for timeLength is 1. What you're setting really is the timeUnit specifically when you set up a frequency cap. The only campaign type that supports a

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread gagan gupta
May I expect a response, please. Thanks. On Friday, May 1, 2020 at 12:28:06 PM UTC+5:30, gagan gupta wrote: > > Sure. Did That. > > On Friday, May 1, 2020 at 12:45:32 AM UTC+5:30, adsapiforumadvisor wrote: >> >> Hi Gagan, >> >> Thank you for reaching out. In order for me to further investigate,

Re: Change status of placement to paused in each adGroup

2020-05-01 Thread Sharmila Timsina
Thanks a lot. On Thu, 30 Apr 2020, 19:53 Google Ads API Forum Advisor Prod, < adsapiforumadvi...@gmail.com> wrote: > Hi Sharmila, > > Thanks for reaching out. With regards to your concern about to Change > status of placement to paused in each adgroup via AdWords API, You can use >

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-01 Thread gagan gupta
Sure. Did That. On Friday, May 1, 2020 at 12:45:32 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > Thank you for reaching out. In order for me to further investigate, could > you please share the complete request and response logs and the complete > source code via the *Reply privately