-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsites.example.json
More file actions
32 lines (32 loc) · 985 Bytes
/
Copy pathsites.example.json
File metadata and controls
32 lines (32 loc) · 985 Bytes
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
{
"shop-eu-de.example.com": {
"page_id": "1000000000000001",
"pixel_id": "2000000000000001",
"page_access_token": "EAA_short_lived_or_long_lived_token_here",
"currency": "EUR"
},
"shop-eu-fr.example.com": {
"page_id": "1000000000000002",
"pixel_id": "2000000000000002",
"page_access_token": "EAA_short_lived_or_long_lived_token_here",
"currency": "EUR"
},
"shop-eu-it.example.com": {
"page_id": "1000000000000003",
"pixel_id": "2000000000000003",
"page_access_token": "EAA_short_lived_or_long_lived_token_here",
"currency": "EUR"
},
"shop-eu-pl.example.com": {
"page_id": "1000000000000004",
"pixel_id": "2000000000000004",
"page_access_token": "EAA_short_lived_or_long_lived_token_here",
"currency": "PLN"
},
"shop-uk.example.com": {
"page_id": "1000000000000005",
"pixel_id": "2000000000000005",
"page_access_token": "EAA_short_lived_or_long_lived_token_here",
"currency": "GBP"
}
}