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

This commit is contained in:
Yu Sung 2023-08-22 11:39:33 +09:00
parent 581127b4e0
commit 4e7a2cb233
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) { async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaign) {
const data = { const data = {
"dynamicLinkInfo": { "dynamicLinkInfo": {
"domainUriPrefix": "https://yozm.page.link", "domainUriPrefix": "https://sodalive.page.link",
"link": "https://yozm.day/?channel_id=" + channelInfo.id, "link": "https://sodalive.net/?channel_id=" + channelInfo.id,
"androidInfo": { "androidInfo": {
"androidPackageName": "kr.co.vividnext.sodalive", "androidPackageName": "kr.co.vividnext.sodalive",
}, },
"iosInfo": { "iosInfo": {
"iosBundleId": "kr.co.vividnext.yozm", "iosBundleId": "kr.co.vividnext.sodalive",
"iosAppStoreId": "1630284226" "iosAppStoreId": "6461721697"
}, },
"analyticsInfo": { "analyticsInfo": {
"googlePlayAnalytics": { "googlePlayAnalytics": {
@ -22,8 +22,8 @@ async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaig
}, },
}, },
"socialMetaTagInfo": { "socialMetaTagInfo": {
"socialTitle": "요즘라이브", "socialTitle": "소다라이브",
"socialDescription": "요즘라이브 " + channelInfo.nickname + "님의 채널입니다.", "socialDescription": "소다라이브 " + channelInfo.nickname + "님의 채널입니다.",
"socialImageLink": channelInfo.profileUrl "socialImageLink": channelInfo.profileUrl
} }
} }