Hello, 

I'm a developer in a Startup Company, and we are interacting with the 
Google Ads API to Controll Google Ads with a Python Application. 

We are now searching for a solution, to include and exclude Product 
Partions in Adgroups. 

The following Sample Code shows the Operand:

operations = [{
    'operator': 'SET',
    'operand': {
        'adGroupId': ADGROUP_ID,
        'criterion': {
            'id': CRITERION_ID
        },
        'AdGroupCriterion.Type': 'NegativeAdGroupCriterion',
        'criterionUse': 'NEGATIVE'
    }
}]


adgroup_criterion_service.mutate(operations)



I also looked at other questions in this forums, but they are i bit older, 
so maybe something changed. (
https://groups.google.com/forum/?pli=1#!msg/adwords-api/vVWNF2kAVXo/bTF0FpHbAAAJ
)
Am I still right, that you cant include/exclude Product Partitions over the 
Ads API, because the Field is Read Only? 

We could also remove the Product Partition and create a knew one, but in 
this case we lose track of data. 

Maybe somebody can supply me with some Informations, or another idea to 
archive including/excluding Product Partions without the use of the Ads 
Frontend. 

Thanks in advance, 
Marco. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cca78e03-417e-4929-a67a-f3a058abe98bo%40googlegroups.com.

Reply via email to