批量新增 获取广告计划数据
This commit is contained in:
@@ -14,6 +14,8 @@ const (
|
||||
StorewideReportDetailTable = "storewide_report_detail" // 全站数据detail表
|
||||
CreativeReportSumTable = "creative_report_sum" // 广告创意数据sum表
|
||||
CreativeReportDetailTable = "creative_report_detail" // 广告创意数据detail表
|
||||
UnitReportSumTable = "unit_report_sum" // 广告创意数据detail表
|
||||
UnitReportDetailTable = "unit_report_detail" // 广告创意数据detail表
|
||||
UnitReportSumTable = "unit_report_sum" // 广告单元数据detail表
|
||||
UnitReportDetailTable = "unit_report_detail" // 广告单元数据detail表
|
||||
CampaignReportSumTable = "campaign_report_sum" // 广告计划数据detail表
|
||||
CampaignReportDetailTable = "campaign_report_detail" // 广告计划数据detail表
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user