Hi,
Thanks for the wonderful plugin.
I use rebrandly custom domain for my links. I noticed that my rebrandly custom links show as “https” on the rebrandly dashboard but the same links are displayed as “http” on the Campaign URL Builder dashboard. While it is not a big hassle as the links resolve properly, I am hoping for a confirmation from your end just so that I can rest easy knowing that there is no error with my setup.
Thank you
]]>I am migrating my site to new domain, how do i import from my old site.i don’t find any option to export/import all data
]]>Hello,
Thanks for a great plugin. I’ve added my Rebrandly API key and the plugin successfully creates shortlinks through Rebrandly.
The problem I am having is that the links are in the form of rebrand.ly/example as opposed to custom.domain/example, where custom.domain is my branded short domain that I have set in Rebrandly.
Is there a way to have the plugin generate the link using my branded domain?
Thanks!
Chris
]]>Hi!
I try to use Campaign URL Builder under WooCommerce products. If I try to create link(s) under product page and try to click on generate link, it happens nothing. I can generate links only on plugin settings menü.
If I generate a link to a specific product, I can see this link under all product pages.
Thank you!
]]>Hi!
The Export CSV button doesn′t work. If I click on the button, it happens nothing.
Thank you!
]]>At the moment I don’t think the plugin supports url fragments, for example
becomes
https://www.google.com/#123?{utm_codes}
rather than
https://www.google.com/?{utm_codes}#123
Any chance of adding support. At the moment I’ve patched by modifying get_full_link() as follows:
public function get_full_link()
{
$campaign_term = $this->campaign_term ? ‘&utm_term=’ . urlencode($this->campaign_term) : ”;
$campaign_content = $this->campaign_content ? ‘&utm_content=’ . urlencode($this->campaign_content) : ”;
$custom_pair_1 = ( $this->custom_key_1 && $this->custom_value_1 ) ? ‘&’ . urlencode($this->custom_key_1) . ‘=’ . urlencode($this->custom_value_1) : ”;
$custom_pair_2 = ( $this->custom_key_2 && $this->custom_value_2 ) ? ‘&’ . urlencode($this->custom_key_2) . ‘=’ . urlencode($this->custom_value_2) : ”;
$custom_pair_3 = ( $this->custom_key_3 && $this->custom_value_3 ) ? ‘&’ . urlencode($this->custom_key_3) . ‘=’ . urlencode($this->custom_value_3) : ”;
if(preg_match(“/^(.*?)#(.*)$/”,$this->campaign_page,$campaign_page_matches)) {
$campaign_page = $campaign_page_matches[1];
$campaign_fragment = “#”.$campaign_page_matches[2];
} else {
$campaign_page = $this->campaign_page;
$campaign_fragment = “”;
}
return $campaign_page . ‘?utm_source=’ . urlencode($this->campaign_source) . ‘&utm_medium=’ . urlencode($this->campaign_medium) . ‘&utm_campaign=’ . urlencode($this->campaign_name) . $campaign_t\
erm . $campaign_content . $custom_pair_1 . $custom_pair_2 . $custom_pair_3 . $campaign_fragment;
}
Possibly not the most beautiful solution, but works for me.
Lovely plugin by the way…. Cup of coffee on its way.
]]>There seems to be some sort of a conflict with this plugin for our sites. It seems whenever it’s active, it disables the Preview / Preview Changes button on the Publish metabox of when editing Pages or Posts. The permalinks still work as does the preview link on the main listing of all Pages/Posts, but the actual button itself doesn’t open a new page with the preview.
]]>Hi, your plugin is great and exactly what I was looking for. But I miss an option to have URL builder in front-end. I want to add it as a handy tool for my marketing/affiliate visitors. Creator filed is not necessary.
Thank you anyway.
Tomas.