LinkedIn CAPI Failed - Error 500

Hey there, I set up LinkedIn Conversion API tracking via sGTM.

This is my Lead tag in gGTM: Screenshot by Lightshot

The variable for the e-mail should have the correct format

When I test the conversion event, I am getting an Error 500:

This is the outgoing HTTP request: Screenshot by Lightshot

Any idea what I am doing wrong? Thanks in advance for your help!

You are passing an object as value for the email, please check your payload:

{“name”: “your-email”, “value”: “gerald@monobun.at”} obviously is wrong.

give the tag a proper reference to an email value and it will all work

Thanks a lot. I completely missed that I had put “user_data.email” instead of “user_data.email.value”. Now everything works.

1 Like