<?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>Question Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201150#M421419</link>
    <description>&lt;P&gt;Hello Pawan, &lt;/P&gt;&lt;P&gt;You cannot use the OData Service &lt;STRONG&gt;API_MKT_INTERACTION_SRV&lt;/STRONG&gt; to create interaction of type EMAIL_BOUNCE_HARD. Those interactions must be processed by the interface /bounces of the generic adapter. See the documentation &lt;A href="https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f4223029f25d.html"&gt;https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f4223029f25d.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also find a blog &lt;A href="https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marketing-cloud-chapter-3-get-bounces/?preview_id=684633"&gt;https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marketing-cloud-chapter-3-get-bounces/?preview_id=684633&lt;/A&gt; which explain how to get the bounces.&lt;/P&gt;&lt;P&gt;Every 10 minutes the SMC system will try to pull the bounces (GET /bounces)&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Marc&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 18:35:18 GMT</pubDate>
    <dc:creator>marc_dorais</dc:creator>
    <dc:date>2020-06-09T18:35:18Z</dc:date>
    <item>
      <title>Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaq-p/12201145</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;We are using generic email service provider for sending emails from Email campaigns. We are using SAP CPI as a middle-ware for integrating SAP Marketing Cloud and Email service provider. Email Service provider is capable of sending the bounce details back to SAP CPI. &lt;/P&gt;
  &lt;P&gt;Can anyone explain the mechanism after CPI receives the bounce details? How that will be sent to SAP Marketing Cloud and how interaction for bounce will be created against the contact? Is there any OData service needs to be consumed in SAP CPI to send the bounce details or is there any job needs to be scheduled in SAP Marketing Cloud?&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Pawan&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaq-p/12201145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-08T18:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201146#M421415</link>
      <description>&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;I think you can use the OData Service &lt;A href="https://api.sap.com/api/API_MKT_INTERACTION_SRV/resource" target="_blank"&gt;&lt;STRONG&gt;API_MKT_INTERACTION_SRV&lt;/STRONG&gt;&lt;/A&gt; and create Interactions of InteractionType EMAIL_BOUNCE_HARD. They are assigned to the contact via the &lt;STRONG&gt;InteractionContactOrigin = EMAIL&lt;/STRONG&gt; and &lt;STRONG&gt;InteractionContactId = email-address of the contact&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;As communication medium you use EMAIL and then you can also use different &lt;STRONG&gt;InteractionReasons&lt;/STRONG&gt; like EMAIL_INVALID (you can create more based on your needs in Customizing) based on different &lt;STRONG&gt;DSN-codes&lt;/STRONG&gt; you get back from your Service Provider. Of course you have to do the mapping of the different codes to the reasons on CPI side.&lt;/P&gt;&lt;P&gt;Also remember, InteractionTimeStampUTC field is mandatory.&lt;/P&gt;&lt;P&gt;I think this should work. Hope that helps.&lt;/P&gt;&lt;P&gt;BR Tobias&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201146#M421415</guid>
      <dc:creator>SCHNEIDERT</dc:creator>
      <dc:date>2020-06-08T18:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201147#M421416</link>
      <description>&lt;P&gt;Totally agreed with Tobias &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 06:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201147#M421416</guid>
      <dc:creator>KunalBansal</dc:creator>
      <dc:date>2020-06-09T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201148#M421417</link>
      <description>&lt;P&gt;Thanks Tobias and Kunal !! Will try it out.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 08:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201148#M421417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-09T08:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201149#M421418</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;pawan.hinge&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;you should also check &lt;A href="https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marketing-cloud-chapter-3-get-bounces/" target="_blank"&gt;this blog series&lt;/A&gt;. Especially the third part ("Get Bounces") is interesting for your scenario. &lt;/P&gt;&lt;P&gt;Also check &lt;A href="https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f4223029f25d.html" target="_blank"&gt;this part&lt;/A&gt; of the integration guide. &lt;/P&gt;&lt;P&gt;BR Tobias&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 17:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201149#M421418</guid>
      <dc:creator>SCHNEIDERT</dc:creator>
      <dc:date>2020-06-09T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201150#M421419</link>
      <description>&lt;P&gt;Hello Pawan, &lt;/P&gt;&lt;P&gt;You cannot use the OData Service &lt;STRONG&gt;API_MKT_INTERACTION_SRV&lt;/STRONG&gt; to create interaction of type EMAIL_BOUNCE_HARD. Those interactions must be processed by the interface /bounces of the generic adapter. See the documentation &lt;A href="https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f4223029f25d.html"&gt;https://help.sap.com/viewer/0f9408e4921e4ba3bb4a7a1f75f837a7/2005.500/en-US/b245f748b0964836b3d4f4223029f25d.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also find a blog &lt;A href="https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marketing-cloud-chapter-3-get-bounces/?preview_id=684633"&gt;https://blogs.sap.com/2018/06/25/sap-marketing-cloud-connect-any-email-service-provider-to-sap-marketing-cloud-chapter-3-get-bounces/?preview_id=684633&lt;/A&gt; which explain how to get the bounces.&lt;/P&gt;&lt;P&gt;Every 10 minutes the SMC system will try to pull the bounces (GET /bounces)&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 18:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201150#M421419</guid>
      <dc:creator>marc_dorais</dc:creator>
      <dc:date>2020-06-09T18:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201151#M421420</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;pawan.hinge&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;as &lt;SPAN class="mention-scrubbed"&gt;marc.dorais&lt;/SPAN&gt; explained, you have to use another approach to get the Bounces. Sorry for my wrong statement. I wasn't aware of that approach. Hope Marcs explanation will work.&lt;/P&gt;&lt;P&gt;Thanks for the correction Marc!&lt;/P&gt;&lt;P&gt;BR Tobias&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 19:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201151#M421420</guid>
      <dc:creator>SCHNEIDERT</dc:creator>
      <dc:date>2020-06-09T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201152#M421421</link>
      <description>&lt;P&gt;Hello Pawan,&lt;/P&gt;&lt;P&gt;Please ignore previous responses.&lt;/P&gt;&lt;P&gt;As Dorais said, you cannot use this API for that, see answer &lt;A href="https://answers.sap.com/comments/13065997/view.html" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Kunal&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 05:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201152#M421421</guid>
      <dc:creator>KunalBansal</dc:creator>
      <dc:date>2020-06-10T05:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201153#M421422</link>
      <description>&lt;P&gt;Thanks Tobias, Marc and Kunal for your quick inputs.&lt;/P&gt;&lt;P&gt;As mentioned, Every 10 minutes the SMC system will try to pull the bounces (GET /bounces). For this do we need to any configuration in SMC or do we need to schedule a job?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 05:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201153#M421422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-06-11T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting Bounces for Executed Email Campaigns in SAP Marketing cloud</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201154#M421423</link>
      <description>&lt;P&gt;Hello Pawan,&lt;/P&gt;&lt;P&gt;You don't need additional configuration in SMC and you don't need to schedule a job.&lt;BR /&gt;SMC will get the information from the communication arrangement for the communication scenario SAP_COM_0234.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 21:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/collecting-bounces-for-executed-email-campaigns-in-sap-marketing-cloud/qaa-p/12201154#M421423</guid>
      <dc:creator>marc_dorais</dc:creator>
      <dc:date>2020-06-16T21:09:05Z</dc:date>
    </item>
  </channel>
</rss>

