Tag - Liquid Object Reference
On this page
Description
The Tag object represents a generic Tag.
:::note
This object supports custom data via the data attribute.
:::
Backed by
This drop renders the s_c__Tag__c Salesforce object. A theme writes it as tag.
| Liquid attribute | Salesforce field |
|---|---|
type |
s_c__Type__c |
value |
s_c__Value__c |
Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from tag.data. See custom data fields in Liquid.
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns the unique id of the Tag |
type |
String | Returns the type of Tag |
value |
String | Returns the value of the Tag |
Available on
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.