Any Google Adwords Guru's here

NathanCrow

Well-Known Member
Joined
Nov 10, 2008
Messages
452
Reaction score
0
Location
Bellville South
I have this problem its a Website that collect info on possible client that would like to get a loan
but adwords suspended my url reason "User Safety"

I have google and found other website paid advertising that also collect basic info under finance but there ads are running on google network.

Could someone help me and point out what changes i must make or help get the url suspension removed.

Url http://www.credits-today.com

Thanks in advance
 
Well there is definitley something strange with your site. As soon as I viewed it in my browser, the MyBB WYSIWG stopped working. I had to physically kill my browser (chrome).

At least you always provide entertainment on this forum.
 
Something wrong dude. My mobile browser freezes as well.
 
To the person that could help me get this url running on adwords for the next 12 months
i will pay u $15 per months for the first 6 months if its stays active and
there after $30 per month.

Currency USD
 
To the person that could help me get this url running on adwords for the next 12 months
i will pay u $15 per months for the first 6 months if its stays active and
there after $30 per month.

Currency USD

Sorry but at that bounty you would not even get an email from a PPC analyst.
 
I am the first to admit that my knowledge of Java is not that good so please forgive me if what I am suggesting is nonsense.

Check your parameters for what I have highlighted.

Especially the path to your flash file. I think what is happening is that your page is waiting forever to load the flash file and it cannot find it. Therefore it causes a browser to wait forever and then hang the browser.

Include the full name of the flash file including the .swf extension.

Probably why Google has suspended the page because you are effectively writing code that will cause a browser to crash.

<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js");
} else {
AC_FL_RunContent(
'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '200',
'height', '200',
'src', 'yourswffile',
'quality', 'high',
'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'false',
'scale', 'noscale',
'wmode', 'window',
'devicefont', 'false',
'id', 'flash-animations',
'bgcolor', '#eeeeee',
'name', 'yourswffile',
'menu', 'false',
'allowScriptAccess','sameDomain',
'movie', 'yourswffile',
'salign', ''
);
}
</script>
<noscript>

A good habit to form: always use full relative paths to your objects. This means you can place the file in ANY directory on your site. For example, if you have flash at 'images/flash/yourswffile.swf '

Use src="/images/flash/yourswffile.swf"
 
Last edited:
I have this problem its a Website that collect info on possible client that would like to get a loan
but adwords suspended my url reason "User Safety"

I have google and found other website paid advertising that also collect basic info under finance but there ads are running on google network.

Could someone help me and point out what changes i must make or help get the url suspension removed.

Url http://www.credits-today.com

Thanks in advance

Why would you get a full flash site ?

Anyways good luck on finding someone, I am unfortunately on my monthly limit for any ppc/ seo work at the moment
 
Dude, with that offer, i am sure you'll get a lot of school children pouncing on your code trying to solve the problem. I am using firefox, it works fine.

Who developed this site, if its not you, then ask the dude who did...
 
Top
Sign up to the MyBroadband newsletter
X