Published unlisted
Edited
Feb 16, 2022
Insert cell
# Moneo Report - Google Play $100 cards
Insert cell
## Summary
This report looks at the cashbacks from Oct 3rd to Feb 14th focusing on tickets that include purchases of **Google Play cards** with a value of **$100** from **Walmart**, **7 Eleven** and **Soriana**.

The dates are chosen to look at purchases 67 days before and 67 days after the offer was put unto place in the Moneo system.
Insert cell
Plot.plot({
x: {

},
marks: [
Plot.tickX(ReportData,
{
x: "Purchased At Date",
y: "Commerce Name",
stroke: "Commerce Name",
strokeWidth: 0.5
})
],
height:400,
width:800,
marginLeft: 150,
marginBottom: 150
})
Insert cell
ReportData = FileAttachment("google-play-purchases-oct3-feb14.csv").csv({typed:true})
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more