How to load google ads in widget
hamishwillee
(Talk | contribs) m (Hamishwillee - Add needs more work template) |
|||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:[[Category:Nokia | + | [[Category:Symbian Web Runtime]][[Category:In-App Advertising]] |
| + | {{NeedsMoreWork|timestamp=20121010052948|user=[[User:Hamishwillee|<br />----]]|The article is incomplete and does not include enough information for developers to create a full solution.}} | ||
| + | |||
| + | {{ArticleMetaData <!-- v1.2 --> | ||
| + | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Qt SDK 1.1.4]) --> | ||
| + | |platform= <!-- Compatible platforms - e.g. Symbian^1 and later, Qt 4.6 and later --> | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing= <!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20080916 | ||
| + | |author= [[User:Rsuthar]] | ||
| + | }} | ||
| + | |||
| + | Now a days google provides google ads for mobile. | ||
'''Mobile Webpage Markup Languages:''' | '''Mobile Webpage Markup Languages:''' | ||
| Line 8: | Line 34: | ||
| − | == | + | == Website Requirements: == |
| Line 14: | Line 40: | ||
| − | == | + | == Ad Placement and Behaviour == |
| Line 22: | Line 48: | ||
After a user click, display of the advertiser's landing page may not be interrupted or prevented in any way. For instance, publishers may not display their own interstitial pages before taking users to the advertiser's website. | After a user click, display of the advertiser's landing page may not be interrupted or prevented in any way. For instance, publishers may not display their own interstitial pages before taking users to the advertiser's website. | ||
| − | + | == So create application and start earning == | |
| − | + | ||
| − | == | + | |
| − | + | ||
| − | + | ||
Latest revision as of 08:29, 10 October 2012
Reaons: - hamishwillee (10 Oct 2012) The article is incomplete and does not include enough information for developers to create a full solution.
Article Metadata
Now a days google provides google ads for mobile.
Mobile Webpage Markup Languages:
wml (WAP 1.x.) xhtml (WAP 2.0) chtml (imode, etc.)
Website Requirements:
Webpages must be mobile-compliant and developed with a server-side scripting language such as PHP; AdSense for mobile ad code will not display ads on standard webpages.
Ad Placement and Behaviour
Only one AdSense for mobile ad unit may be displayed per mobile webpage. A "double" ad unit can only be placed on the bottom of the page, but may appear above the page's footer (e.g. navigational links, copyright messages, etc.). Google ads displayed on a publisher's mobile-compliant webpage may not be modified or obscured in any way. After a user click, display of the advertiser's landing page may not be interrupted or prevented in any way. For instance, publishers may not display their own interstitial pages before taking users to the advertiser's website.

