47th edition
NOV. 21>29, 2025, Nantes France
NOV. 21>29, 2025, Nantes France

Bitly Profiledat |top| Jun 2026

: Use the POST method to the /bitlinks endpoint for more complex configurations, such as adding specific metadata to a link.

Which platforms (e.g., Twitter, Facebook) drive traffic. bitly profiledat

Insights into the operating systems and device types used by your audience. Managing Your Bitly Profile and Personal Data : Use the POST method to the /bitlinks

SELECT profiledat->>'country' AS country, profiledat->>'device_type' AS device_type, COUNT(*) AS clicks FROM bitly_click_logs WHERE click_date = '2025-04-01' GROUP BY 1, 2 ORDER BY clicks DESC; 'country' AS country