Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Os arquivos da leitura de entidades são representações JSON dos objetos de campanha de um parceiro. Os arquivos da leitura de entidades
são somente leitura e não podem ser usados para gravar alterações no Google Display & Video 360. Para saber mais sobre o uso de
arquivos de leitura de entidade, entre em contato com seu gerente de contas, que poderá discutir suas necessidades com mais detalhes.
Os arquivos da leitura de entidades ficam disponíveis por apenas 60 dias a partir da data de processamento.
Os arquivos de leitura de entidades são armazenados em dois grupos:
tabelas públicas, que contêm dados públicos comuns, como informações sobre versões do navegador ou idiomas armazenados no bucket gdbm-public.
Tabelas particulares, que contêm informações sobre as campanhas, os orçamentos e outros dados particulares do parceiro. As tabelas particulares são armazenadas em buckets específicos do parceiro. Por exemplo, se o ID do parceiro for 123, o bucket que continha as tabelas particulares será gdbm-123.
As tabelas públicas e privadas estão em um subdiretório entity dentro do bucket.
Para mais informações sobre como processar subdiretórios, consulte
Namespace de objetos do Cloud Storage.
As tabelas públicas são geradas às 5h UTC. As tabelas particulares são geradas às 5h no fuso horário do seu parceiro (em casos raros, pode haver atrasos) e armazenadas de forma automática e
segura no Google Cloud Storage. Um arquivo de resumo é gerado depois que todas as tabelas públicas e privadas são geradas.
A data em que o Display &Video 360 processou os dados e não está necessariamente relacionada aos eventos contidos no arquivo. O formato da data é
YYYYMMDD. Por exemplo, 20120320 seria 20 de março de 2012.
batch_index
Um índice baseado em zero do lote. Por exemplo, se for gerado a cada hora, o primeiro lote
será 0, o segundo lote será 1 e assim por diante.
entity_type
O tipo de arquivo: SupportedExchange,
DataPartner, UniversalSite,
GeoLocation, Language, OperatingSystem, Browser,
Isp, summary e SiteIdToPlacementId.csv.
Por exemplo, se você estivesse gerando um nome de arquivo para extrair o arquivo de leitura de entidade da tabela browser a partir de 15 de janeiro de 2013, o caminho para o arquivo seria:
É a data em que o Display &Video 360 processou os dados. Essa data não está necessariamente relacionada aos eventos contidos no arquivo. O formato da data é YYYYMMDD. Por exemplo, 20120320 seria 20 de março de 2012. Os arquivos serão gerados entre 4h e 6h no fuso horário do parceiro.
batch_index
Um índice baseado em zero do lote. Atualmente, esse valor é sempre 0.
entity_type
O tipo de arquivo: Partner, Advertiser, InsertionOrder, LineItem, Creative, Pixel, InventorySource, UserList, UniversalChannel e summary.
Por exemplo, se você estivesse gerando um nome de arquivo para recuperar o arquivo de leitura de entidade do parceiro 123 que acessa a tabela line_item a partir de 2 de abril de 2013, o nome do arquivo seria semelhante a este:
[null,null,["Última atualização 2025-08-31 UTC."],[[["\u003cp\u003eEntity Read Files (ERF) have been discontinued and users should migrate to the Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eEntity Read Files provided read-only JSON representations of a partner's campaign data but were not capable of writing back changes.\u003c/p\u003e\n"],["\u003cp\u003eThese files were organized into public tables, containing common data like browser versions, and private tables, containing partner-specific campaign data, within respective Google Cloud Storage buckets.\u003c/p\u003e\n"],["\u003cp\u003ePublic tables were generated daily at 5 AM UTC, while private tables were generated at 5 AM in the partner's timezone and stored with a specific naming convention indicating the processing date, batch index, and entity type.\u003c/p\u003e\n"],["\u003cp\u003eEach public and private table has a \u003ccode\u003eprocessing_date\u003c/code\u003e and \u003ccode\u003ebatch_index\u003c/code\u003e as well as an \u003ccode\u003eentity_type\u003c/code\u003e to indicate what type of data is contained within the table.\u003c/p\u003e\n"]]],[],null,["# Access Entity Read Files\n\n| Entity Read Files have sunset. [Migrate to use the\n| Display \\& Video 360 API.](/display-video/api/guides/how-tos/erf-migration)\n\nEntity Read Files are JSON representations of a partner's campaign objects. Entity Read Files\nare read-only and cannot be used to write-back changes to Google Display \\& Video 360. To learn more about using\nEntity Read Files, contact your account manager, who will be able to discuss your needs in more detail.\n\nNote that Entity Read Files are available only for 60 days from their processing date.\n\nThe format of the entity read files can be viewed in the\n[File Format reference](/bid-manager/guides/entity-read/format-v2).\n\nThe entity read files are stored as two groups: \n\n- Public tables, which contain common public data, such as information about browser versions or languages that are stored in the `gdbm-public` bucket.\n- Private tables, which contain information about the partner's campaigns, budgets, and other private data. Private tables are stored in partner-specific buckets; for example, if your partner ID is 123, the bucket that contained your private tables would be `gdbm-123`.\n\nBoth public and private tables are in an `entity` subdirectory within the bucket. For more information about handling subdirectories, see [Cloud Storage object namespace](/storage/docs/objects#namespace). \nThe public tables are generated at 5AM UTC. The private tables are generated at 5AM in your partner's timezone (although in rare cases there may be delays) and stored automatically and securely in [Google Cloud Storage](/storage). A summary file is generated after all of the public and private tables have been generated. All filenames are case-sensitive.\n\nPublic Tables\n-------------\n\n```\ngdbm-public/entity/(processing_date).(batch_index).(entity_type).json\n```\n\n| Field | Description |\n|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `processing_date` | The date when Display \\& Video 360 processed the data and is not necessarily related to the events contained within the file. Date format is `YYYYMMDD`, for example `20120320` would be March 20, 2012. |\n| `batch_index` | A zero-based index of the batch. For example, if generated hourly the first batch would be `0`, the second batch would be `1`, and so on. |\n| `entity_type` | The type of file: `SupportedExchange`, `DataPartner`, `UniversalSite`, `GeoLocation`, `Language`, `OperatingSystem`, `Browser`, `Isp`, `summary` and `SiteIdToPlacementId.csv`. |\n\nFor example, if you were generating a filename to retrieve the entity read file for the `browser` table from January 15th, 2013, the path to the file would look like \n\n```\ngdbm-public/entity/20130115.0.Browser.json\n```\n\nPrivate Tables\n--------------\n\n```\ngdbm-(partner_id)/entity/(processing_date).(batch_index).(entity_type).json\n```\n\n| Field | Description |\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `partner_id` | The numeric ID of your Partner. |\n| `processing_date` | The date when Display \\& Video 360 processed the data. This date is not necessarily related to the events contained within the file. Date format is `YYYYMMDD`, for example `20120320` would be March 20, 2012. The files will be generated between 4AM and 6AM in the Partner's timezone. |\n| `batch_index` | A zero-based index of the batch. Currently this is always 0. |\n| `entity_type` | The type of file: `Partner`, `Advertiser`, `InsertionOrder`, `LineItem`, `Creative`, `Pixel`, `InventorySource`, `UserList`, `UniversalChannel`, and `summary`. |\n\nFor example, if you were generating a file name to retrieve the entity read file for partner 123 accessing the `line_item` table from April 2, 2013, your filename would look something like this: \n\n```\ngdbm-123/entity/20130402.0.LineItem.json\n```"]]