Karta aktywności
Definicje
Definicja pliku danych o działaniach
message ActionFeed {
repeated ActionDetail data = 1;
}
Definicja ActionDetail
message ActionDetail {
string entity_id = 2;
string link_id = 3;
// Deep link for action detail
string url = 4;
repeated Action actions = 1;
}
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-03-01 UTC.
[null,null,["Ostatnia aktualizacja: 2025-03-01 UTC."],[[["The Action feed specification uses a protobuffer format but recommends using JSON for uploading."],["Action feeds consist of multiple `ActionDetail` messages within an `ActionFeed` message."],["Each `ActionDetail` includes an entity ID, link ID, URL, and a list of actions."],["Refer to the provided JSON sample feeds for guidance on formatting and content."]]],["The `ActionFeed` is defined using a protobuffer format but should be uploaded in JSON. It contains a repeated list of `ActionDetail` objects. Each `ActionDetail` includes an `entity_id`, `link_id`, a deep link `url`, and a list of `Action` objects. The JSON format is recommended, with sample feeds available for reference.\n"]]