채널공유 - 파이어베이스 링크, 도메인, 프로젝트명 변경 #1

Merged
klaus merged 1 commits from test into main 2023-08-22 03:39:44 +00:00
1 changed files with 6 additions and 6 deletions

View File

@ -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
}
}