RE: How to partiotion google shopping adgroups (Python)

2019-04-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ben, You may refer to this code sample where the caseValue is set to None. Can you make changes in your code snippet to set the value as None? Thanks, Bharani,

Re: How to partiotion google shopping adgroups (Python)

2019-04-13 Thread Ben
Hey Bharani, thx for the answer, but how and where exactly can I define the CaseValue? I understand the general concept, but not sure where to set it - I thought I defined it via e.g. other_product_canonical_condition – or which function is used? Best Ben On Friday, 12 April 2019

RE: How to partiotion google shopping adgroups (Python)

2019-04-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, I think you missed my private response. Please find my response below: Thank you for sharing the logs. The error indicates that you're missing the CaseValue. Each immediate child of a subdivision must have a caseValue of the same ProductDimension subtype. Only the root node doesn't h

Re: How to partiotion google shopping adgroups (Python)

2019-04-12 Thread Ben
Attached my python file and the soap log file. On Wednesday, 10 April 2019 21:16:08 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Ben, > > Thank you for sharing the logs. The error indicates that you're missing > the CaseValue. Each immediate child of a subdivision must have a caseValue > of

Re: How to partiotion google shopping adgroups (Python)

2019-04-12 Thread Ben
Attached my python file and the soap log. On Wednesday, 10 April 2019 21:16:08 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Ben, > > Thank you for sharing the logs. The error indicates that you're missing > the CaseValue. Each immediate child of a subdivision must have a caseValue > of the

RE: How to partiotion google shopping adgroups (Python)

2019-04-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, Thank you for sharing the logs. The error indicates that you're missing the CaseValue. Each immediate child of a subdivision must have a caseValue of the same ProductDimension subtype. Only the root node doesn't have a caseValue. Please check this guide

RE: How to partiotion google shopping adgroups (Python)

2019-04-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, A ProductPartition can be any of several subclasses of the ProductDimension type. You can add a ProductScope

Re: How to partiotion google shopping adgroups (Python)

2019-04-08 Thread Ben
Hey Bharani, thanks for the answer. I am creating everything via Python Scripts. I defined a product scope for one campaign and now the products are no longer automatically attached to the adgroups. Could you give some explanation on how product scope and product partioning relate to one anoth

RE: How to partiotion google shopping adgroups (Python)

2019-04-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ben, From the error, it looks like the subdivision creation is failing as there is already a product partition. The subsequent nodes seems to fail as the subdivision creation failed. Could you please confirm if you were creating the ad group via Google Ads UI? If so, you will need to first

How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben
Hey, I managed to create shopping campaigns and adgroups using the examples ( https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping ). However, currently each adgroup has all products. Using add_product_partition_tree.py I wasn't able to create partions

How to partiotion google shopping adgroups (Python)

2019-04-05 Thread Ben
Hey, I created shopping campaigns and adgroups using the provided code examples: ( https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201809/shopping ). However, currently all adgroups have all prodcuts. I would like to partion the adgroups via custom labels,