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 C_i. (I was basically following 
https://developers.google.com/adwords/api/docs/samples/python/advanced-operations#create-and-attach-a-shared-keyword-set)
 
But since I have more than 20 Campaigns in A, I am reaching the Account 
Limit, getting the following when I attempt to add the S_21:

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?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/f7a16e89-16f7-43a6-9d9e-0080a2a09651%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Creating... jonathan . scholbach
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... jonathan . scholbach
        • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
          • ... js
            • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to