Assigned
Status Update
Comments
sn...@google.com <sn...@google.com> #2
Not starting yet? It's already "Early in March" enough (Mar/14/2018 PDT)
sn...@google.com <sn...@google.com> #3
Masashi & all, thank you for enquiring about this.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
The opt-in period has been moved to April 2018. We'll be sure to update this thread when closer from the exact milestones.
di...@tubebuddy.com <di...@tubebuddy.com> #4
As outlined in the recent release notes for the Maps Android API [https://developers.google.com/maps/documentation/android-api/releases ], this feature is now available for the new basemap style.
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
To opt-in, add the following tag to your AndroidManifest.xml file, within the <application> tags. The user's device must have at least Google Play Services version 12.0.0 in order for the opt-in to work.
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3MWHUG2MR0DQW"/>
sn...@google.com <sn...@google.com> #5
The new basemap style will switch from opt-in to opt-out within the next few weeks.
Should you wish to temporarily opt-out, add the following tag to your AndroidManifest.xml file, within the <application> tags:
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3H9HE845CFHYG"/>
We will keep posting updates here closer to date.
Should you wish to temporarily opt-out, add the following tag to your AndroidManifest.xml file, within the <application> tags:
<meta-data android:name="com.google.android.gms.maps.API_OPTIONS" android:value="B3H9HE845CFHYG"/>
We will keep posting updates here closer to date.
sn...@google.com <sn...@google.com> #6
The switch from opt-in to opt-out of the new basemap look for the Maps Android API will be effective within the next 24 hours.
di...@tubebuddy.com <di...@tubebuddy.com> #7
The new basemap look is now live for the Maps Android API. Please look at comment #5 should you wish to opt-out. Release notes are available on https://developers.google.com/maps/documentation/android-api/releases .
Description
- Description
The YouTube Data API does not give the correct statistics for Channel views. The stats are not being refreshed regularly
- API request with parameters used (DO NOT include your credential)
Request for channel info with Parameter - Statistics, ChannelId -UCd0Y5kNcb6DKSDyAkQXtMpg
- Result (copy and paste a JSON response you received)
"items": [
{
"kind": "youtube#channel",
"etag": "in5mK3Nx4Oox2cyfIeILsFJSWDs",
"id": "UCd0Y5kNcb6DKSDyAkQXtMpg",
"statistics": {
"viewCount": "204043964",
"subscriberCount": "636000",
"hiddenSubscriberCount": false,
"videoCount": "206"
}
}
]
- Expected result
The Viewcount shows counts less than what is shown on YT studio
- Is it 100% reproducible?
- Reproducible API explorer link