HTML5 Banner using Google Web Designer - html

I have create a html5 banner using Google Web Designer following pretty much all the guidelines (https://support.google.com/webdesigner/answer/3261498?hl=en&ref_topic=3261495&rd=1).
I published it locally and uploaded to google adwords campaign as an Image add. In my banner there is a simple form for the user to enter basic details and submit it. So i have just one event on submit button. All good so far. After i uploaded the banner to google adwords, when i tested the banner the whole banner is clickable for some reason. Somehow google is appending a click event on the whole banner.
But according to docs (https://support.google.com/adwordspolicy/answer/176108?hl=en)
"HTML5 ads that are not created in Google Web Designer are, by
default, clickable on the entire area of the ad."
I used google web designer for this specific reason still i see the entire area clickable. Any ideas or suggestions or references would be great.
Thanks.

In Code view, add a higher z-index to the submit button so that it sits above the exit element.

I published it locally and uploaded to google adwords campaign as an Image add.
I think you should try to find a way to not upload as an Image Ad.

Google Adwords requires an exit/destination URL when you upload an ad on their platform disregarding what type of ad you upload.
That URL is assigned to your whole ad.
What you need is DoubleClick account. DoubleClick for advertisers will allow you specific button exits/destination URLs.

Related

How To Put Google Adsense Ads for testing?

Currently, we are working on our final year project and want to use Google ads to gain some more marks 😉😅.
While the website is still in development, we want to test where and how to use ads in the UI. In short, we wish to try Adsense ads, But how can I test Ads without approval?
The best way to see how and where Adsense ad is placed on your website is to sign up for Google Adsense. After you have been approved you can add your website and via the preview function you can see where adsense automatically places ads on your websites.
Here you can also indicate whether or not you want to show ads in this position. Adsense auto-ads will learn from your feedback.
If you want to keep control over the places where you display advertisements, it is best to disable auto ads and manually add ads in the location of your choice. Keep in mind the guidelines of Google Adsense.

is Facebook app approval required for share link app_id?

I am looking to customize the Facebook share button with a custom website icon (the 16x16 one) when a user opens the dialog window to share an article. As I understand, it requires a Facebook app_id and then setting the icon in the app_id settings.
My question is, does the Facebook app need to be sent to "approval" for this to work? Or is that only required for actual apps that are used on Facebook? Because what I am doing is not an actual app, I just need the icon customized that users will see when they post something. Would it work just going from sandbox to live without submitting to approval?

Website jumping down on page load with embedded iframe google form

When someone navigates to a particular page with a google web form on it, the browser automatically jumps down to the google web form near the bottom of the page.
Website URL
Any ideas on how to keep it at the top of the page?
Thanks!
Jeff
Its due to the a field in the form getting focus, if you can stop that it wont jump down.
I've had a look at google forms and it doesn't look like there is a way to configure it not to set focus, you could try some custom javascript to stop it.
I can see from the URL shared that the original user's issue is now resolved, but fyi for others seeking a solution, if the Google Form is embedded via an iFrame, or you're using a custom HTML form to post answers to a Google form via the target of an iFrame, and this jumping occurs, changing the src='' of the iFrame to src='about:blank' worked a treat to eliminate any jumping of the page.

Open Adsense Ads On Page Load

i have a website that has adsense ads embedded in the right sidebar area. the site basically contains multiple posts. I want the ads to launch whenever a post is viewed, i.e., when a user clicks on a link to view the post, it should launch the ad as well..
adsense provides a javascript that, i think, wouldn't suffice. please suggest a workaround..
You cannot automatically click Google Adsense ads. This is called click fraud and Google will detect it and ban you (and keep any money you've earned).

How to acomplish the Google Phone stay on top effect html?

Google phone opens up a small widget on the right of Gmail and stays there. Even when navigating to other emails or composing at email (similar effect is achieved I believe by Facebook chat).
Are they using frames? I hope not.
I need to keep some images open while the user navigates other parts of the application so using the approach of google to place my image holders would be ideal.
I'm not familiar with google phone, but maybe an iframe is what you are after:
http://www.w3schools.com/tags/tag_iframe.asp
It's an inline reference to another document.