GetSocialPublishURLByName

概要 

パブリッシュコンテンツページへの URL を返します。サイト名、国コード、領域 ID、および省略可能なパラメーター情報 (ShareThis ID 情報など) のペアを含めます。複数の名前と値のペアを含めます。Marketing Cloud のソーシャル転送機能で使用します。

構文 

GetSocialPublishURLByName(1, 2, 3, 4, value)

関数のプロパティ 

序数説明
1string必須情報を共有するソーシャルネットワークの名前
2string必須ISO で定義された、ソーシャルネットワークの該当する国コード
3string必須ソーシャルネットワークと共有するコンテンツの領域 ID
4string必須省略可能なパラメーターの名前
valuestring必須省略可能なパラメーターの値

使用状況 

ソーシャルネットワークの対応する番号コードのリファレンス情報。

ソーシャルネットワーク番号コード
Facebook1
Del.icio.us2
Digg3
MySpace4
StumbleUpon5
Google6
Microsoft7
Yahoo8
LinkedIn9
ShareThis10
Twitter11
Google+15
1<!-- RegionStart[ name:'Shared content region 1',
2title:'First shared email content',
3description:'This is an example of shared content',
4csskey:'portfolio css 1'] -->
5<tablewidth='100%'bgcolor='#FFFFFF'border='0'bordercolor=''cellpadding='5'cellspacing='0'>
6<tr>
7<tdstyle='font-family:Arial; font-size:13px'>
8<imgsrc='http://example.com/images/logo.jpg' title='logo'align='left'border='0'/>
9<p id='text-placeholder'style='margin-top: 0px; margin-bottom: 0px;'>This is an example of a shared content area!&amp;nbsp; Please feel free to pass on this information!<br/>
10<br/></p>
11<!-- Creates a link to share this content with facebook -->
12<a href='%%=GetSocialPublishURLByName('Facebook','US','Shared content region 1')=%%' alias='Social Forward to Facebook' title='Publish to Facebook'>
13<img src='http://images.dev2.et.local/lib/ffcf14/m/1/social_default_facebook_icon.jpg' alt='Facebook' title='Facebook' border='0'></a>
14</td>
15</tr>
16</table>
17<!-- RegionEnd[ name:'Shared content region 1'] -->