Skip to content

Commit

Permalink
Merge branch 'master' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
mendozamedina authored Sep 5, 2024
2 parents d7117dc + 4335cf3 commit 1adfd09
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 0 deletions.
7 changes: 7 additions & 0 deletions organizations/etsy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "ETSY",
"name": "Etsy",
"iconUrl":
"https://s22.q4cdn.com/941741262/files/design/etsy-logo.png",
"orgUrl": "https://www.etsy.com"
}
6 changes: 6 additions & 0 deletions organizations/ghost_metrics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "GHOST_METRICS",
"name": "Ghost Metrics",
"iconUrl": "https://assets.ghostmetrics.io/ghostmetrics-icon.png",
"orgUrl": "https://ghostmetrics.io/"
}
6 changes: 6 additions & 0 deletions organizations/iterable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "ITERABLE",
"name": "Iterable",
"iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkUh0RCP_g7J2GqazxH50Pb-keNRLVpcaybrN9uj1zeQ&s",
"orgUrl": "https://iterable.com"
}
6 changes: 6 additions & 0 deletions organizations/salesmanago.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "SALESMANAGO",
"name": "SALESmanago",
"orgUrl": "https://www.salesmanago.com/",
"iconUrl": "https://files.salesmanago.pl/smweb/logo/badge_green.png"
}
10 changes: 10 additions & 0 deletions sources/etsy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"id": "ETSY",
"name": "Etsy",
"categories": ["ECOMMERCE"],
"organization": "ETSY",
"iconUrl":
"https://s22.q4cdn.com/941741262/files/design/etsy-logo.png",
"sourceUrl": "https://www.etsy.com/",
"dataVisibility": ["PRIVATE"]
}
9 changes: 9 additions & 0 deletions sources/ghost_metrics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "GHOST_METRICS",
"name": "Ghost Metrics",
"categories": ["ANALYTICS"],
"organization": "GHOST_METRICS",
"iconUrl": "https://assets.ghostmetrics.io/ghostmetrics-icon.png",
"sourceUrl": "https://ghostmetrics.io",
"dataVisibility": ["PRIVATE"]
}
9 changes: 9 additions & 0 deletions sources/iterable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "ITERABLE",
"name": "Iterable",
"categories": ["MARKETING"],
"organization": "ITERABLE",
"iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkUh0RCP_g7J2GqazxH50Pb-keNRLVpcaybrN9uj1zeQ&s",
"sourceUrl": "https://api.iterable.com/api/docs#campaigns_metrics",
"dataVisibility": ["PRIVATE"]
}

0 comments on commit 1adfd09

Please sign in to comment.