Re: Creating SharedSet on Campaign Level

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, As you pointed out, it looks like in additional to the limit of 1 million total targeting items per campaign, there is also a limit for the number of placement exclusions

Re: Creating SharedSet on Campaign Level

2018-03-19 Thread js
Hi again, Sreelakshmi, thanks for your answer! I see some inconsistency of your answer with the information I found at https://support.google.com/adwords/answer/2454012?hl=en There it is pretty clear: > You can exclude up to 10,000 placements per campaign. I am confused now. Is there a limit

Re: Creating SharedSet on Campaign Level

2018-03-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, The limit of 10,000 that you pointed out applies to negative keywords per campaign. In addition to that you should also note that there is a limit of 1 million campaign targeting items per account (such as location targets

Re: Creating SharedSet on Campaign Level

2018-03-15 Thread jonathan . scholbach
Hi Sreelakshmi, thank you very much for your quick answer, especially for linking to the code sample! My problem is, that there is also a limit on NegativeCampaignCriterion of only 10k. https://support.google.com/adwords/answer/6372658?hl=en is stating "10,000 negative keywords per campaign",

Re: Creating SharedSet on Campaign Level

2018-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, The shared sets are typically recommended if you have a set of keywords/placements that gives you unwanted impressions or clicks across multiple campaigns. In this case you would cre

Creating SharedSet on Campaign Level

2018-03-14 Thread jonathan . scholbach
With the AdWords API, using Python, in an Account A, I want to create one SharedSet S_i per Campaign C_i (I want to build a de facto 1-1-relation), where i is element of I := {0,1,2,..., |Campaigns(A)| } I was doing this by adding the SharedSets S_i to A and and attaching it to "its" Campaign