cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Relationship Offer with Campaing - SAP Marketing Cloud

Former Member
0 Likes
386

Hello,

By integration (API), how can I get the Offer / Campaign relationship.

In order to send to other external system (POS) , we need obtain by API integration the relationship the campaing with offer.

Is this possible?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

silviabackes
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Andreas,

If Ralf's answer helps, please close this question using the Best Answer button. Thanks and kind regards, Silvia

ralf_freyler
Advisor
Advisor
0 Likes

Hello Andreas,

during design time, there is no direct relationship between an offer and a campaign.
An offer is assigned to a campaign message (e.g. email) and this message is used during campaign execution.

The campaign execution run time writes interactions. These interactions can be used to determine the contact-campaign-offer relationship.

E.g. when an email is sent, an interaction of type “EMAIL_OUTBOUND” is written including the contact, the campaign and the sent offers.

The “Marketing - Interaction Integration” API can be used to read this information, please have a look at the API documentation: https://api.sap.com/api/API_MKT_INTERACTION_SRV/resource

In order to read additional offer data, you can use the offer read API: https://api.sap.com/api/API_MKT_OFFER_SRV/resource