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.