I am trying to automate google alerts.I am using c# to do this,I found out that there are certain parameters that need to be "Posted" in order to create an alert successfully.I am pasting those here:-
x:AMJHsmXPXoR-3tIdZfsQJXzLJEI55G189A:1337777808728
q:test
t:7
f:1
l:0
e:abc@gmail.com
q:is the name of the search string for which I want the alert.
e:is my email id
I can't figure out what others are for. Can you suggest something?especially x I have a suspicion that it is really important :)
Edit:-
I need to automate the creation of alerts so I will need to post the data every-time I create a new alert.