Hi, I work with Heidi. Thanks for getting back to us.
For your question “If NEGATIVE_KEYWORD shared set type cannot be applied to channel type MULTIPLE, how it was set first?”, I’ve tried to add NEGATIVE_KEYWORD shared set type to my app campaign and it successfully added without any API error. Also, I tried to remove those added NEGATIVE_KEYWORD shared set type using REMOVE operation, and it succeeded as well. You may see below CURL: curl -f --request POST "https://googleads.googleapis.com/v${API_VERSION}/customers/${CUSTOMER_ID}/campaignSharedSets:mutate" \ --header "Content-Type: application/json" \ --header "developer-token: ${DEVELOPER_TOKEN}" \ --header "login-customer-id: ${MANAGER_CUSTOMER_ID}" \ --header "Authorization: Bearer ${OAUTH2_ACCESS_TOKEN}" \ --data "{ "customerId": "7633370648", "operations": [ { "remove": "customers/7633370648/campaignSharedSets/9407999930~7354130802" }, { "remove": "customers/7633370648/campaignSharedSets/9414378601~7354130802" }, { "remove": "customers/7633370648/campaignSharedSets/16334731431~7354130802" }, { "remove": "customers/7633370648/campaignSharedSets/16347151349~7354130802" } ] , 'validateOnly':false, "partialFailure": true } " For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output. You may try the above cURL, and see if it works on your end. If the error still persists, then you may provide us the most recent complete logs so that we can continue to investigate further. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2iOP6Z:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/MHUdA000000000000000000000000000000000000000000000RPCXVL00THIXE4ipTmSZAHxp-djZ1g%40sfdc.net.
