Popis
The WordPress Piwik PRO UTM Converter plugin automatically recognizes campaign parameters and redirects a URL to the URL with converted parameters: utm_*
to pk_*
or pk_*
to utm_*
, depending on the plugin’s settings.
Conversion pk_*
to utm_*
:
- pk_source => utm_source
- pk_medium => utm_medium
- pk_campaign => utm_campaign
- piwik_campaign => utm_campaign
- pk_keyword => utm_term
- pk_kwd => utm_term
- piwik_kwd => utm_term
- pk_content => utm_content
Conversion utm_*
to pk_*
:
- utm_source => pk_source
- utm_medium => pk_medium
- utm_campaign => pk_campaign
- utm_term => pk_keyword
- utm_content => pk_content
Snímky obrazovky
Instalace
From your WordPress Dashboard
- Go to ‚Plugins > Add New‘
- Search for ‚Piwik PRO UTM Converter‘
- Activate the plugin from the Plugin section in your WordPress Dashboard.
From WordPress.org
- Download ‚Piwik PRO UTM Converter‘.
- Upload the ‚piwik-pro-utm-converter‘ directory to your ‚/wp-content/plugins/‘ directory using your favorite method (ftp, sftp, scp, etc…)
- Activate the plugin from the Plugin section in your WordPress Dashboard.
Once Activated
Visit ‚Settings > Piwik PRO UTM Converter‘ and choose a conversion method.
Multisite
The plugin can be activated and used for just about any use case.
- Activate at the site level to load the plugin on that site only.
- Activate at the network level for full integration with all sites in your network (this is the most common type of multisite installation).
Nejčastější dotazy
- Installation Instructions
-
From your WordPress Dashboard
- Go to ‚Plugins > Add New‘
- Search for ‚Piwik PRO UTM Converter‘
- Activate the plugin from the Plugin section in your WordPress Dashboard.
From WordPress.org
- Download ‚Piwik PRO UTM Converter‘.
- Upload the ‚piwik-pro-utm-converter‘ directory to your ‚/wp-content/plugins/‘ directory using your favorite method (ftp, sftp, scp, etc…)
- Activate the plugin from the Plugin section in your WordPress Dashboard.
Once Activated
Visit ‚Settings > Piwik PRO UTM Converter‘ and choose a conversion method.
Multisite
The plugin can be activated and used for just about any use case.
- Activate at the site level to load the plugin on that site only.
- Activate at the network level for full integration with all sites in your network (this is the most common type of multisite installation).
- What are minimum requirements for the plugin?
-
- PHP interpreter version >= 5.4
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Piwik PRO UTM Converter je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Piwik PRO UTM Converter” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0.1
Release date: 08.03.2018
- Fixed: Compatibility with WooCommerce.
1.0.0
Release date: 14.03.2017
- First stable version of the plugin.