Community Central
Community Central
(+ja)
Tags: rollback sourceedit
m (→‎Further help and feedback: Mass editing of links)
Tag: Help
(29 intermediate revisions by 22 users not shown)
Line 1: Line 1:
 
{{tocright}}Fandom wants visitors to see only good-quality advertisements, and thus we have a system for reporting '''"bad" ads''', as shown below.
{{tocright}}
 
 
Wikia wants visitors to only see good quality advertisements, and thus we have a system for reporting '''"bad" ads''', as shown below.
 
   
 
Bad ads might include, but are not limited to:
 
Bad ads might include, but are not limited to:
  +
* Ads about game exploits and cheating — particularly ones which involve the game explored by the wiki on which the ad appears. For instance, we will aggressively stop ads about selling in-game currency that violates the game's Terms of Use.
* Inappropriate for your wikia (e.g. dating ads on a wikia aimed at children).
 
* With regards to gaming wikias, ads about exploits and cheating
 
 
* Ads that move rapidly and continuously, flash in bright colors, or otherwise disrupt the senses so as to make the article on which it is embedded difficult to read.
 
* Ads that move rapidly and continuously, flash in bright colors, or otherwise disrupt the senses so as to make the article on which it is embedded difficult to read.
 
* Broken ads - for example, ads that are sized incorrectly and/or overlapping content.
 
* Broken ads - for example, ads that are sized incorrectly and/or overlapping content.
* Auto-play ads - Ads that, when loaded, automatically execute audio. Some of Wikia's video ads play automatically, but they should do so muted.
+
* Auto-play ads - Ads that, when loaded, automatically execute audio. Some of Fandom's video ads play automatically, but they should do so muted.
* Malware - Ads that attempt to download or execute a malicious program on your computer. Luckily, these are very, very rare due to Wikia's strict ad policies, but sometimes malicious individuals find a way in. Malware reports are taken very seriously by Wikia Staff.
+
* [[wp:Malvertising|Malvertising]] - Ads that attempt to download or execute a malicious program on your computer. Luckily, these are very, very rare due to Fandom's strict ad policies, but sometimes malicious individuals find a way in. Malware reports are taken very seriously by Fandom Staff.
  +
* Ads that cover Fandom content.
  +
* Intrusive unexpected behaviors: auto-redirects, invisible click-capture overlays (clicking anywhere on the page opens an ad landing page), opens in a new tab, pop-ups (and pop unders), fake close buttons, etc.
   
 
Please note that advertisement removal requests are considered on a '''''case by case basis''''' and while all complaints will be accepted, not all ads can be removed.
 
Please note that advertisement removal requests are considered on a '''''case by case basis''''' and while all complaints will be accepted, not all ads can be removed.
Line 16: Line 15:
 
In all cases, reporting a bad advertisement with any information you can provide, no matter how small, is appreciated and better than not reporting it at all. You may wish to open the reporting form in a new tab or window, in order to keep the page with the ad available for the steps described below.
 
In all cases, reporting a bad advertisement with any information you can provide, no matter how small, is appreciated and better than not reporting it at all. You may wish to open the reporting form in a new tab or window, in order to keep the page with the ad available for the steps described below.
   
To report a bad advertisement, please use '''[[:Special:Contact/bad-ad|this link]]'''.
+
To report a bad advertisement, please use '''[https://fandom.zendesk.com/hc/en-us/articles/360021262634-I-Have-Seen-an-Ad-That-Bothers-Me this link]'''.
   
Note that Wikia can only take action against an offending ad if we have as much of the following information as possible included:
+
Note that Fandom can only take action against an offending ad if we have as much of the following information as possible included:
 
# On which community page the bad ad appeared.
 
# On what wikia page the bad ad appeared.
 
 
# A brief description of what the ad is about, and why the ad is bad.
 
