<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic unique key identifier in SFMC whatsapp send tracking using a journey in Discussion Forum</title>
    <link>https://community.sinch.com/t5/Discussion-Forum/unique-key-identifier-in-SFMC-whatsapp-send-tracking-using-a/m-p/9872#M51</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We are using Sinch for our Salesforce Marketing Cloud WhatsApp sending.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="C:\Users\usf71619\Downloads\sinch.PNG" border="0" alt="SFMC installed package" /&gt;&lt;/P&gt;
&lt;P&gt;We would like to create a report for journeys with WhatsApp sends.&lt;/P&gt;
&lt;P&gt;So far I found an option to generate sends report, using Chat Messaging Data Extract: &lt;A href="https://help.salesforce.com/s/articleView?id=sf.mc_jb_whatsapp_data_extract.htm&amp;amp;type=5" target="_blank" rel="noopener"&gt;https://help.salesforce.com/s/articleView?id=sf.mc_jb_whatsapp_data_extract.htm&amp;amp;type=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In order to align it with a specific journey I we need Join the Journey DataExtention with the Chat Messaging report.&lt;/P&gt;
&lt;P&gt;But I could not find a unique key to connect both tables, the report has a filed called "SendIdentifier" which is a unique identifier per send. But I was not able to find any way to update the DE with this value for a later Join. If it was an email I could use something like this:&lt;/P&gt;
&lt;P&gt;%%[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var @Contact_Key, @SendIdentifier&lt;/P&gt;
&lt;P&gt;set @Contact_Key = [Contact_Key]&lt;/P&gt;
&lt;P&gt;set @ SendIdentifier = AttributeValue(SendIdentifier)&lt;/P&gt;
&lt;P&gt;set @insertCount = insertData("JourneyReportDE","Contact_Key", @Contact_Key," SendIdentifier ", @ SendIdentifier)&lt;/P&gt;
&lt;P&gt;]%%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the "jobid" personalization string: &lt;A href="https://help.salesforce.com/s/articleView?id=sf.mc_es_available_personalization_strings.htm&amp;amp;type=5" target="_blank" rel="noopener"&gt;https://help.salesforce.com/s/articleView?id=sf.mc_es_available_personalization_strings.htm&amp;amp;type=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Is there a similar personalization string for "SendIdentifier" or some similar unique key identifier?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 12:06:02 GMT</pubDate>
    <dc:creator>yonatan</dc:creator>
    <dc:date>2023-03-16T12:06:02Z</dc:date>
    <item>
      <title>unique key identifier in SFMC whatsapp send tracking using a journey</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/unique-key-identifier-in-SFMC-whatsapp-send-tracking-using-a/m-p/9872#M51</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We are using Sinch for our Salesforce Marketing Cloud WhatsApp sending.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="C:\Users\usf71619\Downloads\sinch.PNG" border="0" alt="SFMC installed package" /&gt;&lt;/P&gt;
&lt;P&gt;We would like to create a report for journeys with WhatsApp sends.&lt;/P&gt;
&lt;P&gt;So far I found an option to generate sends report, using Chat Messaging Data Extract: &lt;A href="https://help.salesforce.com/s/articleView?id=sf.mc_jb_whatsapp_data_extract.htm&amp;amp;type=5" target="_blank" rel="noopener"&gt;https://help.salesforce.com/s/articleView?id=sf.mc_jb_whatsapp_data_extract.htm&amp;amp;type=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In order to align it with a specific journey I we need Join the Journey DataExtention with the Chat Messaging report.&lt;/P&gt;
&lt;P&gt;But I could not find a unique key to connect both tables, the report has a filed called "SendIdentifier" which is a unique identifier per send. But I was not able to find any way to update the DE with this value for a later Join. If it was an email I could use something like this:&lt;/P&gt;
&lt;P&gt;%%[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var @Contact_Key, @SendIdentifier&lt;/P&gt;
&lt;P&gt;set @Contact_Key = [Contact_Key]&lt;/P&gt;
&lt;P&gt;set @ SendIdentifier = AttributeValue(SendIdentifier)&lt;/P&gt;
&lt;P&gt;set @insertCount = insertData("JourneyReportDE","Contact_Key", @Contact_Key," SendIdentifier ", @ SendIdentifier)&lt;/P&gt;
&lt;P&gt;]%%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the "jobid" personalization string: &lt;A href="https://help.salesforce.com/s/articleView?id=sf.mc_es_available_personalization_strings.htm&amp;amp;type=5" target="_blank" rel="noopener"&gt;https://help.salesforce.com/s/articleView?id=sf.mc_es_available_personalization_strings.htm&amp;amp;type=5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Is there a similar personalization string for "SendIdentifier" or some similar unique key identifier?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:06:02 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/unique-key-identifier-in-SFMC-whatsapp-send-tracking-using-a/m-p/9872#M51</guid>
      <dc:creator>yonatan</dc:creator>
      <dc:date>2023-03-16T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: unique key identifier in SFMC whatsapp send tracking using a journey</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/unique-key-identifier-in-SFMC-whatsapp-send-tracking-using-a/m-p/9875#M52</link>
      <description>&lt;P&gt;Hi Yonatan,&lt;BR /&gt;Thanks for your question. We have reviewed and this issue must be submitted to the Salesforce Marketing Cloud team as Sinch has no insights of the JourneyBuilder Data Extension and is not involved in this part of the WhatsApp messaging process.&lt;BR /&gt;&lt;BR /&gt;Thanks and kind regards,&lt;BR /&gt;&lt;STRONG&gt;Bipin Patel&lt;/STRONG&gt;,&amp;nbsp;WhatsApp Product Manager&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 23:58:22 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/unique-key-identifier-in-SFMC-whatsapp-send-tracking-using-a/m-p/9875#M52</guid>
      <dc:creator>Bipin_Patel</dc:creator>
      <dc:date>2022-09-20T23:58:22Z</dc:date>
    </item>
  </channel>
</rss>

