R:双击活动管理器报告API数据下载

R:双击活动管理器报告API数据下载,r,api,double-click,R,Api,Double Click,我们尝试从双击活动管理器报告API下载数据 我找到的唯一脚本是 还有其他人遇到过这些问题吗?我错过了什么已知的解决方案?谢谢你的帮助 似乎您应该在github上而不是在此处将其作为问题提交到包中。我已经这样做了:userprofiles.list(client.id,client.secret)中的问题2错误。但是没有任何答复。这是第二次尝试寻找答案-如果有答案的话。似乎您应该在github上而不是在这里将其作为问题提交给包。我已经这样做了:userprofiles.list(client.i

我们尝试从双击活动管理器报告API下载数据 我找到的唯一脚本是


还有其他人遇到过这些问题吗?我错过了什么已知的解决方案?谢谢你的帮助

似乎您应该在github上而不是在此处将其作为问题提交到包中。我已经这样做了:userprofiles.list(client.id,client.secret)中的问题2错误。但是没有任何答复。这是第二次尝试寻找答案-如果有答案的话。似乎您应该在github上而不是在这里将其作为问题提交给包。我已经这样做了:userprofiles.list(client.id,client.secret)中的问题2错误。但是没有任何答复。这是第二次尝试寻找答案-如果有的话。
#Install using:
library(devtools)
install_github("WillemPaling/RDoubleClick")

#Basic commands to get started:
##Authorise with the API
client.id <- "yourclientid.apps.googleusercontent.com"
client.secret <- "yourclientsecret"

DCAuth(client.id,client.secret)
##Get available profiles (to find your profile ID)
profiles <- userprofiles.list()
 profiles <- userprofiles.list(client.id,client.secret)
Error in fromJSON(api.request(req.url)) :
could not find function "api.request"
Called from: fromJSON(api.request(req.url))
Browse[1]>