I have started a campaign promoting a product from Clickbank. Google complains about an Inaccurate Display URL for my ads.
My ads use a display URL of the format
www.mydomain.com.
The destination URL is of the format
www.mydomain.com/products/ landing-page.shtml
The landing page only contains a cloaked hop-link to the actual product:
<html>
<head>
<title>Loading page...</title>
<meta http-equiv="refresh" content="2;URL=http:// AFFILIATE. PUBLISHER.hop.clickbank.net">
<script>
url='http:// AFFILIATE. PUBLISHER.hop.clickbank.net';
if(document.images) { top.location.replace(url); }
else { top.location.href=url; }
</script>
</head>
<body>Loading
<a href=http:// AFFILIATE. PUBLISHER.hop.clickbank.net>page</a>...
</body>
</html>
How do I specify correct URLs for Google Ads when promoting products from Clickbank?
|