So, I have banner ads set up that contain dates for promotions. Ages ago, by mistake, I deleted all of the except one.
I cannot work out how to restore them or recreate them.
If I select BannerTimeData.metadata and click "find" it shows me one file, which only contains this:
{
"_id": {
"$oid": "5bf836c53b69520fb4c935d0"
},
"BannerID": 1,
"StartDate": 1549238400,
"EndDate": 1518307200
}
but there needs to be a whole lot of these, and I thought they were automatically created from a json export from Unity, which lets me copy this code:
[{"BannerID":1,"StartDate":1572825600,"EndDate":1575504000},{"BannerID":6,"StartDate":1546732800,"EndDate":1576800000},{"BannerID":7,"StartDate":1545609600,"EndDate":1546128000},{"BannerID":8,"StartDate":1546214400,"EndDate":1546807552},{"BannerID":0,"StartDate":0,"EndDate":0},{"BannerID":5,"StartDate":0,"EndDate":0},{"BannerID":6,"StartDate":0,"EndDate":0},{"BannerID":7,"StartDate":0,"EndDate":0},{"BannerID":8,"StartDate":1546214400,"EndDate":1546807552},{"BannerID":0,"StartDate":0,"EndDate":0}]
How can I recreate these files into GameSparks?
I really hope this makes sense!
Any help is gratefully recieved!
Elliot Curtis
So, I have banner ads set up that contain dates for promotions. Ages ago, by mistake, I deleted all of the except one.
I cannot work out how to restore them or recreate them.
If I select BannerTimeData.metadata and click "find" it shows me one file, which only contains this:
{
"_id": {
"$oid": "5bf836c53b69520fb4c935d0"
},
"BannerID": 1,
"StartDate": 1549238400,
"EndDate": 1518307200
}
but there needs to be a whole lot of these, and I thought they were automatically created from a json export from Unity, which lets me copy this code:
[{"BannerID":1,"StartDate":1572825600,"EndDate":1575504000},{"BannerID":6,"StartDate":1546732800,"EndDate":1576800000},{"BannerID":7,"StartDate":1545609600,"EndDate":1546128000},{"BannerID":8,"StartDate":1546214400,"EndDate":1546807552},{"BannerID":0,"StartDate":0,"EndDate":0},{"BannerID":5,"StartDate":0,"EndDate":0},{"BannerID":6,"StartDate":0,"EndDate":0},{"BannerID":7,"StartDate":0,"EndDate":0},{"BannerID":8,"StartDate":1546214400,"EndDate":1546807552},{"BannerID":0,"StartDate":0,"EndDate":0}]
How can I recreate these files into GameSparks?
I really hope this makes sense!
Any help is gratefully recieved!