2018-04-25 04:28:41 -04:00
|
|
|
export default {
|
|
|
|
"/admin/reports/trending_search": {
|
2018-06-15 11:03:24 -04:00
|
|
|
report: {
|
|
|
|
type: "trending_search",
|
|
|
|
title: "Trending search",
|
|
|
|
xaxis: "",
|
|
|
|
yaxis: "",
|
|
|
|
data: null,
|
|
|
|
total: null,
|
|
|
|
start_date: "2018-03-26T00:00:00.000Z",
|
|
|
|
end_date: "2018-04-25T23:59:59.999Z",
|
|
|
|
category_id: null,
|
|
|
|
group_id: null,
|
|
|
|
prev30Days: null,
|
|
|
|
labels: ["Term", "Searches", "Unique"],
|
|
|
|
report_key: ""
|
2018-04-25 04:28:41 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|