forked from DebaucheryLibrarian/traxxx
Using affiliate parameters for Bang, fixed affiliate URL composition on entity page.
This commit is contained in:
@@ -15,6 +15,12 @@ const affiliates = [
|
||||
parameters: 't=eyJhZmZpbGlhdGUiOiJEZWJhdWNoZXJ5TGliIiwiY2FtcGFpZ24iOiJkZWZhdWx0IiwiYWdldmVyaWZpZWQiOiJ5In0',
|
||||
comment: '50%',
|
||||
},
|
||||
{
|
||||
id: 'bang_signup',
|
||||
network: 'bang',
|
||||
parameters: 't=eyJhZmZpbGlhdGUiOiJEZWJhdWNoZXJ5TGliIiwiY2FtcGFpZ24iOiJkZWZhdWx0IiwiYWdldmVyaWZpZWQiOiJ5In0',
|
||||
comment: '$25 per signup',
|
||||
},
|
||||
];
|
||||
|
||||
const bannerTags = {
|
||||
@@ -241,7 +247,7 @@ const campaigns = [
|
||||
// bang
|
||||
{
|
||||
network: 'bang',
|
||||
url: 'https://www.bang.com/?aff=eyJ3IjoiMTQ1ODYiLCJsIjoiMzE2NDYiLCJ0IjoiNDU4NjEifQ==',
|
||||
affiliate: 'bang_signup',
|
||||
comment: 'per signup',
|
||||
},
|
||||
// julesjordan
|
||||
|
||||
Reference in New Issue
Block a user