# A brief description of what the ad is about, and why the ad is bad.
# What city and country you live in (do '''not''' send us an exact address).
+
# What city, state/province, and country you live in (do '''not''' send us an exact address).
# The URL the ad links to.
+
# The ad code from the page's HTML (see below for how to find it).
# A screenshot of the ad on the wikia.
+
# A screenshot of the ad on the community.
# The source of the ad (instructions below).
 
   
==How to find ad URLs==
+
== How to find the ad tag in a page's HTML ==
[[File:Inspect_Element.png|thumb|The right-click menu with 'Inspect Element' highlighted]]
+
[[File:Inspect Element.png|thumb|The right-click menu with 'Inspect Element' highlighted]]
  +
Every ad is put on the page via an ad tag in the page's HTML code. This bit of code is very helpful for us in identifying the rogue ad, so we especially appreciate it if you can include it in your bad ad report. This is how you find it:
   
 
# Right click on the ad and choose "Inspect Element" (if it's a Flash ad, you may need to click just outside of the ad to get this option).
 
# Right click on the ad and choose "Inspect Element" (if it's a Flash ad, you may need to click just outside of the ad to get this option).
# A panel will open at the bottom of your browser. Inside, a line of code will be highlighted.
+
# A panel will open below or next to the page in your browser and will show you the HTML for the entire webpage. A line of code should be highlighted.
  +
#* Around that highlighted line, look for a <nowiki><div></nowiki> tag preceded with a comment "<nowiki><!-- BEGIN SLOTNAME:</nowiki>" that starts with "<nowiki><div id="wikia_gpt/ ...></nowiki> for standard ads, or something including "video" for video ads. 
#* If you were able to right-click on the ad directly, select and copy the highlighted line. If possible, also include the anchor tag URL that the image is wrapped in (i.e. the <nowiki><a></nowiki> tag right above the image source). This URL is probably going to be very long, so do not be alarmed if it looks complex.
 
  +
#* It may be collapsed. By clicking the chevron you can open it and see its contents.
#* If you had to click near the ad (as it was a Flash ad), look for a tag that starts with <code>"<iframe id="Liftium_".</code> You may need to expand some code lines with the ">" markers to find it. Copy this line of code.
 
  +
#* If you're not sure if you have the correct tag, hover over it in the panel, and the corresponding element on the webpage will be highlighted.
# Include this information in your bad ad report. If you have problems with copying the code, a screenshot should still be helpful.
 
  +
#* Copy the contents of this <nowiki><div></nowiki> tag. Don't worry if this is very long! The most helpful parts will be strings of numbers and/or letters that follow the terms '''data-gpt-line-item-id''' or '''data-gpt-creative-id''' (for standard ads) or '''data-vast-line-item-id''' (for video ads).​
 
#Include the code you copied in your bad ad report. If you have problems with copying the code, a screenshot can be helpful instead.
   
 
<gallery>
 
<gallery>
File:Firefox inspector.png|Using Firefox's Inspector to locate an ad's URL
+
Firefox inspector.png | Using Firefox's Inspect Element to locate an ad tag
File:ChromeInspectElement.png|Using Google Chrome's built in Inspect Element feature to locate an ad's image URL
+
ChromeInspectElement.png | Using Google Chrome's built-in Inspector feature
  +
Ad slot tag for ad reports.png | Code fragment to look for (standard ads)
File:Inspect_Element_Code.png|An example Liftium tag
 
  +
Featured-video-code.png | Code fragment to look for (video ads)
 
</gallery>
 
</gallery>
   
==Further help and feedback==
+
== Further help and feedback ==
{{Help and feedback section}}
+
{{Help and feedback section}}[[ca:Ajuda:Anuncis inadequats]]
 
 
[[ca:Ajuda:Anuncis inadequats]]
 
 
[[de:Hilfe:Unerwünschte Werbung]]
 
[[de:Hilfe:Unerwünschte Werbung]]
 
[[es:Ayuda:Anuncios inapropiados]]
 
[[es:Ayuda:Anuncios inapropiados]]
 
[[fr:Aide:Publicités offensantes]]
 
[[fr:Aide:Publicités offensantes]]
  +
[[it:Aiuto:Pubblicità non consona]]
 
[[ja:ヘルプ:悪質な広告]]
 
