https://ns.adobe.com/xdm/mixins/experienceevent-social-network-usage-details
Social network usage information such as share, content, and network.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | mixins/experience-event/experienceevent-social-network-usage-details.schema.json |
{
"xdm:marketing ": {
"xdm:sharedContent": "Product Page",
"xdm:follow": 1,
"xdm:network": "LinkedIn",
"xdm:share": 1
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:socialMarketing | object |
Optional | Social Network Usage Details (this schema) |
* |
any | Additional | this schema allows additional properties |
xdm:socialMarketing
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:follow |
integer | Optional |
xdm:interactions |
integer | Optional |
xdm:network |
string | Optional |
xdm:recipient |
string | Optional |
xdm:share |
integer | Optional |
xdm:sharedContent |
string | Optional |
xdm:sharedMessage |
string | Optional |
xdm:target |
string | Optional |
Tracks when a social follow event has occurred.
xdm:follow
- is optional
- type:
integer
integer
The total number of social interactions.
xdm:interactions
- is optional
- type:
integer
integer
Tracks the social sharing network in use, i.e. Facebook, Twitter, Instagram, etc.
xdm:network
- is optional
- type:
string
string
Recipient of the shared content
xdm:recipient
- is optional
- type:
string
string
Tracks when a social sharing event has occurred.
xdm:share
- is optional
- type:
integer
integer
Tracks the page/url/content/value of the item being shared.
xdm:sharedContent
- is optional
- type:
string
string
Message that the sender sent
xdm:sharedMessage
- is optional
- type:
string
string
For social interactions, this is the URL (or resource) which receives the social network action.
xdm:target
- is optional
- type:
string
string