forked from GoogleCloudPlatform/microservices-demo
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathads.json
37 lines (37 loc) · 1000 Bytes
/
ads.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"text": "Film camera for sale. 50% off.",
"redirect_url": "/product/2ZYFJ3GM2N",
"tags": ["photography","vintage"]
},
{
"text": "Vintage camera lens for sale. 20% off.",
"redirect_url": "/product/66VCHSJNUP",
"tags": ["photography","vintage"]
},
{
"text": "Vintage record player for sale. 30% off.",
"redirect_url": "/product/0PUK6V6EV0",
"tags": ["vintage"]
},
{
"text": "City Bike for sale. 10% off.",
"redirect_url": "/product/9SIQT8TOJO",
"tags": ["cycling"]
},
{
"text": "Home Barista kitchen kit for sale. Buy one, get second kit for free",
"redirect_url": "/product/1YMWWN1N4O",
"tags": ["cookware"]
},
{
"text": "Air plants for sale. Buy two, get third one for free",
"redirect_url": "/product/6E92ZMYYFZ",
"tags": ["gardening"]
},
{
"text": "Terrarium for sale. Buy one, get second one for free",
"redirect_url": "/product/L9ECAV7KIM",
"tags": ["gardening"]
}
]