[[nl:Help:Slechte advertenties]]
 
[[nl:Help:Slechte advertenties]]
 
[[pl:Pomoc:Złe reklamy]]
 
[[pl:Pomoc:Złe reklamy]]
  +
[[pt:Ajuda:Anúncios ruins]]
  +
[[ru:Справка:Плохая реклама]]
  +
[[tr:Yardım:Kötü reklamlar]]
  +
[[uk:Довідка:Погана реклама]]
 
[[zh:Help:不良廣告]]
 
[[zh:Help:不良廣告]]
 
[[Category:Help]]
[[ja:ヘルプ:悪質な広告]]
 
 
[[Category:Help|{{PAGENAME}}]]
 

Revision as of 06:51, 1 December 2019

Fandom wants visitors to see only good-quality advertisements, and thus we have a system for reporting "bad" ads, as shown below.

Bad ads might include, but are not limited to:

  • Ads about game exploits and cheating — particularly ones which involve the game explored by the wiki on which the ad appears. For instance, we will aggressively stop ads about selling in-game currency that violates the game's Terms of Use.
  • Ads that move rapidly and continuously, flash in bright colors, or otherwise disrupt the senses so as to make the article on which it is embedded difficult to read.
  • Broken ads - for example, ads that are sized incorrectly and/or overlapping content.
  • Auto-play ads - Ads that, when loaded, automatically execute audio. Some of Fandom's video ads play automatically, but they should do so muted.
  • Malvertising - Ads that attempt to download or execute a malicious program on your computer. Luckily, these are very, very rare due to Fandom's strict ad policies, but sometimes malicious individuals find a way in. Malware reports are taken very seriously by Fandom Staff.
  • Ads that cover Fandom content.
  • Intrusive unexpected behaviors: auto-redirects, invisible click-capture overlays (clicking anywhere on the page opens an ad landing page), opens in a new tab, pop-ups (and pop unders), fake close buttons, etc.

Please note that advertisement removal requests are considered on a case by case basis and while all complaints will be accepted, not all ads can be removed.

How can I report a bad advertisement?

In all cases, reporting a bad advertisement with any information you can provide, no matter how small, is appreciated and better than not reporting it at all. You may wish to open the reporting form in a new tab or window, in order to keep the page with the ad available for the steps described below.

To report a bad advertisement, please use this link.

Note that Fandom can only take action against an offending ad if we have as much of the following information as possible included:

  1. On which community page the bad ad appeared.
  2. A brief description of what the ad is about, and why the ad is bad.
  3. What city, state/province, and country you live in (do not send us an exact address).
  4. The ad code from the page's HTML (see below for how to find it).
  5. A screenshot of the ad on the community.

How to find the ad tag in a page's HTML

Inspect Element

The right-click menu with 'Inspect Element' highlighted

Every ad is put on the page via an ad tag in the page's HTML code. This bit of code is very helpful for us in identifying the rogue ad, so we especially appreciate it if you can include it in your bad ad report. This is how you find it:

  1. Right click on the ad and choose "Inspect Element" (if it's a Flash ad, you may need to click just outside of the ad to get this option).
  2. A panel will open below or next to the page in your browser and will show you the HTML for the entire webpage. A line of code should be highlighted.
    • Around that highlighted line, look for a <div> tag preceded with a comment "<!-- BEGIN SLOTNAME:" that starts with "<div id="wikia_gpt/ ...> for standard ads, or something including "video" for video ads. 
    • It may be collapsed. By clicking the chevron you can open it and see its contents.
    • If you're not sure if you have the correct tag, hover over it in the panel, and the corresponding element on the webpage will be highlighted.
    • Copy the contents of this <div> tag. Don't worry if this is very long! The most helpful parts will be strings of numbers and/or letters that follow the terms data-gpt-line-item-id or data-gpt-creative-id (for standard ads) or data-vast-line-item-id (for video ads).​
  3. Include the code you copied in your bad ad report. If you have problems with copying the code, a screenshot can be helpful instead.

Further help and feedback