嘿!!希望大家都过得很好,
我正在从SA360 (或DS3,Doubleclick搜索)中提取数据,尽管当我试图下载报告时收到了这个错误:
"columns11:一个名为'DDA产品注册‘的自定义变量在平台源’泛光‘中无法找到。“>
我知道:

conversion_name = "DDA Product Sign Ups"
request = ds3_manager.reports().request(body =
{
"reportScope": {
"agencyId": agency_id,
"advertiserId" : advertiser_id },
"reportType": "adGroup",
"columns": [
{ "columnName": "date"},
{ "columnName": "accountType"},
{ "columnName": "account" },
{ "columnName": "cost" },
{ "columnName": "impr" },
{ "columnName": "clicks" },
{
"customMetricName" : conversion_name,
"platformSource": "floodlight"
}
],
"timeRange": {
"startDate": start_date,
"endDate": end_date
},
"downloadFormat": "csv",
"maxRowsPerFile": 6000000,
"statisticsCurrency": "agency"
}
)
当我搜索我在这个网页结果上出现的问题时:设置自定义泛光灯度量和尺寸,但我不明白,对我来说,它已经设置好了,因为我可以将它添加到我的UI报告或我的web查询中。所以我不是为什么剧本没拿出来的..。
如果有人想出一个很好的主意:D. Best,Alex
https://stackoverflow.com/questions/68336085
复制相似问题