Re: Product group creation fails inside adgroup

2018-04-25 Thread cha kng
Thank you for sharing On Thursday, April 19, 2018 at 3:17:57 AM UTC-7, sandip.m...@visual-meta.com wrote: > > Hi API team, > I am trying to create product groups inside an adGroup using > ProductPartitionTree of Adwords Java api. > In the below example I try to partition the data based on brand

Re: Product group creation fails inside adgroup

2018-04-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Sandip, Thank you for sharing the logs. They were really helpful. The CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE error indicates that the partial failure is not supported for shopping campaign mutate operations. Based on the logs, it looks like you have the partialFailure set to t

Re: Product group creation fails inside adgroup

2018-04-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, It looks like you're performing a Mutate() operation for the shopping campaigns. The CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE error indicates that the partial failure is not supported for shopping campaign mutate operations. Can you make sure that each subdivision is complete

Product group creation fails inside adgroup

2018-04-19 Thread sandip . mukherjee
Hi API team, I am trying to create product groups inside an adGroup using ProductPartitionTree of Adwords Java api. In the below example I try to partition the data based on brand value. My code is: AdWordsServicesInterface adWordsServices = AdWordsServices.getInstance (); AdWords