콘텐츠 공유 - 파이어베이스 링크, 도메인, 프로젝트명 변경
This commit is contained in:
parent
4e7a2cb233
commit
b8b45554e9
|
@ -39,14 +39,14 @@ async function shareCreatorChannel(channelInfo, utmSource, utmMedium, utmCampaig
|
|||
async function shareAudioContent(audioContent, utmSource, utmMedium, utmCampaign) {
|
||||
const data = {
|
||||
"dynamicLinkInfo": {
|
||||
"domainUriPrefix": "https://yozm.page.link",
|
||||
"link": "https://yozm.day/?audio_content_id=" + audioContent.audioContentId,
|
||||
"domainUriPrefix": "https://sodalive.page.link",
|
||||
"link": "https://sodalive.net/?audio_content_id=" + audioContent.audioContentId,
|
||||
"androidInfo": {
|
||||
"androidPackageName": "kr.co.vividnext.yozm",
|
||||
"androidPackageName": "kr.co.vividnext.sodalive",
|
||||
},
|
||||
"iosInfo": {
|
||||
"iosBundleId": "kr.co.vividnext.yozm",
|
||||
"iosAppStoreId": "1630284226"
|
||||
"iosBundleId": "kr.co.vividnext.sodalive",
|
||||
"iosAppStoreId": "6461721697"
|
||||
},
|
||||
"analyticsInfo": {
|
||||
"googlePlayAnalytics": {
|
||||
|
@ -57,7 +57,7 @@ async function shareAudioContent(audioContent, utmSource, utmMedium, utmCampaign
|
|||
},
|
||||
"socialMetaTagInfo": {
|
||||
"socialTitle": audioContent.title + " - " + audioContent.creatorNickname,
|
||||
"socialDescription": "지금 요즘라이브에서 이 콘텐츠 감상하기",
|
||||
"socialDescription": "지금 소다라이브에서 이 콘텐츠 감상하기",
|
||||
"socialImageLink": audioContent.coverImageUrl
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue