Discussions
Some countries's user can't open rebrandly link
Some of our customers said
rebrandly link is not open like below images
but mine is working well on phone , pc too
our company link is <https://rebrand.ly/yallakorea-for-1>
Customer's countries are UAE, Saudi arabia, middle east
I'm from South Korea
Is there any way to solve this problem?

Posted by Sangwon 5 months ago
Unique clicks
How does rebrandly recognize unique user clicks? What factors does it consider when determining whether a click is the first one or not?
Posted by Imed Bouchrika 6 months ago
Server side Conversion tracking?
How can you send conversions via server side or postback to rebrandly?
Using a platform like [anytrack](https://anytrack.io)?
Posted by Steve 8 months ago
Report "In Progress"
Hello, I am downloading a Custom report from the Extended Workspace with api calls.
Today the report is still "In Progress" on Rebrandly.
Do you have any solutions ? Is it an identified issue ?
Thanks,
Nathan
Posted by boris.fournier 9 months ago
Redirection for the URL free shortner tool
Hi. I've made a shortened link using the free-rebrandly URL tool shortener (https://free-url-shortener.rb.gy/) without signing up for an account. Now my original link is dead and | I want to
change the redirection URL of the shortened link I've made using the free tool, I've signed up to rebrandly & subscribed to the essential plan so that I can edit the shortened link I've created
using the free-tool. However, the shortened link didn't appear on the dashboard and when | returned to the free URL shortener I only could see the traffic on my shortened link or create a QR
code for it. So, is there any chance I could edit the URL for the shortened link I've made using the free-URL tool now??
Posted by Ziad 10 months ago
I've delete shortener link for long time, but it still available or refers to harmful site
Need Help !!
I've delete shortener link for long time, but it still available or refers to harmful site. Let me know how to solve this. i tried to contact support but still nothing
Posted by Mbahbotak 11 months ago
How do I get number of clicks and use that in a call?
Basically I am trying to do some account maintenance and delete all our old, unused links. The problem is we have a handful of links, within the 10k, that are still being used. They are easy to filter out as they have 100's of clicks on them. So if i could create a program that looked for any link with less than 100 clicks on it and deleted it that would be great.
Thanks,
Omar
Posted by omar.ali 11 months ago
Login Credential During Redirect to NextDoor
I've defined the following rebrandly map:
https://plf.pet/safe =>
https://nextdoor.com/p/QnPDft2PgQzZ?view=detail&utm_source=embed
This is intended to allow nextdoor subscribers to use a shortened link to access a target page within Nextdoor. The technique works when running nextdoor within a webbrowser, but fails when running within the nextdoor application from the appstore. It appears the nextdoor login credential maybe is not being passed by the nextdoor app.
Without getting into rebrandly api programming, is there some config setting that rebrandly uses to control default behavior associated with login credentials?
Posted by Tony Bryan 11 months ago
404 Error
Hello,
I was working the API and I am trying to set up some error messages. When the domain name is not correct, the api should return a code of 404, which it does but inside the response. The http code is in fact 200 which is not correct. Here is my code:
$slash_tag = $user.'/vehicle/'.$vehicle_id;
echo console_log($slash_tag);
$domain_data["fullName"] = "renntapasdas.com"; // messed up domain name
$post_data["destination"] = $destination;
$post_data["domain"] = $domain_data;
$post_data["slashtag"] = $slash_tag;
$post_data["title"] = $title;
$ch = curl_init("https://api.rebrandly.com/v1/links");
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
"apikey: NO!", // Do in fact have this but not showing it
"Content-Type: application/json"
));
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($post_data));
$result = curl_exec($ch);
$response = json_decode($result, true);
/* returns {
"message": "Not found",
"httpCode": 404,
"code": "NotFound",
"source": "domain",
"id": "renntapasdas.com"
}
*/
echo console_log("Link: ", $response);
$httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); // Should return a 404 but returns a 200
echo console_log("HTTP Code: ", $httpcode);
curl_close($ch);
if ($httpcode==403) {
if ($response['errors'][0]['code'] == 'AlreadyExists') {
return 'renntap.com/'.$slash_tag;
} else {
return '';
}
} else if($httpcode==200) { // therefore this if statement is true when it shouldn't be
return $response['shortUrl'];
} else {
return '';
}
Any suggested work arounds?
Posted by Xander Hughes over 1 year ago
Import bulk shorturl
Please suggest me a solution i have to import 50,000 destination url & export shorturl & qr code against imported data in csv format.
Posted by Faiqah about 2 years ago