Field Merges for External Code and Forms
The PathFactory platform provides field merges that can be used in External Code, Custom HTML Forms, and External URL Forms.
Field Name | Field Merge Syntax | URL Encoded Field Merge Syntax | Description |
---|---|---|---|
Visitor Email |
{{visitor.email}} |
{{visitor.email_encoded}} |
The email address of the identified visitor. If the visitor is anonymous, an empty string is returned. |
Visitor Email Domain |
{{visitor.email_domain}} |
The domain of the email address of the identified visitor. If the visitor is anonymous, an empty string is returned. |
|
Content URL |
{{content.url}} |
The current public URL of the asset being rendered in the content track. |
|
Content Title |
{{content.title}} |
{{content.title_encoded}} |
The public title of the content asset. |
Content Description |
{{content.description}} |
{{content.description_encoded}} |
The description of the content asset. |
Content External ID |
{{content.external_id}} |
The external ID of the content asset. |
|
Content Language |
{{content.language}} |
{{content.language_encoded}} |
The language of the content asset. |
Content Slug |
{{content.slug}} |
The custom slug of the content asset. |
|
Content Source URL |
{{content.source_url}} |
The URL of the underlying source content of the content asset. |
|
Content Engagement Threshold |
{{content.engagement_threshold}} |
The engagement threshold time setting (in seconds) of the content asset. |
|
Content Engagement Score |
{{content.engagement_weight}} |
The engagement score that is applied to the content asset when the engagement threshold has been met. |
|
Track External ID |
{{experience.external_id}} |
The external ID of the content track. |
|
Track PathFactory ID |
{{experience.lookbook_id}} |
The automatically generated PathFactory ID of the content track. |
|
Track Name |
{{experience.name}} |
{{experience.name_encoded}} |
The name of the content track. |
Track Custom URL |
{{experience.custom_url}} |
The custom URL of the content track. |
|
Query String Value |
{{query.}} where is replaced with the desired query string key name |
The value of a key in the query string. |