Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Attribution Query String Manager

Descripción

This tool will scan links with the specified domains for the query string variables listed below and ensure that they are updated with the appropriate values. These valued can be defined by:

  1. Post/Page settings
  2. URL
  3. Client Side Cookie
  4. Server Session Cache
  5. Defaults (in the global admin)

The list above indicates the order of override – in short, settings for a post/page will cause mismatching values set via url to be ignored. Note: This processing will only apply to material output via the_content() (this includes pages & posts).

For example – if the domain is www.wordpress.org and the query string variables defined are "affiliateID" and "trafficSource", any links to www.wordpress.org would have the affiliateID & trafficSource query string variables appended. If they are already in the link’s url, it will update those variables to the correct values.

Requirements

Capturas

  • This is an example of the administrative panel.

Instalación

  1. Upload the folder attribution-query-string-manager to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add query string variable names and domains in the admin settings panel "Query String Manager"

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

"Attribution Query String Manager" es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce "Attribution Query String Manager" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

= 0.1.1 (2014-05-04)
* Patch to prevent duplication of inputs when urls managed are substrings of eachother

0.1.0 (2013-12-10)

  • Beta version