How to get Negative Keywords List added on Account level?

609 views
Skip to first unread message

Евгений Гардыш

unread,
Dec 4, 2018, 8:47:37 AM12/4/18
to AdWords API and Google Ads API Forum
Hi.

I`m converting Adwords Script named as "Negative Keyword Conflicts - Manager Account"  to use on my server via Ads API based on PHP library.

All is great...
Campaign level negatives list I can get from CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT.
AdGroups level negatives list I can get from KEYWORDS_PERFORMANCE_REPORT.

BUT I don`t understand how to get negative keywords list on ACCOUNT level...
In AdwordsScropt this made by such code:
negativeKeywordLists = AdWordsApp.negativeKeywordLists().withCondition('Status = ACTIVE').get();

How can I do this via Ads Api and PHP library?

Best regards.

Bharani Cherukuri (AdWords API Team)

unread,
Dec 4, 2018, 2:25:58 PM12/4/18
to AdWords API and Google Ads API Forum
Hello, 

If you're having a negative keywords list at the account level, you may use the you may use the Shared Set Report which will return the shared sets shared across all the campaigns in the account. Once you have the Shared set Id, you may use the Shared Set Criteria Report which will return the criteria for the specific shared set. You may refer to this guide as a reference. 

Thanks,
Bharani, AdWords API Team
Reply all
Reply to author
Forward
0 new messages