There was a problem making the changes you requested. Please try again later.
function main(){
AdWordsApp.newNegativeKeywordListBuilder().withName( 'test_list' ).build();
}
Can you please be more clear about the issue you are having? Any relevant screenshots will be helpful.
function main(){
AdWordsApp.newNegativeKeywordListBuilder().withName( 'test_list' ).build();}
Can you confirm that when you run the code that you posted above, you are receiving the error:
“There was a problem making the changes you requested. Please try again later.”
This code should execute without issue, so if you are receiving this error with that code, please privately provide your CID and script name.
Hi Alexander,
I am a colleague of Matt and I'll be the one to provide support to your concern.
With regard to your issue on the created negative keyword list at the account manager level, I am afraid that you can only used the provided code on the client accounts. This is the possible reason why the created negative keyword list is not visible in the client accounts and encountered an error in UI.
function main(){
AdWordsApp.newNegativeKeywordListBuilder().withName( 'test_list' ).build();
}
With this, you may try to implement the Ads Manager selector and iterator so that the negative keyword list will be created on the client accounts and you can apply the created list to specific campaigns.
Furthermore, we have Master Negative List - Manager Account solution script, this script reads negative keywords from a Google spreadsheet. It creates a negative keyword list in the Google Ads account and syncs the list with the keywords from the spreadsheet. The script then ensures that the negative criteria list is applied to all the campaigns in the account. If you want, you can limit the list of campaigns by specifying a label in the configuration spreadsheet to filter for inclusion when processing campaigns. By default, the script processes all the accounts under the manager account. If you also want, you can limit the list of processed accounts by specifying their customer IDs in the configuration spreadsheet. Please refer to the provided link for this solution script to read more about it.
Please let me know if you have further questions/clarifications.
Regards,
Ejay
Google Ads Scripts Team
Hi Alexander,
Thanks for your reply.
On the Google Ads scripts perspective, the NegativeKeywordListBuilder method can only be used in client accounts so creating negative keyword list on the manager account level is currently not possible.
With regard to Master Negative List - Manager Account solution script, you are correct that this might not fit to the solution that you are looking for. However, you can limit the list of campaigns by specifying a label in the configuration spreadsheet to filter for inclusion when processing campaigns.
Please let me know if you have further question/clarification.
Regards,
Ejay
Google Ads API Team