Contact Form 7 WP – How to Add Event Tracking on New Universal Google Analytics

After searching for about 20 minutes, i could not find any hooks to explain how to track events in analytics for a wordpress site we are using (contact form 7). All you have to do is: 1. Make sure you have the latest google universal analytics code google-analytics-new-code 2. Go to Contact Tab in wordpress Admin contact-tab-form-7 3. Edit your form and scroll to bottom to “Additional Settings” additional-settings Enter the following: on_sent_ok: "ga('send', 'event', 'Contact Form', 'sent');"

Excel sort by domain of email

SEO Tip: Great for reachouts of your existing customers and fitting specific promotions and emails for domain or business holders (not free email accounts)

Step 1 –
Create a new column called “email domain”

Step 2 –
Enter below code into first field while replacing BOTH ‘M2’ fields will email address field.

=MID(M2, FIND(“@”,M2, 1)+1, 255)

Step 3 –
Drag down to auto fill code

Step 4 –
Do a regular sort.

Enjoy!