> I have a Google Adsense Ad running and wanted the link on the mobile
> campaign to go straight to market using the normal search style url.
> This however does not work as the ad's keep getting rejected due to
> the link going nowhere. Has anyone solved this issue?

You got adsense ads on your website, right? If so, just (assuming
there's no better solution) link add to small PHP script like:

<?php header('Location: market://rest-of-uri'); die(); ?>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to