I'm building a BigQuery application and am looking for a sample data set from Double Click for Publishers. Specifically, ad serve logs in CSV for a sample period including Clicks, Impressions, and ActiveViews. Has anyone come across a sample along these lines? I've looked through the DCP docs but haven't found anything useable for validation using my customer's sample queries.
相关问题
- How to export crash-free users from firebase?
- Updating a value in an ARRAY in a BigQuery table
- Import json data with null values
- How to transform IP addresses into geolocation in
- How to count frequency of elements in a bigquery a
相关文章
- BigQuery - Concatenate multiple rows into a single
- Where do you get Google Bigquery usage info (mainl
- How do I configure Google BigQuery command line to
- How can I make integration tests with google cloud
- How to get gcloud auth activate-service-account pe
-
Error in Google BigQuery
- CLI “bq load” - how to use non-printable character
- How to capitalize a string?
Maybe someone from the DFP team will correct me, but AFAIK there are no public samples available. We also tried searching for the something similar when we were building our DFP -> BigQuery ingest engine, but we could not find anything at that time.
What we did for initial POC/test:
BTW (shameless plug), I wrote a blog about how we ingest our DFP logs here and here.
Hope this helps.