GroupConnect Data Strings
The following strings apply only to GroupConnect messages and cannot be used in other Marketing Cloud applications. Some strings are specific to integration with the LINE messaging application.
| String | Description | Example Output |
|---|---|---|
LINE_ADDRESS_ID |
Unique LINE ID of a person | U501ed11cd20a850347725740f6839c31 |
LINE_JOB_ID |
Unique LINE job identifier | b409facab49447eb8f1d489e5473bf5e |
LINE_SUBSCRIBER_ID |
Corresponding Subscriber identifier in Marketing Cloud | 8765432 |
TEXT |
The entire message | OFFER Lily Baker |
VERB |
The first word in the message | OFFER |
TEXT.NOUN |
All words after the verb | Lily Baker |
TEXT.NOUN([n]) |
Returns the ānā noun in the current message using a zero-based index, (0 returns the first noun, 1 returns the second noun etc.) |
MSG(0).NOUN(0) = Lily |
STKR.STKPKGID |
Package ID associated with the specified sticker (for LINE messages containing a sticker) | 1234 |
STKR.STKID |
ID associated with the specified sticker (for LINE messages containing a sticker) | 5678 |
STKR.STKTXT |
Text associated with the specified sticker (for LINE messages containing a sticker) | happy |