Re: Mutate Campaign partial failures?

2021-04-16 Thread Google Ads API Forum Advisor Prod
Hi Don, I work with Anthony and let me provide support to your concern. Unfortunately, support for the partial_failure feature is limited to only a number of mutate requests. Not all service mutate methods support this. However, the method for the partial_failure should be present in the

Re: Mutate Campaign partial failures?

2021-04-15 Thread dhmitc...@gmail.com
`MutateCustomerRequest` does not have `setPartialFailure` method On Monday, 5 April 2021 at 09:28:09 UTC-4 dhmitc...@gmail.com wrote: > Ugh, I see, need to create and pass MutateCampaignsRequest and set it > there. > > On Mon, Apr 5, 2021 at 9:04 AM Google Ads API Forum Advisor Prod < >

Re: Mutate Campaign partial failures?

2021-04-05 Thread Don Mitchell
Ugh, I see, need to create and pass MutateCampaignsRequest and set it there. On Mon, Apr 5, 2021 at 9:04 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Don, > > I see that you were trying to set the partial failure on > the CampaignOperation. You will need to

Re: Mutate Campaign partial failures?

2021-04-05 Thread Google Ads API Forum Advisor Prod
Hi Don, I see that you were trying to set the partial failure on the CampaignOperation. You will need to pass it as an argument to the CampaignService.mutateCampaigns method, much like in the mutateAdGroups method in the example I provided. Regards, Anthony Anthony Google Ads API Team

Re: Mutate Campaign partial failures?

2021-04-02 Thread Google Ads API Forum Advisor Prod
Hi Don, I'll pass this along to the team to take a closer look and get this resolved. I will keep you updated. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2EolVP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Mutate Campaign partial failures?

2021-04-01 Thread Don Mitchell
com.google.ads.googleads.v6.services.CampaignOperation.Builder denies the setPartialFailures method's existence. Nothing in CampaignOperation nor the builder's superclasses references failure. On Thu, Apr 1, 2021 at 10:08 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote:

RE: Mutate Campaign partial failures?

2021-04-01 Thread Google Ads API Forum Advisor Prod
Hello Don, PartialPartial failures are available for CampaignService. Although we don't have an exact example, you can use this one as a reference. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2EolVP:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find