You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to submit a subscribe form via XMLHttpRequest, the response returns a 404 with the following message:
reason: "Please provide a consent to track value."
statusCode: 400
success: false
I investigated within the CM API docs, and found that by adding a ConsentToTrack option to the subscriber list service, the response returns successfully. Below is where I added the option:
While attempting to submit a subscribe form via XMLHttpRequest, the response returns a 404 with the following message:
I investigated within the CM API docs, and found that by adding a
ConsentToTrack
option to the subscriber list service, the response returns successfully. Below is where I added the option:Once added, the subscribe functionality works as expected.
The text was updated successfully, but these errors were encountered: