Akki
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Mail Queue] Change sender email not workingactually nevermind on any issue, closing the ticket.
Forum: Plugins
In reply to: [GD Mail Queue] Change sender email not workingOh I was using wrong setting related to sender but the queue still won’t work. I have manual cron enabled to work every minute and maybe because of those warnings, its not working?
Forum: Plugins
In reply to: [GD Mail Queue] Change sender email not workingAlso, I have error reporting enabled when wordpress cron gets any error while running cron, sometimes I am getting this in the reports, maybe this is why the queue doesn’t get processed?
PHP Warning: Undefined array key "SERVER_ADDR" in /var/www/vhosts/example.com/wp-content/plugins/dev4press-updater/core/functions.php on line 8 PHP Warning: Undefined array key "SERVER_NAME" in /var/www/vhosts/example.com/wp-content/plugins/dev4press-updater/core/updater.php on line 514
Forum: Plugins
In reply to: [GD Mail Queue] Change sender email not workingAlso, after enabling those Change email settings, when I try the test email, it fails.
okay thank you.
Thanks for answering that. Also, in future, will it be possible to use a different GA4 property for web-stories? I have seen people don’t want to have same property for site and stories as it mess up the stats for them. Even the ad companies says same to them.
- This reply was modified 1 year, 8 months ago by Akki.
I am not sure if you understand my query correctly. As per web stories, it is Site Kit, which is taking care of the tracking of web-stories.
And site kit presently is adding GA-3 tracking code to the web-stories, not GA4.
<amp-analytics type="gtag" data-credentials="include" class="i-amphtml-layout-fixed i-amphtml-layout-size-defined" style="width:1px;height:1px" i-amphtml-layout="fixed"><script type="application/json">{"optoutElementId":"__gaOptOutExtension","vars":{"gtag_id":"UA-108563967-1","config":{"UA-108563967-1":{"groups":"default","linker":{"domains":["adimesaved.com"]}}}},"triggers":{"storyProgress":{"on":"story-page-visible","request":"event","vars":{"event_name":"custom","event_action":"story_progress","event_category":"${title}","event_label":"${storyPageIndex}","event_value":"${storyProgress}","send_to":"UA-108563967-1"}},"storyEnd":{"on":"story-last-page-visible","request":"event","vars":{"event_name":"custom","event_action":"story_complete","event_category":"${title}","event_label":"${storyPageCount}","send_to":"UA-108563967-1"}},"trackFocusState":{"on":"story-focus","tagName":"a","request":"click ","vars":{"event_name":"custom","event_action":"story_focus","event_category":"${title}","send_to":"UA-108563967-1"}},"trackClickThrough":{"on":"story-click-through","tagName":"a","request":"click ","vars":{"event_name":"custom","event_action":"story_click_through","event_category":"${title}","send_to":"UA-108563967-1"}},"storyOpen":{"on":"story-open","request":"event","vars":{"event_name":"custom","event_action":"story_open","event_category":"${title}","send_to":"UA-108563967-1"}},"storyClose":{"on":"story-close","request":"event","vars":{"event_name":"custom","event_action":"story_close","event_category":"${title}","send_to":"UA-108563967-1"}},"audioMuted":{"on":"story-audio-muted","request":"event","vars":{"event_name":"custom","event_action":"story_audio_muted","event_category":"${title}","send_to":"UA-108563967-1"}},"audioUnmuted":{"on":"story-audio-unmuted","request":"event","vars":{"event_name":"custom","event_action":"story_audio_unmuted","event_category":"${title}","send_to":"UA-108563967-1"}},"pageAttachmentEnter":{"on":"story-page-attachment-enter","request":"event","vars":{"event_name":"custom","event_action":"story_page_attachment_enter","event_category":"${title}","send_to":"UA-108563967-1"}},"pageAttachmentExit":{"on":"story-page-attachment-exit","request":"event","vars":{"event_name":"custom","event_action":"story_page_attachment_exit","event_category":"${title}","send_to":"UA-108563967-1"}}}}</script></amp-analytics>
So my question is, when Site Kit will switch web-stories tracking to GA4.
Not for GA4+AMP, but Web-stories only. Since after installing Site kit, the manual configuration of configuring analytics in Web-stories goes away, so I wanted to ask, if the analytics tracking using GA4 via Site Kit is working for web-stories or not? I checked today, stories are still loading GA3 code for analytics.
Also, it would be great, if Site kit can allow adding different analytics for web-stories only. I know 100s of bloggers, and none of them want to use same analytics for site and stories.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP errors because of old JS in usePresently your plugin is not active on the site, so checking the AMP validator is useless. If there is anyway to provide you with debug data after activating your plugin, I can do that, but I cannot keep your plugin active on the site as it made all AMP pages red with errors.
Please let me know if there is any way to provide you with any debug data.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP errors because of old JS in useHi, no there is no cache issue, I disabled every kind of cache before posting here. Please assist in resolving this issue, really want to shift back to your plugin.
Forum: Plugins
In reply to: [Super Page Cache] AMP pages not getting cachedI modified all 4 rules in a way to make them compatible with the expression builder, and modified the hostname entry to make it compatible with sites using www. Plz check if all that is okay.
(http.host contains "example.com" and starts_with(http.request.uri.path, "/wp-admin") and starts_with(http.request.uri.path, "/wc-api/") and starts_with(http.request.uri.path, "/edd-api/") and starts_with(http.request.uri.path, "/search") and starts_with(http.request.uri.path, "/wp-json/"))
(http.host contains "example.com" and http.request.uri.path contains ".xsl" and http.request.uri.path contains ".xml" and http.request.uri.path contains ".php")
(http.host contains "example.com" and http.cookie contains "wordpress_logged_in_" and http.cookie contains "comment_" and http.cookie contains "woocommerce_" and http.cookie contains "wordpressuser_" and http.cookie contains "wordpresspass_" and http.cookie contains "wordpress_sec_" and http.cookie contains "yith_wcwl_products" and http.cookie contains "edd_items_in_cart" and http.cookie contains "it_exchange_session_" and http.cookie contains "comment_author" and http.cookie contains "dshack_level" and http.cookie contains "auth_" and http.cookie contains "noaffiliate_" and http.cookie contains "mp_session" and http.cookie contains "xf_" and http.cookie contains "mp_globalcart_" and not http.request.uri.path contains ".")
(http.host contains "example.com" and not starts_with(http.request.uri.path, "/wp-admin") and not starts_with(http.request.uri.path, "/wp-login") and not starts_with(http.request.uri.path, "/wp-json/") and not starts_with(http.request.uri.path, "/wc-api/") and not starts_with(http.request.uri.path, "/edd-api/") and not http.request.uri.path contains ".xsl" and not http.request.uri.path contains ".xml" and not http.request.uri.path contains ".php" and not starts_with(http.request.uri.path, "/search") and not http.cookie contains "wordpress_logged_in_" and not http.cookie contains "comment_" and not http.cookie contains "woocommerce_" and not http.cookie contains "wordpressuser_" and not http.cookie contains "wordpresspass_" and not http.cookie contains "wordpress_sec_" and not http.cookie contains "yith_wcwl_products" and not http.cookie contains "edd_items_in_cart" and not http.cookie contains "it_exchange_session_" and not http.cookie contains "comment_author" and not http.cookie contains "dshack_level" and not http.cookie contains "auth_" and not http.cookie contains "noaffiliate_" and not http.cookie contains "mp_session" and not http.cookie contains "xf_" and not http.cookie contains "mp_globalcart_")
Also modified comment_ cookie to does not contain. Added /search to the list.
- This reply was modified 2 years, 1 month ago by Akki.
- This reply was modified 2 years, 1 month ago by Akki.
- This reply was modified 2 years, 1 month ago by Akki.
- This reply was modified 2 years, 1 month ago by Akki.
- This reply was modified 2 years, 1 month ago by Akki. Reason: remove original domain
Forum: Plugins
In reply to: [Super Page Cache] AMP pages not getting cachedThank you for answering in detail.
About point 4, I understand now the query string urls, like for a simple blog, I can only think of search using query string. What else? What other queries can be there in your knowledge for a blog? About the search, I can just change the search URL, that’s easy.
Forum: Plugins
In reply to: [Web Stories] PHP Fatal errorUpdated the plugin on a few sites and so far have not seen any issue. Thank you again for fixing the issue.
Forum: Plugins
In reply to: [Super Page Cache] AMP pages not getting cachedHi, thanks a lot for sharing that, I am definitely going to try that. I have three additional queries if you can please answer:
Does Cloudflare now allows bypassing cache via cookies using cache rules on the free plan?
On the installation guide, Point 4 seemed important too; not recommending using that? I am going to remove the cache buster query though.
What is the best setting for the wp-rocket to use along with the above setup?- This reply was modified 2 years, 1 month ago by Akki.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP errors because of old JS in useHi, for now, we have changed the plugin to the official one, so errors are not there. But the errors it had, I already listed it above.