Merge pull request '채널공유 - 파이어베이스 링크, 도메인, 프로젝트명 변경' (#1) from test into main
Reviewed-on: #1
This commit is contained in:
commit
4744fe7d9a
|
@ -5,14 +5,14 @@ const url = "https://firebasedynamiclinks.googleapis.com/v1/shortLinks?key=AIzaS
|
|||
async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaign) {
|
||||
const data = {
|
||||
"dynamicLinkInfo": {
|
||||
"domainUriPrefix": "https://yozm.page.link",
|
||||
"link": "https://yozm.day/?channel_id=" + channelInfo.id,
|
||||
"domainUriPrefix": "https://sodalive.page.link",
|
||||
"link": "https://sodalive.net/?channel_id=" + channelInfo.id,
|
||||
"androidInfo": {
|
||||
"androidPackageName": "kr.co.vividnext.sodalive",
|
||||
},
|
||||
"iosInfo": {
|
||||
"iosBundleId": "kr.co.vividnext.yozm",
|
||||
"iosAppStoreId": "1630284226"
|
||||
"iosBundleId": "kr.co.vividnext.sodalive",
|
||||
"iosAppStoreId": "6461721697"
|
||||
},
|
||||
"analyticsInfo": {
|
||||
"googlePlayAnalytics": {
|
||||
|
@ -22,8 +22,8 @@ async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaig
|
|||
},
|
||||
},
|
||||
"socialMetaTagInfo": {
|
||||
"socialTitle": "요즘라이브",
|
||||
"socialDescription": "요즘라이브 " + channelInfo.nickname + "님의 채널입니다.",
|
||||
"socialTitle": "소다라이브",
|
||||
"socialDescription": "소다라이브 " + channelInfo.nickname + "님의 채널입니다.",
|
||||
"socialImageLink": channelInfo.profileUrl
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue