carpediem17
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Event Trackingyou should check with analytics “real time” view if your goals are firing…no need to wait 24H
- This reply was modified 7 years, 3 months ago by carpediem17.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Event Trackingyes indeed!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Event TrackingThanks for the reply, I got it to work, here is the code I used:
/*Mailchimp event Tracking*/
add_action( ‘yikes-mailchimp-google-analytics’, ‘yikes_mailchimp_google_analytics’, 10, 1 );
function yikes_mailchimp_google_analytics( $form_id ) {
?>
<script type=”text/javascript”>var form_id = <?php echo $form_id; ?>;
// Fire off GA event for a successful subscription
function yikes_mailchimp_google_analytics_success( response ) {
ga( ‘create’, ‘UA-XXXXXX’, ‘auto’ );
ga( ‘send’, ‘event’, ‘mailchimp-subscribe’, ‘subscription-successful’ );
fbq(‘track’, ‘CompleteRegistration’);
}</script>
<?php
}/*Mailchimp event Tracking*/
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Event TrackingHello,
i would really appreciate some guidance on how to implement this.
I am working with GTM and want to send both analytics and facebook event on successful form registration.
I have added this function :
/*Mailchimp event Tracking*/
add_action( ‘yikes-mailchimp-google-analytics’, ‘yikes_mailchimp_google_analytics’, 10, 1 );
function yikes_mailchimp_google_analytics( $form_id ) {
?>
<script type=”text/javascript”>var form_id = <?php echo $form_id; ?>;
// Fire off GA event for a successful subscription
function yikes_mailchimp_google_analytics_success( response ) {
ga( ‘send’, ‘event’, ‘mailchimp-subscribe’, ‘subscription-successful’ );
fbq(‘track’, ‘CompleteRegistration’);
}</script>
<?php
}/*Mailchimp event Tracking*/
But it doesnt seem to be working, nor firing anything new in the DOM event after submit.
Plesae help to clarify this.
I already have a analytics code on the site trough GTM.
Thanks- This reply was modified 7 years, 3 months ago by carpediem17. Reason: add follow-up
- This reply was modified 7 years, 3 months ago by carpediem17.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Not sure how to make it workI have a dual theme website, meaning that a different theme is being served for the mobile users. (Newspaper theme) Might that cause the problem?
Forum: Plugins
In reply to: [Cresta Social Share Counter] cresta social share: like button?I would like that feature too, but would be great to have an option to add both share and like buttons.
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] Stop showing bar to those who have signed upThe function script doesn’t seem to be working for me.
Would be great to have the cookie setting in the plugin, like how many times to show per visitor, hide the cookie for X days, etc..Forum: Everything else WordPress
In reply to: Connect to CRM Online from WordPressHi there,
I have the same issue, i wounder if someone managed to find a solution for this.
Integration with CF7 and Dynamic CRMForum: Plugins
In reply to: [Post Duplicator] Duplicate categoriesYeah i know the category duplication doesnt make much sense, but for some reason the clients wants to be able to duplicate the whole category including its posts, so essentially what i really need is to be able to duplicate the category, and by that actually duplicating the posts relating to the original category, and assign them to the new category (with slightly different slug “category-name-2”).
Do you think i would be able to modify your plugin to do something like that?
thanks
Hi there,
thank you for your reply,
I was using the HTML5 embed code, and it didnt work properly, but when i switched to the iframe embed it was loading properly together with the popup.Is there a way to make it work with the html5 option, as i would like to have the popup working on mobile as well.
will appreciate your help, the popup is on this page:
I switch the embed back to html5.thanks alot
Forum: Plugins
In reply to: [WP Embed YouTube] Popup window after ouTube video stops playingSo maybe you can share that script with us? ??