3 party cookie blocked via running cli tool #610
-
Describe the bug |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hello @Joeyindigital This likely means google.com doesn't use them, so the PSAT Chrome extension isn't finding any. However, there can be slight differences between the PSAT extension and the command-line tool (CLI). Several factors can affect how cookies appear, like the testing environment, analysis duration, and user actions on the page. For more on PSAT CLI vs extension discrepancies, see our wiki. |
Beta Was this translation helpful? Give feedback.
-
Hey Milind,However I could see that if I run the cli tool with different url it also appears to not show the 3rd party cookies. Any suggestions to pass this issue?JoeySent from my iPhoneOn 11 Apr 2024, at 9:21 PM, Milind More ***@***.***> wrote:
Hello @Joeyindigital
This likely means google.com doesn't use them, so the PSAT Chrome extension isn't finding any. However, there can be slight differences between the PSAT extension and the command-line tool (CLI).
Several factors can affect how cookies appear, like the testing environment, analysis duration, and user actions on the page.
For more on PSAT CLI vs extension discrepancies, see our wiki.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey @Joeyindigital, that's definitely odd! Let's make sure that you are using the latest version, please switch to the PSAT directory (cloned repo) and run the command After the If you're testing specific URLs, please provide them. This allows us to attempt replicating the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @milindmore22 The PSAT is the latest version @0.6.0. I run the comment npm run cli -- -u https://bbc.com -nt and the dashboard comes back with no data. |
Beta Was this translation helpful? Give feedback.
-
Hello @Joeyindigital Thank you for sharing the screenshots, it appears that you are using a downloaded PSAT repo, as git was unable to fetch the latest changes. Can you please make sure to clone the repo by running the following command.
For details installation instructions, please check our Wiki I will be converting this issue to support forum discussion, For future reference, please create support discussion if you have any question about the PSAT. |
Beta Was this translation helpful? Give feedback.
Hello @Joeyindigital
Thank you for sharing the screenshots, it appears that you are using a downloaded PSAT repo, as git was unable to fetch the latest changes.
Can you please make sure to clone the repo by running the following command.
git clone https://github.com/GoogleChromeLabs/ps-analysis-tool.git
cd ps-analysis-tool
npm i
npm run cli:build
For details installation instructions, please check our Wiki
I will be converting this issue to support forum discussion, For future reference, please create support discussion if you have any question about the PSAT.