Using /choose and/or decisionIds when using web experience mode
AnsweredHow do we get the decisionId when using the web experience mode for a test if we do not call the /choose endpoint?
And/or are there case where you do need to call the /choose endpoint when using a web experience mode test? If so, how do you do that?
-
Official comment
decicionID is only used in the API where a choose request is required in order to get any campaign. The decisionId is then used in the engagement call to report an interaction with the API campaign.
On the web (client-side or sdcript) implementation, not decisionId is necessary as all the reportings of campaign interactions happen automatically.
you can check the network in Chrome dev tools to see the "var?" call go out when there is a click on one of the web campaigns.
Comment actions
Please sign in to leave a comment.
Comments
1 comment