我正在使用appnexusapi
gem 连接 AppNexus api,但除了建立基本连接之外,我无法继续。
这是我的红宝石代码:
require 'appnexusapi'
conn = AppnexusApi::Connection.new({'uri' => 'http://api.appnexus.com/auth', 'username' =>'*****','password' => '******'})
key = conn.login
由于文档不好,我无法继续进行。我想生成报告并查询数据服务。
在 appnexus 控制台中,我发现它为每个报告生成随机 ID。