SAP Marketing Cloud | Release: 1805 | Upgrade Schedule: https://www.sap.com/documents/2017/01/867629d8-a27c-0010-82c7-eda71af511fa.html |
SAP Cloud Platform integration | Build number: 2.42.11 | Upgrade Schedule: https://blogs.sap.com/2018/06/08/sap-cloud-platform-integration-how-we-do-software-updates/ |
Since we have short release cycles, the content in this blog post might look different from what you find on your SAP Marketing Cloud and SAP Cloud Platform Integration system.
|
Scenario | Action | OData Service(s) used |
Import Twitter Statuses to SAP Marketing Cloud | Create Interaction |
|
Import Product Reviews to Marketing Cloud | Create, read, update, and delete interactions |
|
With the current version of the SAP Marketing Cloud APIs (August 2018), The APIs are implemented with OData Version 2.0) |
A standard integration package is available to integrate Twitter with SAP Marketing Cloud. It is recommended using the standard content for integrating Twitter with SAP Marketing Cloud. We have chosen Twitter to illustrate connectivity with an external application and SAP Marketing Cloud and use of different OData Services to import the same interaction typoe. This can be used as training exerciseSAP Marketing Cloud - Twitter Integration: https://api.sap.com/package/SAPS4HANAMarketingCloudTwitterIntegration?section=OverviewHow to load Twitter data into SAP Marketing Cloud: https://youtu.be/evvkbDu0e24 |
Twitter status updates are imported as Social Posting interactions with creating a contact record with a Twitter ID Origin on SAP Marketing Cloud. To building the best record the contact needs and ID or additional parameters to match & merge the contact on SAP Marketing Cloud. The Golden Record build is not covered in this blog post. You can connect contact records from different sources using a RaaS tools like Gigya.How to import Contact Data via OData Services to SAP Hybris Marketing: https://blogs.sap.com/2018/04/02/how-to-import-contact-data-via-odata-services-to-sap-hybris-marketi...Gigya Integration to SAP Hybris Marketing Cloud: https://blogs.sap.com/2017/03/14/gigya-integration-to-sap-hybris-marketing/ |
Consumer Key (API Key) | 5hYsCB3xxY |
Consumer Secret (API Secret) | ZP7Kepph9 |
Consumer Key (API Key) RFC 1738 encoded | 5hYsCB3xx |
Consumer Secret (API Secret) RFC 1738 encoded | ZP7Kepph9HDZxRD9iXGsFeiqwfZ9 |
Bearer token credentials | 5hYsCB3xxY:ZP7Kepph9 |
Base64 encoded bearer token credentials | NWhZc0NCM3h4WEa3c0c0hAAAAZ3RpNEVlTw== |
<data>
<!-- 1: CUAN_IMPORT_SRV / 2: API_MKT_INTERACTION_SRV -->
<route>2</route>
<tags>#SAP</tags>
</data>
tags | e.g. #sap |
route | "1" for CUAN_IMPORT_SRV "2" for API_MKT_INTERACTION_SRV |
We're submitting a request to SAP Cloud Platform Integration with some essential information we need in our IFlow.
POST /http/InteractionAPITwitterStatusUpdates/start HTTP/1.1
Host: e0000-iflmap.avtsbhf.eux.hana.ondemand.com
Content-Type: application/xml
Authorization: Basic ABCABCABC
<data>
<!-- 1: CUAN_IMPORT_SRV / 2: API_MKT_INTERACTION_SRV -->
<route>2</route>
<tags>#SAP</tags>
</data>
When the message is received on CPI the route and tags are extracted and saved into exchange parameter.
When using the Twitter adapter on CPI, this is taken care of and the Twitter adapter just needs to be configured. |
Here, we have modified the message header to contain the Content-Type and Authorization header required from the Twitter API.
The first HTTP request retrieved the Twitter access token.
The access token is extracted from the Twitter response payload and saved in the message header.
With the valid access token we can define a request to the twitter API. Review the Twitter API documentation for further information (https://developer.twitter.com/en/docs/ads/general/guides/getting-started.html)
Since the Message Mapping and other 9integration patterns expect a XML formatted file we need to convert the Twitter JSON response to XML.
The first Router checks the Twitter response if there are any status updates.
The second router sends the message to the CUAN_IMPORT_SRV or API_MKT_INTERACTION_SRV Service depending on what was defined in the original inbound message.
Both path follow the same logic, but since the Odata Service is designed in differently, the Message Mappings create different message payloads.
In the Message Monitoring you can review the processed messages.
Contact Profile with imported Social Media post interaction.
The end-user should not see any difference between a social post interaction that was imported from any of both services.
To check the interactions only, open the Browse Interaction Data App and filter for interaction type "SOCIAL_POSTING" and Communication Medium "TW". You can set additional filters to refine your search.
Open the interaction and review the tag attached to the interaction.
010_Twitter-Auth-Response | Twitter access token response |
020_Twitter-Statuses-Response | JSON Twitter Response |
030_Twitter-Response-XML | Twitter Response converted to XML |
040_Message-after-Mapping | Twitter response mapped to Odata Service message structure |
050_MKC-Response | SAP Marketing Response |
<?xml version="1.0" encoding="UTF-8"?>
<ImportHeaders>
<ImportHeader>
<Timestamp>2018-07-19T15:13:26</Timestamp>
<SourceSystemType>HCI</SourceSystemType>
<SourceSystemId>cd6n08</SourceSystemId>
<Id/>
<Interactions>
<Interaction>
<Timestamp>2018-07-19T15:12:57</Timestamp>
<SourceObjectId>123456793245687</SourceObjectId>
<SourceDataUrl>https://twitter.com/BirgitCarnatz/status/123456793245687</SourceDataUrl>
<InteractionType>SOCIAL_POSTING</InteractionType>
<ContentData>Twitter content</ContentData>
<ContactIdOrigin>TW</ContactIdOrigin>
<ContactId>131313131331</ContactId>
<CommunicationMedium>TW</CommunicationMedium>
<Key/>
<Tags>
<InteractionTag>
<Tag>#SAP</Tag>
<TagType>TWITTERSEARCH</TagType>
</InteractionTag>
</Tags>
</Interaction>
<Interaction>
<Timestamp>2018-07-19T15:12:56</Timestamp>
<SourceObjectId>1019963305639731200</SourceObjectId>
<SourceDataUrl>https://twitter.com/SAP_Jarret/status/1019963305639731200</SourceDataUrl>
<InteractionType>SOCIAL_POSTING</InteractionType>
<ContentData>Twitter content</ContentData>
<ContactIdOrigin>TW</ContactIdOrigin>
<ContactId>2525252525</ContactId>
<CommunicationMedium>TW</CommunicationMedium>
<Key/>
<Tags>
<InteractionTag>
<Tag>#SAP</Tag>
<TagType>TWITTERSEARCH</TagType>
</InteractionTag>
</Tags>
</Interaction>
</Interactions>
</ImportHeader>
</ImportHeaders>
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/ImportHeaders('')</id>
<title type="text">ImportHeaders</title>
<updated>2018-08-14T13:23:41.208Z</updated>
<category term="CUAN_IMPORT_SRV.ImportHeader" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<link href="ImportHeaders('')" rel="edit" title="ImportHeader"/>
<link href="ImportHeaders('')/Interactions" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Interactions" title="Interactions" type="application/atom+xml;type=feed">
<m:inline>
<feed xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/Interactions</id>
<title type="text">Interactions</title>
<updated>2018-08-14T13:23:41.217Z</updated>
<author>
<name/>
</author>
<link href="Interactions" rel="self" title="Interactions"/>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/Interactions('')</id>
<title type="text">Interactions</title>
<updated>2018-08-14T13:23:41.217Z</updated>
<category term="CUAN_IMPORT_SRV.Interaction" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<link href="Interactions('')" rel="edit" title="Interaction"/>
<link href="Interactions('')/Tags" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Tags" title="Tags" type="application/atom+xml;type=feed">
<m:inline>
<feed xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/InteractionTags</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:23:41.217Z</updated>
<author>
<name/>
</author>
<link href="InteractionTags" rel="self" title="InteractionTags"/>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/InteractionTags(TagType='TWITTERSEARCH',Tag='%23SAP')</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:23:41.217Z</updated>
<category term="CUAN_IMPORT_SRV.InteractionTag" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<link href="InteractionTags(TagType='TWITTERSEARCH',Tag='%23SAP')" rel="edit" title="InteractionTag"/>
<content type="application/xml">
<m:properties>
<d:TagType>TWITTERSEARCH</d:TagType>
<d:Tag>#SAP</d:Tag>
</m:properties>
</content>
</entry>
</feed>
</m:inline>
</link>
<content type="application/xml">
<m:properties>
<d:Key/>
<d:CommunicationMedium>TW</d:CommunicationMedium>
<d:ContactId>2233333333331111111</d:ContactId>
<d:ContactIdOrigin>TW</d:ContactIdOrigin>
<d:ContentData>SAP Successfactors improves first year retention of the employees. To learn more about this contact… https://t.co/cXvmWkFzZA</d:ContentData>;
<d:InteractionType>SOCIAL_POSTING</d:InteractionType>
<d:SourceDataUrl>https://twitter.com/sfonlinetrainer/status/1111111111111111111</d:SourceDataUrl>
<d:SourceObjectId>1111111111111111111</d:SourceObjectId>
<d:Timestamp>2018-08-14T13:20:11.0000000</d:Timestamp>
</m:properties>
</content>
</entry>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/Interactions('')</id>
<title type="text">Interactions</title>
<updated>2018-08-14T13:23:41.219Z</updated>
<category term="CUAN_IMPORT_SRV.Interaction" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<link href="Interactions('')" rel="edit" title="Interaction"/>
<link href="Interactions('')/Tags" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Tags" title="Tags" type="application/atom+xml;type=feed">
<m:inline>
<feed xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/InteractionTags</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:23:41.219Z</updated>
<author>
<name/>
</author>
<link href="InteractionTags" rel="self" title="InteractionTags"/>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/CUAN_IMPORT_SRV/InteractionTags(TagType='TWITTERSEARCH',Tag='%23SAP')</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:23:41.22Z</updated>
<category term="CUAN_IMPORT_SRV.InteractionTag" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
<link href="InteractionTags(TagType='TWITTERSEARCH',Tag='%23SAP')" rel="edit" title="InteractionTag"/>
<content type="application/xml">
<m:properties>
<d:TagType>TWITTERSEARCH</d:TagType>
<d:Tag>#SAP</d:Tag>
</m:properties>
</content>
</entry>
</feed>
</m:inline>
</link>
<content type="application/xml">
<m:properties>
<d:Key/>
<d:CommunicationMedium>TW</d:CommunicationMedium>
<d:ContactId>123123123</d:ContactId>
<d:ContactIdOrigin>TW</d:ContactIdOrigin>
<d:ContentData>Redesigning #SAP #SuccessFactors for #Android: Bringing the Consumer Experience to the Enterprise https://t.co/36rOBbjFtl</d:ContentData>;
<d:InteractionType>SOCIAL_POSTING</d:InteractionType>
<d:SourceDataUrl>https://twitter.com/lukemarson/status/2222222222222222222</d:SourceDataUrl>
<d:SourceObjectId>2222222222222222222</d:SourceObjectId>
<d:Timestamp>2018-08-14T13:20:00.0000000</d:Timestamp>
</m:properties>
</content>
</entry>
</feed>
</m:inline>
</link>
<content type="application/xml">
<m:properties>
<d:Id/>
<d:Timestamp>2018-08-14T13:23:40</d:Timestamp>
<d:SourceSystemType>HCI</d:SourceSystemType>
<d:SourceSystemId>cd6n08</d:SourceSystemId>
</m:properties>
</content>
</entry>
<?xml version="1.0" encoding="UTF-8"?>
<batchParts>
<batchChangeSet>
<batchChangeSetPart>
<method>POST</method>
<Interactions>
<Interaction>
<InteractionUUID>00000000-0000-0000-0000-000000000000</InteractionUUID>
<InteractionContactId>12345678</InteractionContactId>
<CommunicationMedium>TW</CommunicationMedium>
<InteractionContent>Twitter tweet content</InteractionContent>
<InteractionContentSubject>User Name: Username1</InteractionContentSubject>
<InteractionContactOrigin>TW</InteractionContactOrigin>
<InteractionSourceObject>123123123123123</InteractionSourceObject>
<InteractionSourceDataURL>https://twitter.com/Username1/status/123123123123123</InteractionSourceDataURL>
<InteractionSourceTimeStampUTC>2018-07-19T13:19:30</InteractionSourceTimeStampUTC>
<InteractionTimeStampUTC>2018-07-19T13:19:30</InteractionTimeStampUTC>
<InteractionType>SOCIAL_POSTING</InteractionType>
<InteractionTags>
<InteractionTag>
<InteractionTagUUID>00000000-0000-0000-0000-000000000000</InteractionTagUUID>
<TagName>#SAP</TagName>
<TagType>TWITTERSEARCH</TagType>
</InteractionTag>
</InteractionTags>
</Interaction>
</Interactions>
</batchChangeSetPart>
<batchChangeSetPart>
<method>POST</method>
<Interactions>
<Interaction>
<InteractionUUID>00000000-0000-0000-0000-000000000000</InteractionUUID>
<InteractionContactId>1002914155756707840</InteractionContactId>
<CommunicationMedium>TW</CommunicationMedium>
<InteractionContent>Twitter tweet content</InteractionContent>
<InteractionContentSubject>User Name: MediaFeedRT</InteractionContentSubject>
<InteractionContactOrigin>TW</InteractionContactOrigin>
<InteractionSourceObject>1313131313313131313</InteractionSourceObject>
<InteractionSourceDataURL>https://twitter.com/MediaFeedRT/status/1313131313313131313</InteractionSourceDataURL>
<InteractionSourceTimeStampUTC>2018-07-19T13:19:02</InteractionSourceTimeStampUTC>
<InteractionTimeStampUTC>2018-07-19T13:19:02</InteractionTimeStampUTC>
<InteractionType>SOCIAL_POSTING</InteractionType>
<InteractionTags>
<InteractionTag>
<InteractionTagUUID>00000000-0000-0000-0000-000000000000</InteractionTagUUID>
<TagName>#SAP</TagName>
<TagType>TWITTERSEARCH</TagType>
</InteractionTag>
</InteractionTags>
</Interaction>
</Interactions>
</batchChangeSetPart>
</batchChangeSet>
</batchParts>
--batch
content-type: multipart/mixed; boundary=changeset_6a0c99c0-5522-42ad-832e-a25c9c86213d
--changeset_6a0c99c0-5522-42ad-832e-a25c9c86213d
content-type: application/http
content-transfer-encoding: binary
POST Interactions HTTP/1.1
Content-Length: 3205
Accept: application/atom+xml
Content-Type: application/atom+xml
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRV">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractions(guid'00000000-0000-0000-0000-000000000000')</id>
<title type="text">Interactions</title>
<updated>2018-08-14T13:18:24.024Z</updated>
<category term="API_MKT_INTERACTION_SRV.Interaction" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme">
</category>
<link href="Interactions(guid'00000000-0000-0000-0000-000000000000')" rel="edit" title="Interaction">
</link>
<link href="Interactions(guid'00000000-0000-0000-0000-000000000000')/InteractionTags" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/InteractionTags" title="InteractionTags" type="application/atom+xml;type=feed">
<m:inline>
<feed xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRV">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractionTags</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:18:24.024Z</updated>
<author>
<name>
</name>
</author>
<link href="InteractionTags" rel="self" title="InteractionTags">
</link>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractionTags(guid'00000000-0000-0000-0000-000000000000')</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:18:24.024Z</updated>
<category term="API_MKT_INTERACTION_SRV.InteractionTag" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme">
</category>
<link href="InteractionTags(guid'00000000-0000-0000-0000-000000000000')" rel="edit" title="InteractionTag">
</link>
<content type="application/xml">
<m:properties>
<d:InteractionTagUUID>00000000-0000-0000-0000-000000000000</d:InteractionTagUUID>
<d:TagType>TWITTERSEARCH</d:TagType>
<d:TagName>#SAP</d:TagName>
</m:properties>
</content>
</entry>
</feed>
</m:inline>
</link>
<content type="application/xml">
<m:properties>
<d:InteractionUUID>00000000-0000-0000-0000-000000000000</d:InteractionUUID>
<d:InteractionContactOrigin>TW</d:InteractionContactOrigin>
<d:InteractionContactId>1934811111</d:InteractionContactId>
<d:CommunicationMedium>TW</d:CommunicationMedium>
<d:InteractionType>SOCIAL_POSTING</d:InteractionType>
<d:InteractionTimeStampUTC>2018-08-14T13:15:25.0000000Z</d:InteractionTimeStampUTC>
<d:InteractionSourceObject>1111111111111111111</d:InteractionSourceObject>
<d:InteractionSourceDataURL>https://twitter.com/twitteruser01/status/1111111111111111111</d:InteractionSourceDataURL>
<d:InteractionSourceTimeStampUTC>2018-08-14T13:15:25.0000000Z</d:InteractionSourceTimeStampUTC>
<d:InteractionContentSubject>User Name: twitteruser01</d:InteractionContentSubject>
<d:InteractionContent>RT @twitteruser0x: 1808 Release : Coming soon to the extensibility foundation for #SAP #SuccessFactors on SAP Cloud Platform https://t.co/0iPK…</d:InteractionContent>;
</m:properties>
</content>
</entry>
--changeset_6a0c99c0-5522-42ad-832e-a25c9c86213d
content-type: application/http
content-transfer-encoding: binary
POST Interactions HTTP/1.1
Content-Length: 3185
Accept: application/atom+xml
Content-Type: application/atom+xml
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRV">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractions(guid'00000000-0000-0000-0000-000000000000')</id>
<title type="text">Interactions</title>
<updated>2018-08-14T13:18:24.025Z</updated>
<category term="API_MKT_INTERACTION_SRV.Interaction" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme">
</category>
<link href="Interactions(guid'00000000-0000-0000-0000-000000000000')" rel="edit" title="Interaction">
</link>
<link href="Interactions(guid'00000000-0000-0000-0000-000000000000')/InteractionTags" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/InteractionTags" title="InteractionTags" type="application/atom+xml;type=feed">
<m:inline>
<feed xml:base="https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRV">
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractionTags</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:18:24.025Z</updated>
<author>
<name>
</name>
</author>
<link href="InteractionTags" rel="self" title="InteractionTags">
</link>
<entry>
<id>https://<sap-marketing-cloud-host>/sap/opu/odata/sap/API_MKT_INTERACTION_SRVInteractionTags(guid'00000000-0000-0000-0000-000000000000')</id>
<title type="text">InteractionTags</title>
<updated>2018-08-14T13:18:24.025Z</updated>
<category term="API_MKT_INTERACTION_SRV.InteractionTag" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme">
</category>
<link href="InteractionTags(guid'00000000-0000-0000-0000-000000000000')" rel="edit" title="InteractionTag">
</link>
<content type="application/xml">
<m:properties>
<d:InteractionTagUUID>00000000-0000-0000-0000-000000000000</d:InteractionTagUUID>
<d:TagType>TWITTERSEARCH</d:TagType>
<d:TagName>#SAP</d:TagName>
</m:properties>
</content>
</entry>
</feed>
</m:inline>
</link>
<content type="application/xml">
<m:properties>
<d:InteractionUUID>00000000-0000-0000-0000-000000000000</d:InteractionUUID>
<d:InteractionContactOrigin>TW</d:InteractionContactOrigin>
<d:InteractionContactId>222222222</d:InteractionContactId>
<d:CommunicationMedium>TW</d:CommunicationMedium>
<d:InteractionType>SOCIAL_POSTING</d:InteractionType>
<d:InteractionTimeStampUTC>2018-08-14T13:13:00.0000000Z</d:InteractionTimeStampUTC>
<d:InteractionSourceObject>2233333333331111111</d:InteractionSourceObject>
<d:InteractionSourceDataURL>https://twitter.com/twitteruser0x/status/2233333333331111111</d:InteractionSourceDataURL>
<d:InteractionSourceTimeStampUTC>2018-08-14T13:13:00.0000000Z</d:InteractionSourceTimeStampUTC>
<d:InteractionContentSubject>User Name: twitteruser0x</d:InteractionContentSubject>
<d:InteractionContent>1808 Release : Coming soon to the extensibility foundation for #SAP #SuccessFactors on SAP Cloud Platform… https://t.co/KVwFQlbw6M</d:InteractionContent>;
</m:properties>
</content>
</entry>
--changeset_6a0c99c0-5522-42ad-832e-a25c9c86213d
content-type: application/http
content-transfer-encoding: binary
--changeset_6a0c99c0-5522-42ad-832e-a25c9c86213d--
--batch--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
6 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |