Linkedin API: adAnalyticsV2 shows that impressions decrease over time - linkedin

Our team collecting member analytics lifetime-like data (in other words, a snapshot of data for current date) broken down by campaigns:
https://api.linkedin.com/v2/adAnalyticsV2?
q=analytics&
pivot=MEMBER_COMPANY&
dateRange.start.day=1&dateRange.start.month=1&dateRange.start.year=2000&
dateRange.end.day=31&dateRange.end.month=10&dateRange.end.year=2020&
timeGranularity=ALL&
accounts[0]={{account}}&oauth2_access_token={{access_token}}&
fields=dateRange,pivot,pivotValue,impressions,clicks,externalWebsiteConversions&
campaigns[0]={{campaign}}&
projection=(*,elements*(dateRange(*),pivot,pivotValue~(localizedName),impressions,clicks,externalWebsiteConversions))
And I noticed a strange thing: for some retrieved organizations we got fewer impressions than the day before. Moreover, when I checked impressions for this date/campaign then their number has become even smaller. E.g., we keep in DB such impressions number for some campaign and member's organization:
2020-10-30 564
2020-10-31 557
And I've checked today (2020-11-04) data for 2020-10-31 (please see request above) and got 555 impressions!
How could this be possible? Any suggestions are welcome!

Related

Linkedin share-statistics API : Discrepancies between individual share impressionCount and global Impressions count

