Firebase, dynamic link with *.page.link doesn't work with campaign parameters

本秂侑毒 提交于 2019-12-13 02:55:53

问题


I have two dynamic prefix

One with https://f9yd6.app.goo.gl correctly carries utm_source in the intent (onNewIntent)

However one with https://littlehome.page.link doesn't have utm_source in the intent data even though it is included as a param in the dynamic link.

I know my android code works because the first link works fine.. I'm perplexed why the 2nd link won't have utm_source attached to it in the intent.mData

  • first link which has utm_source when opened in android

https://f9yd6.app.goo.gl/A3rn

long version : https://f9yd6.app.goo.gl/?link=http://example.comr&apn=com.zibann.littlehome.debugEug&isi=894652059&ibi=com.zib.littlehome&utm_source=test1

  • second link which doesn't have utm_source when opened in android

https://littlehome.page.link/wKei

long version: https://littlehome.page.link/?link=http://example.com&apn=com.zibann.littlehome.debugEug&isi=894652059&ibi=com.zib.littlehome&utm_source=test2

来源:https://stackoverflow.com/questions/59048837/firebase-dynamic-link-with-page-link-doesnt-work-with-campaign-parameters

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!