Hi,
I am confused with the Intelligencewp and GainWP plugins. DO i need both of them?
THanks,
Carlos
I have installed intelligence for CF7 and when I click submit on a form the form submits but I get this:
Thank you for your message. It has been sent. <script> var _wpcf7_intel_goal_cnt = _wpcf7_intel_goal_cnt || 0; if (_wpcf7_intel_goal_cnt == 0) { _wpcf7_intel_goal_cnt++; io(‘event’, [{“eventCategory”:”Form submission: Program Enquiry+”,”eventAction”:”Healing Prog Enquiry”,”eventLabel”:”:wpcf7:4432″,”eventValue”:100,”nonInteraction”:false,”oa”:{“rc”:”form”,”rt”:”wpcf7″,”ri”:”:wpcf7:4432″,”rk”:4432,”2rc”:”submission”,”2ri”:”:wpcf7:4432:”}}]); io(‘set’, {“va.kn”:””}); } </script>
printout to the page
]]>Hello, I’ve installed the Intelligence plugin to our website, but when we attempt to view the website signed in as an admin, I get a debugging error screen. I cannot get around it. In order to view the website as an admin, I have to deactivate the plugin. Is their a setting in order to view the site as an admin
]]>Hi! In our wordpress site, the file l10i.min.js is taking 587 ms to load, please see screenshot here https://tinyurl.com/ydc7tmcu . Is there anything I can do on my side to reduce this load time? Or alternatively, if you can fix this on your side? Any advice is welcome.
Rgs
IM
]]>Hi There,
Looks like this could potentially be a great app. However when I go to setup the Intelligence tracking ID and API key. I get the sign in with Google window. But then when I want to authorize the app. It gives me – “Sign in with Google temporarily disabled for this app
This app has not been verified yet by Google in order to use Google Sign In.”
Please can you help?
Regards
Craig
Receive this error message below on page reports.
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/intelligence/includes/intel.ga.php on line 4277
PHP version: 7.2.11
MySQL version: 5.5.5
WordPress 5.2.2
Intelligence version: 1.3.3
Hi,
I had trouble tracking a link from an external URL with the Intelligence plugin, but I got it with the GAinWP plugin for Google Analytics Integration for WordPress (https://br.www.ads-software.com/plugins/ga-in/). It was necessary to check the Event Tracking option (https://snag.gy/Ks8DeU.jpg).
Do you have a problem with the page code (https://www.vanessasilveira.com.br/curso-presencial-micropigmentacao-paramedica/)?
Icon
https://snag.gy/qMXBoF.jpg
Best Regards
]]>Hello,
Is it possible to track clicks on buttons?
Best Regards
]]>There was an IMAPI error fetching info for UA-*******: cURL error: SSL certificate problem: unable to get local issuer certificate Please try again later.
]]>Will this plugin receive an update to support PHP version 7.2? When upgrading my site’s PHP version to 7.2 I see the following error reported:
Warning: count(): Parameter must be an array or an object that implements Countable in /srv/bindings/562160c3bb944cac87270f4f4ec60522/code/wp-content/plugins/intelligence/includes/intel.ga.php on line 1378
I added a fix in the 1.2.3 release.
]]>Not all of the references to files under wp-admin use paths relative to ABSPATH. For instance, this bit in intel_info.php fails if the plugin is NOT installed under ABSPATH. (A security practice, e.g., https://roots.io/bedrock/)
/** WordPress Administration Bootstrap */
$dirname = dirname( __FILE__ );
$a = explode('/', $dirname);
while(count($a)) {
array_pop ($a);
$root_dirname = implode('/', $a);
if (file_exists ( $root_dirname . '/wp-admin/admin.php')) {
require_once( $root_dirname . '/wp-admin/admin.php' );
break;
}
}
]]>