Hey,
I managed to create shopping product partition trees based on the following
example:
https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/shopping/add_product_partition_tree.py
However, in case the partition needs to change e.g. a new product needs to
be added, I remove the existing partition via this part:
division_old = {
'xsi_type': 'ProductPartition',
'partitionType': 'SUBDIVISION',
'id': '293946777986'
}
adgroup_criterion_old = {
'xsi_type': 'BiddableAdGroupCriterion',
'adGroupId': ADGROUP_ID,
'criterion': division_old
}
operation = {
'operator': 'REMOVE',
'operand': adgroup_criterion_old
}
before adding a new product partition tree
Is there a way to update an existing product partition tree?
I am aksing because our SEM team is worried, that the removal will have
negative effects on performance as the collected information might be
deleted as well for optimization.
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/019495a8-4ea2-47ef-80ff-29d75fea9243%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.