How can I obtain access results from my country? - pagespeed-insights

I am a developer of the Japanese website, and I am using PageSpeed Insights.
The website is Multilingual site.
For example, if you are accessing from the US, you redirect to the US version site.
I want to obtain access results from my country, but the screen capture of results seems to the US version site.
Previous versions of PageSpeed Insights offered access results from my country.
How can I obtain access results from Japan?
Thanks

Related

How to make my website not dangerous when doing a phishing awareness campaigns?

So I have a website that send phishing emails for employers and I get the results for this campaign (for example how many employees click on the link, etc)
While testing my website on my personal emails the website became dangerous.
What should I do ?
Disclaimer - I run a phishing simulation service called CanIPhish and I came across this exact same issue when building my phishing websites.
What's happening here, is google is discovering and analysing your website through both it's normal indexing capability but also by scanning emails and detonating links.
When Google or it's threat intelligence partners discover your website it's analysing the content and accordingly flagging it as malicious.
To get around this issue, you need to hide the website behind a load-balancer or CDN which can perform conditional routing based on querystring parameters. Within the querystring you need to create a single-use GUID tied to the campaign and target. When the target detonates the link, they're forwarded to the phishing website and the GUID becomes inoperable. This way, when google or a threat intelligence partner index the site or detonate links in an email, they see something completely different to what your actual targets see.
I'm operating my myriad of phishing websites by hosting them on Amazon S3, I'm using Cloudfront as the CDN, Lambda#Edge on Cloudfront to inspect QueryString parameters and a mixture of DynamoDB with S3 for storing target user details and details on whether a GUID has already been detonated.
To see an example of this - try browsing here and all you'll see is a "Oops you clicked a phishing link" instead of the actual page which is a Google phishing site.

Adobe Analytics cross-domain with Experience Cloud ID

I ask your help to better understand if my cross-domain tracking (Adobe Analytics via Experience Cloud ID) is working properly. To me it seems not.
As you see in screenshot 1, my visits might come from Domain A and go, within the same session, to Domain B. We're collecting data, from both domains, to the same AA Report Suite.
The Experience Cloud ID Service is active, in the same way, to both configurations (same mc org id, as you see).
Into Analytics Workspace (screenshot 2) I created a fallout analysis to show how visits move from Domain A to B. The Analysis is based on two segments including visits that in turn include hits for domain A or B.
I expected to see Domain A visits to be distributed also to the Domain B, but it seems not. No visits are going there...how could it be?
Am I missing something with the Experience Cloud ID configuration ?
Thanks so much
The out of box setup for Adobe Experience Cloud Visitor ID Service requires the browser to be able to access a third party call to a subdomain under demdex.net, and then stores a cookie containing the user's identifier under demdex.net domain. See Adobe's KB for more detailed description of the process.
If the browser for whatsoever reasons cannot save or read the cookie, then as the visitor goes from site A to site B, the JavaScript JS library (i.e. Visitor.js) will keep requesting on a set of identifiers from demdex.net or failing contacting demdex.net generate a set of identifiers locally.

Tracking traffic from a third party app

I work for a company which is essentially a jobs board. We have partnered with an organization and they have agreed to post our job feed on their app. How do I track the traffic coming from this app to my website? Please advise. The jobs are posted as an iframe. Do I need to use UTM tags to identify the traffic? If yes, the URLs are dynamic as of now so how do I implement the tags?
Per job you generate an URL link.
With your RSS-feed you implement an URL... in that URL you should have the UTM tag included and analytics installed on your website.
See here where that is explained in great detail. Also, check the tutorials from G analytics itself in detail.
For example, on website A there is a link to website B: http://www.websiteb.com/. Provided that website B has Google Analytics installed, visits from website A will show up in Google Analytics as
Source = http://www.websitea.com
Medium = referral
... the essentials explain here:
The tracking standard used by Google Analytics is called UTM parameters. Because Google Analytics is the de facto standard for website analytics, the same applies to UTM parameters. You have probably noticed these at some point in the browser URL field after clicking a link. A typical URL in an ad could look something like this:
http://www.website.com/?utm_source=newssite.com&utm_medium=cpc&utm_campaign=my-campaign
Everything after the “?” in the URL above is information for Google Analytics to correctly categorize visits from this link to the website.

Adsense API live reporting

I want to integrate my Adsense Reporting into my own admin portal.
My admin portal is a simple php based website with lists of other websites that I own.
My goal is to fill this list of websites with the amount of earnings monthly.
So that this list looks like:
name | earnings
example.de | 56,00€
The whole week I am trying to start with the Google API but without any success.
Does anybody know how to get this information live? for example with google apis link?
AdSense Management API is what you want, for reporting.
You'll need client library:
https://developers.google.com/api-client-library/php/start/installation
And you'll probably want to browse the example folder here:
https://github.com/googleads/googleads-adsense-examples/tree/master/php-clientlib-1.x/v1.x
Then, get the API key so you can start playing:
https://developers.google.com/api-client-library/php/auth/api-keys
https://console.developers.google.com/
https://developers.google.com/apis-explorer/
https://stackoverflow.com/a/20199357/246808
EDIT: Almost forgot - the manual:
https://developers.google.com/adsense/management/getting_started

Are developers able to load a specific portion of a website into a company's facebook page

I want to know if developers are able to load a specific region of website into their company's Facebook page? If so, How? Is anyone else doing it or is there any company Facebook page I can see or reference?
Reason:
To get around the 810 pixel limit and having no ability to adjust the source website I need to show only a portion of the website in Facebook. When the users hit the link on the portion of the website I want to take them to the appropriate page but stay in Facebook.

Resources