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)| }
suds.WebFault: Server raised fault: '[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations[0].operand; trigger:'... sharedSetType: NEGATIVE_PLACEMENTS' (enclosingId=..., limit=20, accountLimitType=SHARED_SETS_PER_ACCOUNT, existingCount=20)]'
So, I want to add the SharedSet S_i "directly" to the C_i, i.e. without adding it to A. I did not find documentation how I can do this with the AdWords API. Is it possible? How?