我可以达到广告交换卖家REST API只是API密钥。我正在使用google . api . adexchangeseller。c#的V2_0包。我的代码如下
var service = new AdExchangeSellerService(new BaseClientService.Initializer
{
ApplicationName = "Abc Client",
ApiKey = "[MY APP KEY]",
});
var accounts = service.Accounts.List().Execute();
No。APIKEY仅用于公共数据。
Ad Exchange Seller REST API需要Accounts:顶部列出需要Authorization的状态
授权此请求至少需要下列条件之一的授权作用域(阅读更多关于身份验证和授权的信息)。
https://www.googleapis.com/auth/adexchange.seller范围https://www.googleapis.com/auth/adexchange.seller.readonly
您需要进行身份验证才能使用它