Integration of the Google Mobile Ads SDK: Difference between revisions
| Line 146: | Line 146: | ||
*The app evaluates the consent string and checks whether the user has given consent for political advertising. | *The app evaluates the consent string and checks whether the user has given consent for political advertising. | ||
*If consent for political advertising has been given, the app adds the keyword '''''political_ad''''' to CustomTargeting (to key '''''kw'''''). | *If consent for political advertising has been given, the app adds the keyword '''''political_ad''''' to CustomTargeting (to key '''''kw'''''). | ||
*When the app receives a '''''political_ad''''' event through a creative, it should respond to it, for example by changing the ad label to '''''Politische Anzeige''''', as described above. If a URL is also passed as a | *When the app receives a '''''political_ad''''' event through a creative, it should respond to it, for example by changing the ad label to '''''Politische Anzeige''''', as described above. If a URL is also passed as a data-String in the event, a link with the URL and the text '''''(more info)''''' should appear next to the ad label '''''Politische Anzeige'''''. Clicking on the link then opens the URL, where the user can find further information about the type of campaign. | ||
====Tasks of the advertising template==== | ====Tasks of the advertising template==== | ||