cancel
Showing results for 
Search instead for 
Did you mean: 

URL with navurl AND DynamicParameter TOO

Former Member
0 Kudos

Hello everybody;

I have this URL https://www.orbitel.com.co/irj/go/km/docs/documents/orbitel_portal/us/personas/homeplanesus.htm?gad=cinrvskdegj9kov-8zk-khjpnzr9aycjwc8k, it has the parameter “gad” and everything is ok. But when I add a parameter to the same URL “navurl”, the webPage can not to take de parameter "gad" <i>(I dont know why!)</i> (https://www.orbitel.com.co/irj/portal/anonymous?guest_user=anonimo_usa&navigationtarget=navurl://927751537e890e79b9547a54a8ee4f51&DynamicParameter=gad%3DCIW3vskDEgiDnDqOo2HBtxjPnZr9AyDxtM8k). Somebody knows, how can I have "gad" and "navurl" parameteres in the same URL?

.::: Thank u very much if you can help me!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jorge,

how are you doing ?

Usually either method is used to add url parameters

Have you tried to add both parameters dynamically ?

with respect,

amit

Former Member
0 Kudos

Hello

Amit

;

Tks for help me!!!

I don´t know how can I do it. Actually, I need to send the parameters hardcode.

¿Can´t I do it hardcode?, ¿have I to do it dynamically?

with respect!

Tks again!

Jorge

Former Member
0 Kudos

Hi Jorge,

how are you doing ?

lets start with a basic question :

is there a requirement for you to hardcode the URL parameter ?

if so, then is it required to be a URL parameter ?

usually, my experience has brought me to understand URL parameters are dynamic in nature, otherwise they can be moved to globally accessible constants which can be used just as effectively ...

static url parameters really could be better used as constants )

with respect,

amit

Former Member
0 Kudos

Hi Amit, Thank you very much for help me .... I am going to make clear to you that it's what happens:

I have in my portal a Short URL that is the following one: https: // www.orbitel.com.co/irj/go/km/docs/docum ents/Orbitel_Portal/US/Personas/HomePla nesUS.htm; this URL is of a page of content with an eCard for the public.

On having attached the eCard in the Portal I must add to the NAVURL of the following way: https: // www.orbitel.com.co/irj/portal/anonymous? Guest_user=Anonimo_Usa*NavigationTarget =navurl: // 927751537e890e79b9547a54a8ee4f51; ...this way already all my anonymous users will be able to see her.

Google gave me this hardcode ID or hardcode Parameter (

gad=CIW3vskDEgiDnDqOo2HBtxjPnZr9AyDxtM8k

). On having added to the NAVURL this parameter, Google can give me the statistics of all the persons they acceded to my eCard, it's a parameter HardCode, which Google gave to me to attach to my URLs and Google to give me the statistics of the eCard. Then I thought that the URL completes it's https://www.orbitel.com.co/irj/portal/anonymous?guest_user=anonimo_usa&navigationtarget=navurl://927...

I don't know how to add the parameter wit the url: https://www.orbitel.com.co/irj/portal/anonymous?guest_user=anonimo_usa&navigationtarget=navurl://927... + gad=CIW3vskDEgiDnDqOo2HBtxjPnZr9AyDxtM8k

Amit, thanks again!!!

Sincerly;

Jorge Gómez

Former Member
0 Kudos

Hi Jorge,

how are you doing today ?

have you tried the following ?

https://www.orbitel.com.co/irj/portal/anonymous?guest_user=anonimo_usa&navigationtarget=navurl://927...

when i click the url i get your portal )

then in your code you can do

Request.QueryString["gad"]

to retrieve the value

and redirect internally

if this does not work, please let me know, i will make a project on my side to recreate the issue

with respect,

amit

Message was edited by:

amit chawathe

Former Member
0 Kudos

Hello Amit:

Thank you for help me. You're right, and the information that you gave me is sufficient I to arm the URL otherwise. I'm going it to organize and I will send you e so that you validate it to me. But it´s not necesary to do a project, I think that for URl I can to send the parameter.

Thank you very much....

with respect,

Jorge Gómez

Former Member
0 Kudos

Hi Jorge,

how are you doing today ?

thank you for the 'very helpful answer' points

please keep me informed of your progress on the issue, and let me know when i could help out

with respect,

amit