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, which are already imported and linked via the merchant account.
Unfortunately, I didn't mange to get add_product_partition_tree.py running. I recevie the following error:
AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS @ operations[0].operand.criterion, AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST.
I can also add the detailed soap request/logging.
My questions are:
Is it possible to partion using existing custom labels?
From other quesitions (https://groups.google.com/forum/#!topic/adwords-api/32tiC3ncAms) it seems like it's not possible to update existing partions. However, that would be our preferred method.
What does the xsi_type stand for?
Do I have to set a bidding category (luggage in the example code)
Thanks!
AdGroupCriterionError.PRODUCT_PARTITION_ALREADY_EXISTS @ operations[0].operand.criterion, AdGroupCriterionError.PRODUCT_PARTITION_DOES_NOT_EXIST.
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
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