mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
159 lines
8.3 KiB
JSON
159 lines
8.3 KiB
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"special_access_rules",
|
||
"associated_objects"
|
||
],
|
||
"title": "LandingPage - Data API",
|
||
"description": "Represents an Account Engagement landing page. A landing page is a web page that a visitor reaches after clicking a link or advertisement. Landing pages can be created in Account Engagement and synced to Salesforce or created on the Landing Page object in Account Engagement Lightning App. This object is available in API version 42.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description",
|
||
"relationship_name",
|
||
"relationship_type",
|
||
"refers_to"
|
||
],
|
||
"fields": {
|
||
"CampaignId": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The ID of the related campaign."
|
||
},
|
||
"ContentLastSaved": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date and time of the last time someone changed and saved the landing page Name, Campaign, Content, IsHideFromSearchEngineIndex, or Vanity URL fields. This field is available in API version 53.0 and later."
|
||
},
|
||
"ContentLastSavedById": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The user who last changed and saved the Content body. This is a relationship field. This field is available in API version 53.0 and later.",
|
||
"relationship_name": "ContentLastSaved",
|
||
"relationship_type": "Lookup",
|
||
"refers_to": "User"
|
||
},
|
||
"FallbackUrl": {
|
||
"type": "string",
|
||
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
"description": "The URL used to redirect viewers after the landing page is unpublished. This field is available in API version 54.0 and later."
|
||
},
|
||
"FooterCode": {
|
||
"type": "textarea",
|
||
"properties": "Create, Nillable, Update",
|
||
"description": "<Script>, <style>, and <link> code added before the landing page’s closing body tag. This field is available in API version 54.0 and later."
|
||
},
|
||
"FormErrorRate": {
|
||
"type": "percent",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The percentage of errors made on the landing page form. Calculated as total errors divided by total views."
|
||
},
|
||
"FormSubmissionRate": {
|
||
"type": "percent",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The percentage of form submissions based on the total number of landing page views."
|
||
},
|
||
"HeaderCode": {
|
||
"type": "textarea",
|
||
"properties": "Create, Nillable, Update",
|
||
"description": "<Script>, <style>, and <link> code added to the head tag of the landing page. This field is available in API version 54.0 and later."
|
||
},
|
||
"IsHideFromSearchEngineIndex": {
|
||
"type": "boolean",
|
||
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
|
||
"description": "Indicates whether the landing page is hidden from search engine indexing. The default value is false. This field is available in API version 53.0 and later."
|
||
},
|
||
"LastPublished": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date and time of the last time someone published the landing page. This field is available in API version 53.0 and later."
|
||
},
|
||
"LastPublishedById": {
|
||
"type": "reference",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The user who last published the landing page. This is a relationship field. This field is available in API version 53.0 and later.",
|
||
"relationship_name": "LastPublished",
|
||
"relationship_type": "Lookup",
|
||
"refers_to": "User"
|
||
},
|
||
"LastReferencedDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "Indicates when the current user last viewed a record related to this record."
|
||
},
|
||
"LastViewedDate": {
|
||
"type": "dateTime",
|
||
"properties": "Filter, Nillable, Sort",
|
||
"description": "The date and time when the current user last viewed this record. If this value is null, this record might only have been referenced (see LastReferencedDate) and not viewed. This field is available in API version 53.0 and later."
|
||
},
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Sort",
|
||
"description": "The name of the landing page."
|
||
},
|
||
"PublicLink": {
|
||
"type": "string",
|
||
"properties": "Filter, Group, Nillable, Sort",
|
||
"description": "The URL where the landing page is available. This field is available in API version 53.0 and later."
|
||
},
|
||
"Source": {
|
||
"type": "picklist",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
|
||
"description": "Indicates where the landing page was created. The default value is Salesforce. This field is available in API version 53.0 and later."
|
||
},
|
||
"Status": {
|
||
"type": "picklist",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort",
|
||
"description": "Indicates the state of the landing page: Draft, Published, or Published (Changes Pending). The default value is Draft. This field is available in API version 53.0 and later."
|
||
},
|
||
"TotalFormErrors": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The total number of times a visitor or prospect enters an invalid email address or leaves a required field blank on a landing page form."
|
||
},
|
||
"TotalFormSubmissions": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of times a form on the landing page has been submitted."
|
||
},
|
||
"TotalTrackedLinkClicks": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of times prospects clicked a link on the landing page’s thank you page."
|
||
},
|
||
"TotalViews": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The total number of times visitors and prospects viewed your landing page. This total includes multiple views from the same person."
|
||
},
|
||
"UniqueFormErrors": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of individual visitors and prospects who made an error on the form. This metric doesn’t include multiple errors from the same person."
|
||
},
|
||
"UniqueFormSubmissions": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of individual visitors who submitted a form on the landing page. This metric doesn’t include multiple submissions from the same person."
|
||
},
|
||
"UniqueTrackedLinkClicks": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of times a prospect clicked a link on the landing page’s thank you page. This metric doesn’t include multiple clicks of the same link."
|
||
},
|
||
"UniqueViews": {
|
||
"type": "int",
|
||
"properties": "Defaulted on create, Filter, Group, Nillable, Sort",
|
||
"description": "The number of individual visitors and prospects who viewed your landing page. This metric doesn’t include multiple views from the same person."
|
||
},
|
||
"VanityUrl": {
|
||
"type": "string",
|
||
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
"description": "The custom path that’s appended to tracker domains to create a vanity URL. This field doesn’t support scheme or domain values. This field is available in API version 53.0 and later."
|
||
}
|
||
},
|
||
"special_access_rules": "To access this object, your org must use Account Engagement and users need the CRM User or Sales User permission set. To create, update, or delete a builder landing page, the Use Account Engagement Content Experience permission set is required.",
|
||
"associated_objects": "This object has the following associated objects. Unless otherwise noted, they’re available in the same API version as this object.\n\n- **LandingPageChangeEvent (API version 44.0)**: Change events are available for the object.\n- **LandingPageFeed**: Feed tracking is available for the object."
|
||
} |