First I describe my problem. I have windows application based on .Net Framework 2. User downdload it from website using his prefered browser (IE, FF, Opera and etc.).
There is window "pay service" in the application. It has link to the website where user can buy service.
When user click on that link default windows browser open link. It can be cases when prefered browser != default browser thefore user lose his google adwords session. And google adwords count such user as new one. But It's wrong.
So how can I help google to recognize user properly? I made some reserch and see that google set random user id as part of session value and use it to identify user. Is any way to send random user id directly in the link to rewite value generated by session or adwords js.
Maybe It'wrong direction then can you advise better solution? Thanks.