Skip to content

Commit

Permalink
add UTM params to external links (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies authored Dec 5, 2024
1 parent 50a9e25 commit 4d22f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/public/zuplo-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ class ZuploBanner extends HTMLElement {
name: "Zudoku",
logo: "https://cdn.zuplo.com/uploads/zudoku-logo-only.svg",
description: "API documentation should be free.",
url: "https://zudoku.dev",
url: "https://zudoku.dev?utm_source=mockbin&utm_medium=web&utm_campaign=header&ref=mockbin",
},
ratemyopenapi: {
name: "Rate My OpenAPI",
logo: "https://cdn.zuplo.com/uploads/rmoa-logo-only.svg",
description: "Get feedback and a rating on your OpenAPI spec",
url: "https://ratemyopenapi.com",
url: "https://ratemyopenapi.com?utm_source=mockbin&utm_medium=web&utm_campaign=header&ref=mockbin",
},
mockbin: {
name: "Mockbin",
Expand Down

0 comments on commit 4d22f75

Please sign in to comment.