Skip to content

Commit

Permalink
Updated description and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Mar 7, 2023
1 parent df6cc49 commit 899c5cb
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 18 deletions.
Binary file modified .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 22 additions & 15 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,32 @@ Contributors: gtmserver,bukashk0zzz
Tags: google tag manager, google tag manager server side, gtm, gtm server side, tag manager, tagmanager, analytics, google, serverside, server-side, gtag
Requires at least: 5.2.0
Tested up to: 6.1.1
Stable tag: 2.0.1
Stable tag: 2.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Google Tag Manager Server Side Integration Made Easy

== Description ==

Google Tag Manager Server Side Integration Made Easy.
If you are looking for the easiest way to implement server-side tracking on your WordPress website, the GTM Server Side plugin by stape.io is the best solution. It helps to easily modify the gtm script with the tagging server URL, adds a custom loader, and sends data layer events and webhooks.

This plugin lets you:

* Add Google Tag Manager Web container to your website.
* Download gtm and google analytics javascript libraries from your domain and prevent 3rd party cookie blocking.
* If you have an existing setup of GTM using another plugin it can update the settings of known plugins to use your GTM Server Side container for tracking.
* Can send events to GTM server side without any js library and optimize page speed.
* Add ecommerce Data Layer events
* Add user data to Data Layer events
GTM Server Side plugin by stape.io features:

Google Tag Manager Server Side makes your analytics data resistant to:
* Add web Google Tag Manager script on every website page.
* Work with any other WP plugin that inserts gtm script on the website.
* Adds custom loader, which makes Google Tag Manager and Google Analytics tracking invisible to ad blockers and other tracking prevention mechanisms.
* Sends events to GTM server side without any js library and optimizes page speed.
* Adds e-commerce Data Layer events.
* Adds user data to Data Layer events.
* Sends webhooks.

* 3rd party cookies blockers (adBlockers can't block it)
* intelligent tracking protection (Safari, Firefox, etc will track all users)
* security policy restrictions (all js libraries will load from your domain)
Benefits of GTM Server Side plugin by stape.io:

* Increase cookies lifetime when using a custom domain for server Google Tag Manager container.
* Increases the accuracy of tracking when the custom loader is enabled.
* Simplifies the process of adding GTM script on the website and delivering e-commerce and user data.

== Installation ==

Expand Down Expand Up @@ -58,10 +60,15 @@ Yes. <a href="https://stape.io/blog/how-to-set-up-facebook-conversion-api">How t

== Screenshots ==

1. Plugin settings.
2. Menu item in the settings panel.
1. General plugin settings.
2. Data Layer settings.
2. Webhooks settings.
4. Menu item in the settings panel.

== Changelog ==
= 2.0.2 =
* Updated description and screenshots

= 2.0.1 =
* Updated description and screenshots

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
defined( 'ABSPATH' ) || exit;

// Definitions.
define( 'GTM_SERVER_SIDE_VERSION', '2.0.1' );
define( 'GTM_SERVER_SIDE_VERSION', '2.0.2' );

define( 'GTM_SERVER_SIDE_PATH', plugin_dir_path( __FILE__ ) );
define( 'GTM_SERVER_SIDE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion gtm-server-side.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: GTM Server Side
* Plugin URI: https://wordpress.org/plugins/gtm-server-side/
* Description: Google Tag Manager Server Side Integration Made Easy
* Version: 2.0.1
* Version: 2.0.2
* Author: Stape
* Author URI: https://stape.io
* License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion templates/class-gtm-server-side-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="tabinfo">
<strong>
<?php esc_html_e( 'This plugin is intended to be used by IT girls&guys and marketing staff. If you don\'t know what to do follow our ', 'gtm-server-side' ); ?>
<a href="https://stape.io/how-to-add-google-analytics-and-facebook-pixels-to-wordpress-using-google-tag-manager-server-container/" target="_blank">
<a href="https://stape.io/blog/how-to-add-google-tag-manager-server-side-container-to-wordpress" target="_blank">
<?php esc_html_e( 'step by step tutorial', 'gtm-server-side' ); ?>
</a>.
</strong>
Expand Down

0 comments on commit 899c5cb

Please sign in to comment.