Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
we did a relaunch of a website. The old site included an Google Analytics code and got tracked. The new site (on same domain) doesnt had an tracking code but got tracked why ?
how long after the launch was the site tracked for? Is it still being tracked? Many users of the site may have cached JS which could still be calling googles tracking script.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
I have a WordPress website. I have 27 posts/blogs there. but after some days it reduces itself to 20 and after sometime 15. I have to recover it using backup everytime it happens, it's really annoying.
There are a lot of user registered on my website but their role is set as "subscriber".
Only I have the admin access and I also have 2 Step Verification enabled using WordFence plugin. So If someone tries to login then I need to approve that IP.
Or is it a database problem?
It could be caused by some plugin or your theme code. Check your plugins if there is something related to post expiration/pruning and also the functions.php file in your theme directory if there is some cron/schedule/remove filter. It certainly is not caused by the database itself.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed last year.
Improve this question
Is this normal for a Headless WP/Next.js setup? When a new post is published from the Wordpress admin, it does not update to the site. In order for it to show I have to go into Vercel and redeploy the site for the blog post to update. This seems a little much to have to redeploy an entire website every time you create a new post. Is this normal or am I missing something?
Assuming you're using getStaticProps/Paths to generate your blog posts, you're also going to want to implement Incremental Static Regeneration to revalidate the data at set intervals.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have a site that as far a I know is not using http or https. It is just
examplewebsite.co
I am not receiving any analytics from my Google Analytics account. Any thoughts on if the website is a problem or a reason I am not receiving anything?
-Thanks
First, find out whether your analytics code is working. Go to your Analytics account >> Admin >>Tracking code
On top of the page, next to Tracking ID, you can see the status of the traffic. Click the "send traffic button".
If the analytics code has been installed correctly, your website pops up. Else, check the analytics code in your website.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I have an e-commerce website and now I want to integrate the DocuSign with it. The purpose is everyone has to sign the digital document before placing the order. I have used WooCommerce plugin for the shop page. So how to integrate the DocuSign API with WooCommerce?
DocuSign has a REST API that has the same functionality that they have on their website. You could call the REST API programmatically from your WordPress code and you should be able to send envelopes, get their status and do a lot more.
The documentation of the REST API is here https://developers.docusign.com/esign-rest-api
They also have a GitHub repo with some sample PHP code that you could use: https://github.com/docusign/docusign-php-client
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Someone copied my website, and in the source code, obviously is there the Analytics code to track my visits... So the Analytics data is distorted now, because of tracking the other website visits like my own site..
How can I ban this domain? Should I report this problem to google? I really want to penalize this site..
Set up a filter to exclude the domain they're using. (Or just set up an include filter with yours)
Google Analytics Profile Filters
Setup a new profile for your domain. For that profile, you can create a new filter to include only traffic from the IP addresses of your servers.
And yes, you should report the problem to Google, however other than moving you over to a new property ID there is likely very little they can do to address the problem.