ebud
Forum Replies Created
-
The container import creates the variable {{Ecommerce}}, I cannot switch to {{Event}} as this causes an undefined error. I guess this is just a mismatch between you docs and the container you offer.
As I mentioned when running in preview mode the tags appear to fire ( add to cart, view cart…etc.), but I am not seeing any related ecomm data in GA4.
Similar issue, I installed your plugin and followed your instructions for setting up ecommerce tracking on this page https://gtm4wp.com/how-to-articles/how-to-setup-enhanced-ecommerce-tracking-google-analytics-4-ga4-version
Using Tag Manager Preview mode the tags are firing, but I am not seeing an ecommerce related events in GA4 (purchase, add to cart…etc), Otherwise the GA4 Analytics appear to be working as expected.
One thing I did notice in your instructions “Step 2: complete the newly created ecommerce event tag” The screen capture show {{event}} for Event Name, but the imported container set that value as {{ecommerce}}. I assume this is correct as it does map to a variable.
In the GA4 Reports under Engagement > Events I see something listed as ‘[object Object]’ – could this be related?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Name, Email …etc. No getting passed to PayPalI have some logs now and I can see the shipping address in there along with the order details, I don’t see the email address though? All that shows up paypal is the products details, price…etc.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Name, Email …etc. No getting passed to PayPalThanks for the response – we are not selling virtual goods ( virtual not checked ).
I don’t see “woocommerce-paypal-payments” in the select box on the log page – Looks like logging was not enabled. I have now checked the box and will cycle back once I get some data.
Forum: Plugins
In reply to: [Simple Membership] Stripe WebhookThanks – No caching in place on the server or via plugin and I don’t think the other points are relevant.
I am still trying to understand if the webhook setting in stripe can be removed safely now that we have switched from Subscription to Buy Now?
Currently set to:
https://somedomain.com/?swpm_process_stripe_subscription=1&hook=1Forum: Plugins
In reply to: [Simple Membership] Pending > ActivePrefect! Thanks
Forum: Plugins
In reply to: [Simple Membership] [swpm_thank_you_page_registration]I tried this ( link above) for the Form Builder add-on. Created simple-membership-en_EN.po & simple-membership-en_EN.mo files in an attempt to change some error handling text, but this is not working?
Forum: Plugins
In reply to: [Simple Membership] Override Category ProtectionBut won’t that affect all the posts in that category. I was hoping to overide just one or 2.
Forum: Plugins
In reply to: [Simple Membership] Auto Cancel Strip SubscriptionThank you – look forward to a solution
Forum: Plugins
In reply to: [Simple Membership] Auto Cancel Strip SubscriptionI our testing this is not the case… the Stripe subscription lives on.
Forum: Plugins
In reply to: [Simple Membership MailChimp Integration] Unsubcribe UserYes, I did and as I mentioned it works and the member gets added.
From the looks of the debug log above it would seem member_id is missing so nothing is done.
Forum: Plugins
In reply to: [Simple Membership] [swpm_thank_you_page_registration]Thanks!
Forum: Plugins
In reply to: [Simple Membership] Auto Cancel Strip SubscriptionThis is helpful, but what about when an membership expires. Is there an automatic process where this plugin trigger the subscription cancelation in stripe?
Forum: Plugins
In reply to: [Simple Membership MailChimp Integration] Unsubcribe UserFrom the debug log:
[2021/09/21 13:48:01] – SUCCESS: [MailChimp] Processing swpm_subscription_payment_cancelled hook.
[2021/09/21 13:48:01] – FAILURE: [MailChimp] No member_id available. AbortingForum: Plugins
In reply to: [Simple Membership] 401 (Unauthorized)Resolved! Issue was cause by the password protection (via .htaccess) I had on the the website while it is being staged. Once removed the Webhook connection is successful.