最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

BigQuery SA360 Data Transfer Says Custom Columns Do Not Exist But They Do - Stack Overflow

programmeradmin0浏览0评论

I am trying to create an SA360 data transfer into BigQuery using the UI.

In the Custom Columns field I am using the following configuration.

[
    {
        "id": "123456789",
        "destination_table_name": [
            "Conversion", 
            "AdGroupConversionActionAndDeviceStats", 
            "CampaignConversionActionAndDeviceStats" 
        ],
        "bigquery_column_name": "my_custom_col_name"
    }
]

I recieve the error code 3: Custom column with id '123456789' does not exist.

Does anyone know what could be causing this issue?

发布评论

评论列表(0)

  1. 暂无评论