<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lehidi</title>
    <description>The latest articles on DEV Community by lehidi (@lehidi9576).</description>
    <link>https://dev.to/lehidi9576</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F850088%2F162738ef-39a4-4ef2-8ce4-a4838bf3a827.jpg</url>
      <title>DEV Community: lehidi</title>
      <link>https://dev.to/lehidi9576</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lehidi9576"/>
    <language>en</language>
    <item>
      <title>How to Quickly Install Google Analytics Global Site Tag in WordPress</title>
      <dc:creator>lehidi</dc:creator>
      <pubDate>Tue, 19 Apr 2022 14:28:42 +0000</pubDate>
      <link>https://dev.to/lehidi9576/how-to-quickly-install-google-analytics-global-site-tag-in-wordpress-5a82</link>
      <guid>https://dev.to/lehidi9576/how-to-quickly-install-google-analytics-global-site-tag-in-wordpress-5a82</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Google Analytics?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Google Analytics is a free tool you can use with your Google account to track and generate reports on website traffic. It records information about website visitors, which pages they visited, for how long, from where in the world, how they reached your website in the first place, and a whole lot more besides. It even integrates with Google Ads to couple information about paid acquisition too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Sign up for Google Analytics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Visit Google Analytics, and (if you aren’t already) sign in using your Google Account.&lt;br&gt;
Hit the Start Measuring or Set up for free button and you’ll be shown a screen where you can enter your account’s details.&lt;br&gt;
Then select Web when asked what kind of analytics you want to use.&lt;br&gt;
Lastly, you’ll be asked for the website’s name and its URL, after which you can hit Create.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get Your Global Site Tag&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Having created your analytics account, you’ll be given a Tracking ID (which will be something like UA-1111111111), plus a snippet of code called the Global Site Tag which looks like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!-- Global site tag (gtag.js) - Google Ads: CONVERSION_ID --&amp;gt;
  &amp;lt;script async src="https://www.googletagmanager.com/gtag/js?id=UA-1111111111"&amp;gt;&amp;lt;/script&amp;gt;
  &amp;lt;script&amp;gt;
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config','UA-1111111111');
  &amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. Use the MonsterInsights WordPress Plugin&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first method, and in my opinion the easiest and best method, is to use a plugin called MonsterInsights for WordPress.&lt;br&gt;
In your WordPress admin, go to Plugins &amp;gt; Add New and search for monsterinsights. When you’ve found it, hit Install Now, and then Activate once that’s done.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Launch the MonsterInsights Setup Wizard&lt;/strong&gt;&lt;br&gt;
You’ll automatically be shown to a setup wizard where you can answer a bunch of questions to get things working, and you’ll be asked to connect MonsterInsights to your analytics account. You’ll be asked to log into your Google account, then authentication will be taken care of for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference Blog&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.gomahamaya.com/install-google-analytics-global-site-tag-in-wordpress-gtag-js/"&gt;How to Quickly Install Google Analytics Global Site Tag in WordPress&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>how Easily Create Mailchimp Subscribe Form in WordPress</title>
      <dc:creator>lehidi</dc:creator>
      <pubDate>Tue, 19 Apr 2022 14:04:09 +0000</pubDate>
      <link>https://dev.to/lehidi9576/how-easily-create-mailchimp-subscribe-form-in-wordpress-14n1</link>
      <guid>https://dev.to/lehidi9576/how-easily-create-mailchimp-subscribe-form-in-wordpress-14n1</guid>
      <description>&lt;p&gt;&lt;strong&gt;Create a Mailchimp Subscribe Form in WordPress&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Install and Activate the WPForms Plugin&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first thing you’ll need to do is install and activate the WPForms plugin. For more details, see this step-by-step guide on how to install a plugin in WordPress.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Install and Activate the Mailchimp Addon&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Next, we need to activate the WPForms Mailchimp addon. Go to WPForms » Addons and find the Mailchimp Addon.&lt;br&gt;
