You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me explain my point. I'm french sorry for my bad english.
I'm using yourl api to create short url for redirection to the original URL (like "https://my-domain.com"), because when we create a game or an event, we don't have at first the final URL for the QrCode for the flyer impression ((like "https://my-domain.com/event").
So we use yourl to make a redirection and to modify the original URL without changing the short url. And also, in the "data:" part, we have to put the short url value and not the original URL, because if we put the original one, the qrcode will change.
All the shorturl look like : https://qr.company.com/1rds85 (1rds85 is random generation)
I'm coming to the point haha.
The problem is that when you scan the url, it display the domain name of data link "qr.company.com"
And not "my-domain.com". And that's not really pretty for the clients.
So, my question is, there is a possibility to add an option to customize the text display on scan ?
The text was updated successfully, but these errors were encountered:
First, thank you for the great work about this !
Let me explain my point. I'm french sorry for my bad english.
I'm using yourl api to create short url for redirection to the original URL (like "https://my-domain.com"), because when we create a game or an event, we don't have at first the final URL for the QrCode for the flyer impression ((like "https://my-domain.com/event").
So we use yourl to make a redirection and to modify the original URL without changing the short url. And also, in the "data:" part, we have to put the short url value and not the original URL, because if we put the original one, the qrcode will change.
All the shorturl look like : https://qr.company.com/1rds85 (1rds85 is random generation)
I'm coming to the point haha.
The problem is that when you scan the url, it display the domain name of data link "qr.company.com"
And not "my-domain.com". And that's not really pretty for the clients.
So, my question is, there is a possibility to add an option to customize the text display on scan ?
The text was updated successfully, but these errors were encountered: