问题
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