Build a Protocol Buffer Powered Tracking Pixel in Go

--

<img src="http://yourfriends.us10.list-manage.com/track/open.php?u=3D9b25be73813defa5034315098a&id=3Dc368123b1a&e=3D6c44e4dd9b" height="1" width="1">

Let’s Build an API

Dealing with Query Params

http://your-event-service.com/v1/event.gif?user_name=theclash@casbah.com&message_id=32
http://your-event-service.com/v1/event.gif?user[id]=12&user[email]=theclash@casbah.com&user[expirements][0]=london&user[expirements][1]=calling&message[id]=12&message[experiments][0]=riot
http://your-event-service.com/v1/event.gif?q="{\"user\":{\"id\":10,\"experiments\":[{\"name\":\"london\",\"value\":\"calling\"}]},\"message\":{\"id\":10,\"content_version\":2},\"sent_at\":\"2015-10-11\",\"mail_server\":\"hendrix\"}"
http://your-event-service.com/v1/event.gif?q=yJ1c2VyIjp7ImlkIjoxMCwiZXhwZXJpbWVudHMiOlt7Im5hbWUiOiJsb25kb24iLCJ2YWx1ZSI6ImNhbGxpbmcifV19LCJtZXNzYWdlIjp7ImlkIjoxMCwiY29udGVudF92ZXJzaW9uIjoyfSwic2VudF9hdCI6IjIwMTUtMTAtMTEiLCJtYWlsX3NlcnZlciI6ImhlbmRyaXgifQ

Enter Protocol Buffers

/v1/event.gif?q=EgIxMhoGT1BFTkVE

--

--

No responses yet

Write a response