Install and activate the Mailchimp Addon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Create a Mailchimp Subscribe Form in WordPress&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once your WPForms Mailchimp addon is active, go to WPForms » Add New to create a new form.&lt;br&gt;
On the setup screen, name your form and select the Newsletter Signup Form template.&lt;br&gt;
Then, click on the field to make any changes. You can also click on a form field and drag it to rearrange the order on your Mailchimp subscribe form.&lt;br&gt;
One of the most important form fields to consider adding to your Mailchimp signup form is the GDPR Agreement field.&lt;br&gt;
This form field helps you create GDPR compliant forms by giving your site visitors an explicit way to agree to storing their personal information and sending them email marketing materials.&lt;br&gt;
In order to use the GDPR form field, you’ll need to go to WPForms » Settings and click on the GDPR Enhancements checkbox.&lt;br&gt;
By doing this, you’ll enable the GDPR enhancement features WPForms has available for you to make complying with GDPR that much easier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Connect Your Form to Mailchimp&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To connect your newsletter signup form to Mailchimp, go to Marketing » Mailchimp.&lt;br&gt;
You can get your Mailchimp API key by signing in to your Mailchimp account. Copy-paste your Mailchimp API Key in the required field.&lt;br&gt;
Enter account name as per your choice, since this is for your reference only, and click on the  Add button.&lt;br&gt;
After clicking, one more pop will appear asking to Enter a connection nickname. Here also you can add any name as per your choice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Configure Your Subscribe Form Notifications&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Notifications are a great way to send an email whenever your subscribe form is submitted on your website.&lt;br&gt;
You can send an email to yourself, which WPForms does automatically unless you disable form notifications.&lt;br&gt;
You can also send a notification to a member of your team by adding their email to the Send to Email Address field.&lt;br&gt;
In addition, if you use smart tags, you can even send a form notification to your site visitor to let them know their form has been received.&lt;br&gt;
For help with this step, check out our documentation on how to set up form notifications in WordPress.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6: Configure Your Subscribe Form Confirmations&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Confirmations are a great way to let your site visitors know immediately that their form has been submitted.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference Blog&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.gomahamaya.com/mailchimp-subscribe-form/"&gt;how Easily Create Mailchimp Subscribe Form in WordPress&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>MonsterInsights’ eCommerce Addon Integration with GiveWP and Restricted Content Pro</title>
      <dc:creator>lehidi</dc:creator>
      <pubDate>Tue, 19 Apr 2022 13:41:09 +0000</pubDate>
      <link>https://dev.to/lehidi9576/monsterinsights-ecommerce-addon-integration-with-givewp-and-restricted-content-pro-2le7</link>
      <guid>https://dev.to/lehidi9576/monsterinsights-ecommerce-addon-integration-with-givewp-and-restricted-content-pro-2le7</guid>
      <description>&lt;p&gt;MonsterInsights has been announcing a lot of new features recently and one of them was the eCommerce tracking on websites powered by GiveWP and Restricted Content Pro plugins. Alright if you have no idea about what they are, let me explain to you.&lt;/p&gt;

&lt;p&gt;GiveWP is one of the best WordPress donation plugin available in the market and Restricted Content Pro Plugin is one of the Popular Membership Plugin for WordPress through which you can easily share some exclusive offers and contents with your members. You can also easily manage users from your WordPress dashboard and also you can create membership levels.&lt;/p&gt;

&lt;p&gt;So, guess what?, MonsterInsights now works seamlessly with GiveWP and Restricted Content pro extending its support to the new list of plugins. Well If you are new to MonsterInsights you can add this tracking to your website by installing the MonsterInsights plugin to your website from the plugin section on your WordPress dashboard or click the below link to download the MonsterInsights plugin, Once you have finished installing MonsterInsights or if you already use Monsterinsights, head to your MonsterInsights plugin from the dashboard. Remember that this feature comes in handy with the additional eCommerce addon. Now you can easily get your extension to your eCommerce tracking to the GiveWP and Restricted Content Pro with a single click. You can find those options under the eCommerce Tracking section on your MonsterInsights dashboard.&lt;/p&gt;

&lt;p&gt;It’s just a click away and you don’t require a developer to do this process and you can easily track the performance of your GiveWP donation website or Restricted Content pro membership site. Not just this, but MonsterInsight’s has also announced the Project delight improvements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Delight&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;MonsterInsights has announced project Delight improvements along with the MonsterInsights’ eCommerce Addon Integration with GiveWP and Restricted Content Pro announcement. Project Delight is all about the user experience. It makes sure that you are getting a delightful experience with MonsterInsights whenever you are using it. Alright, you may ask… what they have improved? They have improved&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Your Dashboard design&lt;/li&gt;
&lt;li&gt;Enhanced Compatibility&lt;/li&gt;
&lt;li&gt;Reporting accuracy&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With these updates, you can easily find the required data about your users and take a proper decision on how to grow your business further. The contextual insights feature makes it very easy to spot the reports and settings. With this update, you don’t get to click on different reports or settings options to get what you need and you know what the plugin will scroll and highlight the settings and reports for you.&lt;/p&gt;

&lt;p&gt;The Rotation of the posts in the widget is also enhanced with this update and also you can provide a better view of what’s your best content for your audience. Alright, to know more about eCommerce tracking check out my article on MonsterInsights New E-commerce Tracking For WordPress. Well with that we have come to the end of MonsterInsights’ eCommerce Addon Integration with GiveWP and Restricted Content Pro announcements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reference Blog&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.gomahamaya.com/monsterinsights-ecommerce-addon-integration-givewp-restricted-content-pro/"&gt;MonsterInsights’ eCommerce Addon Integration with GiveWP and Restricted Content Pro&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
