detect javascript code for google ad sense
-
Hi using c#.net i want to detect whether there is any javascript code present on the webpage for google adsense. please tell me about the javascript code for the google adsense Thanks Anil Veeraghattapu ...
-
Hi using c#.net i want to detect whether there is any javascript code present on the webpage for google adsense. please tell me about the javascript code for the google adsense Thanks Anil Veeraghattapu ...
If you want to have a look at what the javascript looks like, you've got two options 1) Find a site that uses google adsense and view it's source (search for google_ad_client in the source) 2) Sign up for a adsense account, and request the javascript snippet yourself As I say in (1) searching for "google_ad_client" within a script tag should probably be enough
Help me! I'm turning into a grapefruit! Buzzwords!
-
If you want to have a look at what the javascript looks like, you've got two options 1) Find a site that uses google adsense and view it's source (search for google_ad_client in the source) 2) Sign up for a adsense account, and request the javascript snippet yourself As I say in (1) searching for "google_ad_client" within a script tag should probably be enough
Help me! I'm turning into a grapefruit! Buzzwords!
Hi benjymous Thanks for your reply well i am also thinking about your 1st option so are you sure if a website is running google ad sense then it should contain the keywords like "google_ad_client" ????? Thanks Anil Veeraghattapu.
-
Hi benjymous Thanks for your reply well i am also thinking about your 1st option so are you sure if a website is running google ad sense then it should contain the keywords like "google_ad_client" ????? Thanks Anil Veeraghattapu.
Well, their javascript block has been formatted like that for a good few years, so if they changed it, it'd probably break all the sites using adsense, so it's a fairly safe assumption that it won't change, but it's never guaranteed!
Help me! I'm turning into a grapefruit! Buzzwords!