Integration of the Google Mobile Ads SDK: Difference between revisions
No edit summary |
|||
| Line 180: | Line 180: | ||
There are a wide range of options for activation of the Easter Egg. Multiple/Pointless taps on UI elements or highly specific input in the search field are just some examples. However, iq digital has defined a rule that the debug Easter Egg is activated identically under Android and iOS. We are happy to be of assistance with regard to the method via which the debug Easter Egg is activated. | There are a wide range of options for activation of the Easter Egg. Multiple/Pointless taps on UI elements or highly specific input in the search field are just some examples. However, iq digital has defined a rule that the debug Easter Egg is activated identically under Android and iOS. We are happy to be of assistance with regard to the method via which the debug Easter Egg is activated. | ||
Important! The keywords and settings in the Easter Egg must remain in place even after the app is restarted. During testing, it is often necessary to restart the app in order to repeat a "clean" test. The keywords and settings will therefore remain in place until a user manually resets them in the dialog. | |||
===Important notes on these instructions=== | ===Important notes on these instructions=== | ||
| Line 366: | Line 368: | ||
The "data" string has no meaning for this event and can be ignored. Since Google's AppEventListener interface has a @NonNull annotation for data, the noad event simply passes the value "noad" for data, since the empty string is converted as null by Google. | The "data" string has no meaning for this event and can be ignored. Since Google's AppEventListener interface has a @NonNull annotation for data, the noad event simply passes the value "noad" for data, since the empty string is converted as null by Google. | ||
=== | ===political_ad event=== | ||
The | The political_ad event is called by iq digital's advertising templates to signal to the app that a political campaign exists on this placement and that it should respond to it (see [[#Political advertising in native apps]]). | ||
The "data" string contains the | The "data" string contains the PoliticalAdTransparencyUrl, provided it has been defined in the campaign in the ad server. | ||
====Example call:==== | ====Example call:==== | ||
;<nowiki>" | ;<nowiki>"political_ad","https://www.diesisteinekampagne.de/transparency.html"</nowiki>:The app should use "Politische Anzeige [https://www.diesisteinekampagne.de/transparency.html (mehr dazu)]" as the ad label for the placement, as recommended | ||
[[Kategorie:Ad Technology]][[Kategorie:APP]] | [[Kategorie:Ad Technology]][[Kategorie:APP]] | ||
[[de:Einbau des Google Mobile Ads SDK]] | [[de:Einbau des Google Mobile Ads SDK]] | ||