Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Dynamic Link oluşturmanın dört yolu vardır:
Firebase Konsolu kullanma
Bu özellik, sosyal medyada paylaşmak için tanıtım bağlantıları oluşturuyorsanız kullanışlıdır. Bu şekilde, Firebase konsolunda bağlantı için özel bir sonek ve ad seçebilirsiniz.
Bu Dynamic Links performansını Firebase konsolunda veya Analytics REST API aracılığıyla izleyebilirsiniz.
iOS, Android ve Flutter'da Dynamic Link Builder API'yi kullanma. Bu, uygulamanızda kullanıcıdan kullanıcıya paylaşım için veya çok sayıda bağlantı gerektiren durumlarda bağlantıları dinamik olarak oluşturmanın tercih edilen yoludur. Builder API ile oluşturulan Dynamic Links öğelerinin performansını Dynamic LinksAnalytics API'yi kullanarak izleyebilirsiniz.
REST API'yi kullanma Bu yöntem, Builder API'si olmayan platformlarda bağlantıları dinamik olarak oluşturmak için tercih edilen yöntemdir.
Konsolda oluşturulan promosyon kampanyalarının performansını izlemek için Analytics REST API kullanılabilir.
Manuel olarak. Tıklama verilerini izlemeniz gerekmiyorsa ve bağlantıların uzun olması sizin için sorun değilse URL parametrelerini kullanarak Dynamic Links öğesini manuel olarak oluşturabilir ve böylece ek bir ağ gidiş dönüşü yapmaktan kaçınabilirsiniz.
Sonraki adımlar
Dynamic Links oluşturduktan sonra, uygulamanızı Dynamic Links alacak şekilde ayarlamanız ve kullanıcıları, bunları açtıktan sonra uygulamanızda doğru yere yönlendirmeniz gerekir.
Uygulamanızda Dynamic Links almak için iOS, Android, Flutter, C++ ve Unity ile ilgili dokümanlara bakın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-09-06 UTC."],[],[],null,["\u003cbr /\u003e\n\n| **Note:** Firebase Dynamic Links is *deprecated* and should not be used in new projects. The service will be shutting down soon. Follow the [migration guide](/support/dynamic-links-faq#how_should_i_migrate_from_the_service) and see the [Dynamic Links Deprecation FAQ](/support/dynamic-links-faq) for more information.\n\nThere are four ways you can create a Dynamic Link:\n\n- Using the [Firebase console](https://console.firebase.google.com/project/_/durablelinks/links/). This is useful if you're creating promo links to share on social media. This way you can select a custom suffix and a name for the link in the [Firebase console](https://console.firebase.google.com/project/_/durablelinks/links/). You can track the performance of these Dynamic Links in the [Firebase console](https://console.firebase.google.com/project/_/durablelinks/links/) or via the [Analytics REST API](/docs/reference/dynamic-links/analytics).\n- Using the Dynamic Link Builder API on [iOS](/docs/dynamic-links/ios/create), [Android](/docs/dynamic-links/android/create), and [Flutter](/docs/dynamic-links/flutter/create). This is the preferred way to dynamically create links in your app for user-to-user sharing or in any situation that requires many links. You can track the performance of Dynamic Links created with the Builder API using the Dynamic Links [Analytics API](/docs/reference/dynamic-links/analytics).\n- Using the [REST API](/docs/dynamic-links/rest). This is the preferred way to dynamically create links on platforms that don't have a Builder API. The [Analytics REST API](/docs/reference/dynamic-links/analytics) can be used to track the performance of promo campaigns created in the console.\n- [Manually](/docs/dynamic-links/create-manually). If you don't need to track click data and you don't care if the links are long, you can manually construct Dynamic Links using URL parameters, and by doing so, avoid an extra network round trip.\n\nNext steps\n\nAfter you create Dynamic Links, you need to set up your app to receive\nDynamic Links and send users to the right place in your app after a user opens them.\n\nTo receive Dynamic Links in your app, see the documentation for\n[iOS](/docs/dynamic-links/ios/receive), [Android](/docs/dynamic-links/android/receive),\n[Flutter](/docs/dynamic-links/flutter/receive),\n[C++](/docs/dynamic-links/cpp/receive), and [Unity](/docs/dynamic-links/unity/receive)."]]