Skip to content

Commit

Permalink
Complete settings and update readme for screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
michaloo committed Nov 12, 2024
1 parent b514565 commit 42bed57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
17 changes: 9 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Stable tag: 1.10.35
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Complete Google Tag Manager plugin for WooCommerce, Consent Mode v2 and Server-Side GTM ready. Ready setup for GA4 and Facebook Pixel. Built-in product feeds for Google Ads and Facebook.
Complete Google Tag Manager plugin for WooCommerce, Consent Mode v2 and Server-Side GTM ready. Ready setup for GA4 and Facebook Pixel. Built-in product feeds for Google Merchant Center.

== Description ==

Expand Down Expand Up @@ -149,14 +149,15 @@ Yes! Just use the appropriate preset available in the settings screen of the plu

== Screenshots ==

1. **GTM for WooCommerce** integrations
1. Plugin tracked `add_to_cart` and `purchase` events
2. **GTM for WooCommerce** settings and GTM snippets
3. eCommerce results in GA4 property
4. eCommerce results in Universal Analytics property
5. `add_to_cart` event captured in GTM debugger
6. `purchase` event captured in GTM debugger
7. How to import the provided GTM container?
8. GTM workspace tags after importer provided JSON file
3. Available events in PRO version
4. GTM Presets gallery
5. Google Tag Manager import preview
6. Google Ads Conversion status
7. Complete purchase journey in GA4 (requires PRO)
8. Event and Cart Data tools
9. Server-side tools



Expand Down
9 changes: 7 additions & 2 deletions src/Service/SettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function initialize() {

$this->wpSettingsUtil->addTab(
'gtm_server_presets',
'GTM Server Presets' . ($this->isPro ? '' : ' PRO'),
'GTM Server Presets' . ( $this->isPro ? '' : ' PRO' ),
false,
!$this->isPro
);
Expand Down Expand Up @@ -463,7 +463,12 @@ public function settingsInit() {
'options' => [
'no' => 'None',
'retail' => 'Retail',
'education' => 'Education'
'education' => 'Education',
'hotel_rental' => 'Hotels and rentals',
'jobs' => 'Jobs',
'local' => 'Local deals',
'real_estate' => 'Real estate',
'custom' => 'Custom'
],
'disabled' => !$this->isPro,
]
Expand Down

0 comments on commit 42bed57

Please sign in to comment.