ConversionsAPI-Tag-for-GoogleTagManager
ConversionsAPI-Tag-for-GoogleTagManager copied to clipboard
Added function to remove leading + from user_data.phone_number
Meta Conversion API wants the phone_number supplied in user_data to have the leading + removed from the country code before hashing into 'pn'. Google common event model wants the phone number in E.164 so it makes sense to strip the + out server-side
This addresses #30