Re: Changing a custom label for a SKU via the Python API?

2015-08-10 Thread Anthony Madrigal
Hi Pedro, The class ProductDimension is abstract, which means you cannot set values for it. However, you can use the ProductCustomAttribute

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread Anthony Madrigal
Hey Pedro, Could you please *reply privately to author *your SOAP request and response for the operation in which you tried to modify the Custom Attribute? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread pedro . pupo
Thank you. I am trying to do that in a way similar to the bidding process we currently use but I think I have my object hierarchies mixed up. I'm not quite sure how to tell the API that I wish to *update* the custom attribute like I do with the CPC bid - including it within the criterion just s

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread Anthony Madrigal
Hey Pedro, No worries about the confusion! You should be able to update the value of the Custom Attribute using the *AdGroupCriterionService *without worrying that anything e

Re: Changing a custom label for a SKU via the Python API?

2015-08-06 Thread pedro . pupo
Thanks for the reply! I shouldn't have said "labels", tho - what I mean is a CustomAttribute dimension - we just call them 'labels' internally. I want to change the value of a single dimension while keeping everything else intact. Sorry for the confusion! On Thursday, August 6, 2015 at 1:49:41

Re: Changing a custom label for a SKU via the Python API?

2015-08-06 Thread Anthony Madrigal
Hello Pedro, You could use the *AdGroupCriterionService *to update the labels of your product partition . It should not affect the dimensions or the product tree. Cheers, Anthony Ad

Changing a custom label for a SKU via the Python API?

2015-08-06 Thread pedro . pupo
Hello! we have a custom product partition tree set up at our account with a custom label as the biddable unit node. We use an internal proccess to change this custom label based on past product performance; however, though the data extraction and calculation of the new custom label value is don