Preguntas frecuentes

La página de preguntas frecuentes contiene varias de las preguntas más frecuentes y nuestras soluciones para ellas. Esta sección cambiará con el tiempo y debe ser su primera parada para un problema específico.

¿Por qué al hacer clic en un anuncio aparece un 404?

Esto suele deberse a un problema con los enlaces permanentes.

Vaya a Configuración > Enlaces permanentes y vuelva a guardar la página Enlaces permanentes. (No hagas ningún cambio en la configuración. Simplemente haz clic en el botón azul para volver a guardar la configuración actual).

Sometimes when new custom post types, such as AdSanity’s ads, are activated on the site, the permalinks do not reset to include the new type. This solution should reset the permalink structure and include AdSanity in the process. This will not affect anything on your site (unless you make changes to you permalink settings, in which that will have obvious implications).

¿Se puede utilizar AdSanity fuera de los widgets?

Yes, there are many options – shortcode button in the classic editor, gutenberg blocks, Beaver Builder modules, and PHP template tags.

Ejemplo de código corto

[adsanity id=”put-the-ad-id-here” align=”alignnone”]

[adsanity_group num_ads=4 num_columns=2 group_ids=1,2 /]

Ejemplos de plantillas de etiquetas

Etiquetas de las plantillas principales

Los anuncios de AdSanity se pueden colocar de forma programática. Hay dos etiquetas de plantilla disponibles para los usuarios. Una para añadir un solo anuncio y otra para mostrar un grupo de anuncios. Es posible que desee añadir estas etiquetas a plantillas o partes de plantillas específicas para mostrar sus anuncios.

<?php adsanity_show_ad( array( // any valid ad ID will do // (you can get this from the main list of ads) ‘post_id’ => 1, // (one of the following: // alignleft, aligncenter, alignright or alignnone) ‘align’ => false, // this will optionally return the output instead of echoing it ‘return’ => false, )); ?> <?php adsanity_show_ad_group( array( // an array of valid group ids // (you can get these from the main list of ad groups) ‘group_ids’ => array(), // number of ads to show total ‘num_ads’ => 1, // number of ads to show per row ‘num_columns’ => 1, // this will optionally return the output instead of echoing it ‘return’ => false, )); ?>

Etiquetas de plantillas adicionales

Además de nuestras etiquetas de plantilla principales, algunos complementos proporcionan etiquetas de plantilla adicionales.

<?php adsanity_show_rotating_ads( array( // any valid group id ‘group_id’ => 0, // (one of the following: alignleft, aligncenter, alignright or alignnone) ‘align’ => false, // how many seconds to show an ad before rotating ‘time’ => 30, // setting a max width can help keep ads responsive, // but also no wider than necessary ‘max_width’ => 0, // this will optionally return the output instead of echoing it ‘return’ => false, )); ?> <?php function adsanity_show_ordered_ads( array( // the number of columns to output ‘num_columns’ => 1, // an array of valid ad ids // (you can get these from the main list of ads) ‘ad_ids’ => array(), // (one of the following: // alignleft, aligncenter, alignright or alignnone) ‘align’ => ‘alignnone’, // this will optionally return the output instead of echoing it ‘return’ => false, )); What are the default ad sizes in AdSanity?

AdSanity siempre tendrá la capacidad de admitir cualquier tamaño de anuncio no estándar a través de un complemento. AdSanity actualmente soporta los siguientes tamaños de anuncios por defecto:

  • 1×1 – Responsive
  • 1×2 – Responsive
  • 1×3 – Responsive
  • 1×4 – Responsive
  • 2×1 – Responsive
  • 3×1 – Responsive
  • 4×1 – Responsive
  • 6×1 – Responsive
  • 8×1 – Responsive
  • 10×1 – Responsive
  • 88×31 – Micro Bar
  • 120×60 – Button 2
  • 120×90 – Button 1
  • 120×240 – Vertical Banner
  • 120×600 – Skyscraper
  • 125×125 – Square Button
  • 160×600 – Wide Skyscraper
  • 180×150 – Rectangle
  • 200×90
  • 200×200
  • 234×60 – Half Banner
  • 240×400 – Vertical Rectangle
  • 250×250 – Square Pop-Up
  • 300×100 – 3:1 Rectangle
  • 300×250 – Medium Rectangle
  • 300×600 – Half Page Ad
  • 336×280 – Large Rectangle
  • 468×15
  • 468×60 – Full Banner
  • 720×300 – Pop-Under
  • 728×90 – Leaderboard

Estos tamaños de anuncio se derivan de las normas IAB. Los tamaños de anuncios responsivos deben utilizarse para contenidos HTML5 dinámicos que cumplan las nuevas normas LEAN. En diciembre de 2016, se actualizaron los estándares de la IAB ( consulte https://www.iab.com/guidelines/iab-display-advertising-guidelines). Si desea mantener los valores predeterminados de la versión 1.0, descargue, instale y active el complemento AdSanity adjunto a través del instalador de complementos de WordPress.

 adsanity-size-filter.php.zip (2 KB)

Why won’t the plugin authenticate?

If you’re getting an error message when trying to authenticate your plugin, it is likely being caused by one of a few things that you can fix on your own. Follow the steps below to resolve any issues you might be having before sending in a support ticket.

  1. Use the correct username. Your correct username consists of the first part of your email address you used during your purchase – basically, everything before the @ sign.
  2. Be sure that the plugin folder name is “adsanity.” Occasionally after updating plugins, WordPress will rename the folder adsanity.tmp or something of that sort. Our authentication system is unable to find the plugin and is therefore unable to authenticate it.

If none of that worked for you, you’ve done your due diligence. Go ahead and submit a support ticket and we’ll make sure there’s nothing else going on on our end that is blocking your authentication.

How do I use hosted Flash ads?

We recognize that static or animated image files aren’t the only type in use on the web. We also support flash ads with a static image fallback. While we work on an updated interface to include Flash ads, we have always had the ability to use the network ad code field to place flash ads.

Step 1

Upload your flash file to WordPress via the media uploader.

Step 2

Paste the flash embed code below into the code box under the network ads tab (changing your-flash-file.swf with the URL of your flash file). If you use a clickTAG in your swf file, the attached code will also track clicks.

You can optionally include a static fallback image for devices that don’t support flash wrapped in a special link so the clicks get tracked. You’ll need to upload the image via the media uploader and replace your-image-file.jpg with the full url to the uploaded image as well. You have to enter the destination URL in the tracking url field and use our special %link% tag in the href.

<object type=”application/x-shockwave-flash” data=”your-flash-file.swf” width=”300″ height=”250″>  <param name=”movie” value=”your-flash-file.swf” />  <param name=”quality” value=”high” /> <param name=”flashvars” value=”clickTAG=%link%”> <!– STATIC FALLBACK IMAGE–> <a href=”%link%”><img src=”your-image-file.jpg” width=”300″ height=”250″ /></a> <!– /STATIC FALLBACK IMAGE–> </object>

Didn’t find what you were looking for?

If you’re a subscriber to AdSanity and don’t find an answer to your specific question please submit a request and our support department will address your issue quickly.

Enviar