I ‘m trying to use the linkedin API to display 2 different statistics :
the number of impressions for an organization over a period of time. To achieve this I use the following endpoint :
/organizationalEntityShareStatistics?q=organizationalEntity&organizationalEntity=urn:li:organization:${linkedinCompanyId}&timeIntervals.timeGranularityType=MONTH&timeIntervals.timeRange.start=${startMonth}&timeIntervals.timeRange.end=${endMonth}`
);
which to my understanding aggregate all share statistics over the period as per : https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/share-statistics?view=li-lms-2022-08&tabs=http#retrieve-time-bound-share-statistics
the top 3 post (share) which generated the most impressions over the same period of time
For this one, it’s a 2 steps process :
first getting the posts over /shares?q=owners&owners=urn:li:organization:${linkedinCompanyId}
getting all the corresponding statistics data for each share by using the first mentionned endpoint with all the share ids, as per : https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/share-statistics?view=li-lms-2022-08&tabs=http#retrieve-statistics-for-specific-shares
get the top 3 with most impressions
(I omitted the paging portion, but I get all shares from the company)
My issue is that for some months, the numbers seem really off. For example in June I have :
number of impressions total : 1116
top3 of share by impressions: 169 / 130 / 10
This leads me to think I’m missing something about the API or the understanding of what is a share.
I’ve tried both uniqueImpressionsCount and impressionCount , discrepancies seem higher with uniqueImpressionsCount
I tried to change the granularity of the time interval from DAY to MONTH, assuming there might have been some error in my calculation. Didn’t seem to change anything.
If someone has some experience with this API, would appreciate any hints

Google Analytics weird User numbers

When I check the website's Users since a certain date it returns a super low value.
The example:
If I want to see the data from 01/01/2016 until 13/06/2021 I get 6 Users, 32.323 New Users, 37.611 Sessions, etc.
The Users number don't make any sense.
However, if I do 01/09/2016 until 13/06/2021 I get 16.849 Users, 16.973 New Users and 22.142 Sessions.
These numbers do make more sense.
So basically, if I consider ANY START DATE before the 01/09/2016 I will always get a super reduced value in the Users part, however, if I consider any start date after, and including, 01/09/2016 I will get reasoable values.
Has anyone ever had this issue?
From 1 September 2016 Google Analytics has brought a new feature, the ability to set the Users metric as the main metric, instead of Sessions. This event has taken the name of Users Everywhere and involves some relationships including Audience Reports and Acquisition Reports.
If the date range includes a period of time, even one day only, prior to 1 September 2016 or around that date, the result is like this:
This is valid, however, if the option to enable the Users metric in the reports , present at the Property level, is active:
Note: Google Analytics Standard properties have aggregated user metrics data since September 1, 2016 while Google Analytics 360 properties started aggregating data from May 1, 2016).
Source: https://www.analyticstraps.com/zero-utenti-con-sessioni/

Using enhanced e-commerce (GA) how long does it take Google Analytics to aggregate data?

Before Tuesday, March 14th, we saw the data lag in Google Analytics at approximately 1-2 hours. (It was never immediate.) You can see this effect on the Conversions > Ecommerce > Overview page if you search by date and select "today" to "today" (1 day's worth of data)
As of Tuesday, March 14th, we started seeing the lag for this overview report anywhere from 8-12 hours, with an inconsistent aggregation time. For example, it is now 4 PM here on the east coast (EDT), and here is a screenshot of our GA overview tab (I have obscured the revenue number for our privacy). As you can see, there are no numbers after 6:00 AM.
We saw this same effect yesterday (about 8-10 hour lag), and the following day the overview report seemed to fix itself (catch up with all of the aggregated data).
Now, what's more interesting, is that if we either A) Add a "Secondary Dimension" or B) use a "Custom Report", we can see all our data near real-time. For example, if I switch into the Ecommerce > Sales Performance report, then add a Secondary Dimension of "Hour of Day", I can see all my data through 2 PM today (about a 2 hour lag as it is now 4:22 pm as I am writing this)
[
Note that to replicate this I sorted the "Hour by day" column by descending order (showing most recent first.)
Our questions are:
(1) Does anyone know why searching by Secondary Dimension or Custom Report shows us the data in more real-time than just looking at the overview report?
(2) Can anyone else confirm that what used to be a 2-3 hour delay now appears as if it is a 8-12 hour delay, starting on or around March 14th (possibly a few days earlier, this is the first day we can remember seeing this effect)
We are using Universal Analytics (with Enhanced E-commerce) implemented via the newer analytics.js. We are NOT using the older ga.js (we moved away from that about a year ago.)
We are not a GA 360 customer, just a regular free account.
From Google Analytics Help Center article.
Processing latency is 24-48 hours. Standard accounts that send more than 200,000 sessions per day to Analytics will result in the reports being refreshed only once a day. This can delay updates to reports and metrics for up to two days. To restore intra-day processing, reduce the number of sessions your account sends to < 200,000 per day. For Analytics 360 accounts, this limit is extended to 2 billion hits per month.
What it means is that for Standard accounts up to 48h delay is normal, if you have more data it can take more if you have less data it can be faster.
Regarding your observation that certain reports load faster than others this is linked to the design of Google Analytics Backends. Google will generate pre-aggregated tables with common reports to speed up consult and that sometimes can takes longer to process. Other non-common reports can't be answered by aggregated reports so it can be responded by a different backend that already has fresher data. So it is considered normal to see different levels of freshness in different reports.
Google Analytics 360 has fresher data of course.
This other table from the HC article highlights some of the differences and has more info.

Google Analytics showing less monthly visitors than yesterday

I typically use GA by selecting the first day of the month then selecting the current day and viewing my results for the current month. At this point I have no special filters or anything, just the vanilla setup. I check GA daily and have noticed on occasion that GA will occasionally show me lower monthly visits than the previous day checked. It's as if GA is revising it's data first showing me X monthly visitors only to change those numbers to X-Y the next day.
Yesterday I got a decent spike in traffic and was happily watching new visits/page counts come in from a specific domain that linked to my site. I also have regular users that access my site directly. I wake up this morning and all the traffic from yesterday is gone. I am seeing data come in for today, but yesterday shows 0 visitors and 0 page views. Any idea what is happening?
[SFMPE] In the last two days I also noticed similar changes. On Wednesday I saw 1600 visitors in GA for Tuesday, but on Thursday only 600 for Tuesday. On Thursday I saw 1600 visitors for Wednesday, today (Firday) only 600. Today (Friday) I see 1600 visitors for yesterday. I guess tomorrow it will change to 600 again. Meanwhile Awstats shows increase in traffic: 1200 on Tuesday, 2400 on Wednesday, 4000 on Thursday. I also noticed some sort of robot activity (spammy meaningless comments-flow with links) so I think it's up to that, and GA just made some second cleaning.
Not sure.

Possible Google Analytics Bug - Traffic Sources Total Visits not matching Total Visits in other reports

Has anyone else seen this issue?
As of roughly 2 weeks ago, I get conflicting figures for the Total Visits metric between the Traffic Sources report and the other reports (e.g. Visitors, Dashboard). For example, for the week of 5/9/2010 through 5/15/2010, the Dashboard and Visitors reports both say 386 Visits. The Traffic Sources report says 157 Visits, and the 4 main source types (Search, Direct, Referral, Other) sum to 157 Visits, not 386.
Any ideas? Is this a known bug, or could there be a configuration issue?
Thanks.
Well it seems that quite a few GA users have observed unaccounted-for behavior, particularly during the past couple of months.
For instance,
18 - 19 May 2010:
more than 40 different GA users posted to the GA
User Forum all regarding the same
issue: no data whatever was
recorded in their GA Accounts
during the 18th and 19th of May. No
response from Google and nothing in
the GA Blog. Several users who had
other GA accounts that were functioning normally during this period, suggested that the problem might be caused by recent changes by Google to the GATC (which was in fact recently revised)--many of those who posted on the Forum said that indeed they had recently added the latest version of the GATC to their Sites/Pages.
6 - 9 May 2010:
Over 50 GA users reported, by
posts to the GA Forum, a complete
GA outage during the period 6 - 9 May
(no data appearing in their reports
for at least one of those days). This
time a GA Team member did respond with
a one-line response "there was a
delay in reporting, no data was lost."
This post also referenced a Twitter
message 4 from GA stating the same
thing.
In addition, i've seen a half dozen, perhaps more, recent posts (past 60 days) on the GA Forum in which users reported significant discrepancies between an aggregate figure and the sum of the constituents--both sets of figures from the same Report, e.g.,
Numbers Don't add up on the Absolute Unique Visitor's Report
Search Engine drill-down visitors don't match total
Neither Post was answered (either by the GA Team or anyone else).
Finally, since it's just a matter of clicking a menu and selecting a different option, i suggest comparing the figures you recited in your question with the analogous figures for Page Views, which is probably the simplest measurement in client-side analytics ("Visits" by contrast is strongly influenced by user cookie manipulation).
Through some trial-and-error looking at every specific source, I've traced the error to one item: within the Traffic Sources reports for the affected days (the issue seems to have partially righted itself as of yesterday's data, at least for my account), the delta/error/black hole was always equal to the Google CPC Search traffic for that day.
I have no idea what's causing the issue, but at least I know how to manually attribute the numbers. Hopefully Google has fixed this...
Thank you to all who commented/answered. I appreciate it.

Resources