Assigned
Status Update
Comments
sn...@google.com <sn...@google.com> #2
Hi, thanks for reaching out to us and reporting this issue! Can you share the complete request you're sending along with your channel ID? Are you referring to this endpoint under Analytics API.
sn...@google.com <sn...@google.com> #3
Hi , this is the api call :
POST
https://youtubeanalytics.googleapis.com/v2/groupItems?key=[YOUR_API_KEY]
HTTP/1.1
Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json
{
"groupId": "FxTdU7EfxpE",
"resource": {
"id": "WDEppPhrQxE",
"kind": "youtube#video"
}
} and this i the result :
*{ "error": { "code": 403, "message": "Group contains maximum number
of items.", "errors": [ { "message": "Group contains maximum
number of items.", "domain": "youtube.groupItem", "reason":
"groupContainsMaximumNumberOfItems" } ] }}*
The groupid : *"FxTdU7EfxpE"* contains *294* videos and this is the
youtube channel :*https://www.youtube.com/@kruidvatNL
<https://www.youtube.com/@kruidvatNL >*
Using youtube studios I can add up to *500* videos in this group but using
API
https://developers.google.com/youtube/analytics/reference/groupItems/insert
I'm limited.
Thx
Sabina
On Mon, Feb 17, 2025 at 8:36 PM <buganizer-system@google.com> wrote:
POST
HTTP/1.1
Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json
{
"groupId": "FxTdU7EfxpE",
"resource": {
"id": "WDEppPhrQxE",
"kind": "youtube#video"
}
} and this i the result :
*{ "error": { "code": 403, "message": "Group contains maximum number
of items.", "errors": [ { "message": "Group contains maximum
number of items.", "domain": "youtube.groupItem", "reason":
"groupContainsMaximumNumberOfItems" } ] }}*
The groupid : *"FxTdU7EfxpE"* contains *294* videos and this is the
youtube channel :*
<
Using youtube studios I can add up to *500* videos in this group but using
API
I'm limited.
Thx
Sabina
On Mon, Feb 17, 2025 at 8:36 PM <buganizer-system@google.com> wrote:
cr...@brandwatch.com <cr...@brandwatch.com> #4
Hi Sabina,
Thanks for bringing this issue to our attention! I'm going to report this to the internal teams on your behalf. Will reach back with updates as soon as I have one.
Description
- Description
Hello, is there a minimum threshold for reporting subscribers gained/lost by Country metrics?
If I fetch subscribers gained/lost I receive values but then I do it with dimensions=country I get 0 for all response data
- API request with parameters used (DO NOT include your credential)
curl --location '
--header 'Accept: application/json'
- Result (copy and paste a JSON response you received)
{
"kind": "youtubeAnalytics#resultTable",
"columnHeaders": [
{
"name": "country",
"columnType": "DIMENSION",
"dataType": "STRING"
},
{
"name": "subscribersGained",
"columnType": "METRIC",
"dataType": "INTEGER"
},
{
"name": "subscribersLost",
"columnType": "METRIC",
"dataType": "INTEGER"
}
],
"rows": [
[
"AE",
0,
0
],
[
"AU",
0,
0
],
[
"BD",
0,
0
],
[
"CA",
0,
0
],
[
"CY",
0,
0
],
[
"DE",
0,
0
],
[
"FR",
0,
0
],
[
"GB",
0,
0
],
[
"ID",
0,
0
],
[
"IN",
0,
0
],
[
"IQ",
0,
0
],
[
"IT",
0,
0
],
[
"KH",
0,
0
],
[
"KR",
0,
0
],
[
"MO",
0,
0
],
[
"MY",
0,
0
],
[
"TH",
0,
0
],
[
"US",
0,
0
],
[
"VN",
0,
0
]
]
}
- Expected result
Something with values, everything is 0 even though the subscribers gained/lost is returning data per day
- Is it 100% reproducible?
yes
- Reproducible API explorer link