Buy on TCG player button not working
bugreleased
> TCGPlayer links have a few format now (on their tracking platform Impact). should be something like this. also plz make use of subId1 to identify where the click came from.
```js
const deckLines = ['1 foo', '2 bar', '3 baz']
const doublePipeList = deckLines.join('||')
const u = `https://store.tcgplayer.com/massentry?c=${encodeURIComponent(doublePipeList)}`
const params = new URLSearchParams({ partnerpropertyid: '5237567', subId1: `csb,buyThisComboOrSomething` , u })
return 'https://partner.tcgplayer.com/c/4913290/1830156/21018?' + params.toString()
```
关闭于 2025-10-22 1 条评论