models: - name: linkedin_ads__account_report description: Each record in this table represents the daily performance of ads at the account level. Use the latest version of both the account and the campaign to ensure the most up-to-date data. columns: - name: date_day description: The day of the activity. format: YYYY-MM-DD - name: account_id description: Unique internal ID representing the account. - name: account_name description: A label for the account. - name: version_tag description: An integer representation of the version of the account. - name: currency description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. format: YYYY-MM-DD HH:MM:SS.fff - name: created_at description: The timestamp of when the account was created. format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost description: The cost of the ads in the local currency. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - name: linkedin_ads__campaign_report description: Each record in this table represents the daily performance of ads at the campaign level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. columns: - name: date_day description: The day of the activity. format: YYYY-MM-DD - name: campaign_id description: Unique internal ID representing the campaign. - name: campaign_name description: A label for the campaign. - name: version_tag description: An integer representation of the version of the campaign. - name: campaign_group_name description: A label for the campaign group. - name: account_id description: Unique internal ID representing the account. - name: account_name description: A label for the account. - name: currency description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. format: YYYY-MM-DD HH:MM:SS - name: created_at description: The timestamp of when the campaign was created. format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost description: The cost of the ads in the local currency. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL. - name: linkedin_ads__campaign_group_report description: Each record in this table represents the daily performance of ads at the campaign group level. Use the latest version of the account, the campaign and the campaign group to ensure the most up-to-date data. columns: - name: date_day description: The day of the activity. format: YYYY-MM-DD - name: campaign_group_id description: Unique internal ID representing the campaign group. - name: campaign_group_name description: A label for the campaign group. - name: account_id description: Unique internal ID representing the account. - name: account_name description: A label for the account. - name: currency description: The ISO 4217 currency code of the account, such as 'USD' for United States Dollar (default). - name: last_modified_at description: The timestamp of when the version was updated. format: YYYY-MM-DD HH:MM:SS - name: created_at description: The timestamp of when the campaign group was created. format: YYYY-MM-DD HH:MM:SS - name: clicks description: The count of chargeable clicks. - name: impressions description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails. - name: cost description: The cost of the ads in the local currency. - name: conversion_value_in_local_currency description: The value generated by your conversions, displayed in your LinkedIn account's local currency, on the given day. Set to 0 if the value is NULL.