Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not set custom params while generating onelink using generateInviteLink method. #78

Closed
codesinghanoop opened this issue Mar 14, 2019 · 2 comments
Labels

Comments

@codesinghanoop
Copy link

static generateInviteLink () {
var inviteOptions = {
channel: 'gmail',
campaign: 'myCampaign',
customerID: '1234',
userParams: {
myParam: 'newUser',
anotherParam: 'fromWeb',
amount: 1
}
}
var onInviteLinkSuccess = function (link) {
console.log('the appsflyer link is', link) // Handle Generated Link Here
}
function onInviteLinkError (err) {
console.log(err)
}
AppsFlyer.generateInviteLink(
inviteOptions,
onInviteLinkSuccess,
onInviteLinkError
)
}

when i use oninstallconversiondata function to get install conversion data then i don't receive custom params. Any help would be appreciated. Thanks in advance.

@af-fess af-fess added the bug label Mar 16, 2019
@vinnyhoward
Copy link

Any updates?

@wesfieldj
Copy link
Contributor

This issue was fixed.
See - 789dd38

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants