File size: 5,008 Bytes
a5d709a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | 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.
|