funtent
09-02-2004, 06:51 PM
advertisement (user click)--> ads.asp (302 redirect)--> ultimateDestination.asp
Question #1:
If the page that the ad sits on has a PR of whatever, is any of it going to carry ultimately to ultimateDestination.asp? Or is that all lost because of ads.asp's redirect? (Where ads.asp has no spiderable content.)
~ ~ ~
More complex question #2:
In assuming there is no "PR carryover" in the above model, should we build a system that attemps to use something like:
ad (user click)--> uD.asp?parameter=value (301 redirect)--> uD.asp
...where we log the hit to the page then redirect it to itself without the querystring so that when/if people refresh the page they don't artificially inflate our tracking numbers?
~ ~ ~
Thanks in advance!
Question #1:
If the page that the ad sits on has a PR of whatever, is any of it going to carry ultimately to ultimateDestination.asp? Or is that all lost because of ads.asp's redirect? (Where ads.asp has no spiderable content.)
~ ~ ~
More complex question #2:
In assuming there is no "PR carryover" in the above model, should we build a system that attemps to use something like:
ad (user click)--> uD.asp?parameter=value (301 redirect)--> uD.asp
...where we log the hit to the page then redirect it to itself without the querystring so that when/if people refresh the page they don't artificially inflate our tracking numbers?
~ ~ ~
Thanks in advance!