on ‎2019 Aug 22 6:27 PM
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!
Request clarification before answering.
Hi Andreas,
If Ralf's answer helps, please close this question using the Best Answer button. Thanks and kind regards, Silvia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.