GetPublishedSocialContent

Returns content to share on a social network as specified by the region ID. For use only in landing pages or the Social Forward feature.

Availability 

Marketing Cloud Engagement ✅ Yes
Marketing Cloud Next ❌ No

Syntax 

1GetPublishedSocialContent(regionId)

The GetPublishedSocialContent() function has one parameter:

  • regionId (string): Required. The region ID for the social content area.

Usage 

This example returns the content contained in SocialRegion.

1%%[
2  GetPublishedSocialContent('SocialRegion')
3]%%