Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _changelog-files/2023/2023-11-29-linkedin-ads-v3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "LinkedIn Ads integration: New version (v3) now available!"
content-type: "changelog-entry"
date: 2023-11-29
entry-type: new-feature
entry-category: integration
connection-id: linkedin-ads
connection-version: 3
pull-request: "https://github.com/singer-io/tap-linkedin-ads/pull/64"
---
{{ site.data.changelog.metadata.single-integration | flatify }}

A new version (v{{ this-connection.this-version }}) of our {{ this-connection.display_name }} integration is now available!

We've upgraded the {{ this-connection.display_name }} API from `202302` to `202309`. This upgrade bring some updates to the `video_ads` stream, including a new Primary Key and a new Replication Key.
96 changes: 96 additions & 0 deletions _data/taps/schemas/linkedin-ads/v3/json/account_users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"additionalProperties": false,
"properties": {
"account": {
"type": [
"null",
"string"
]
},
"account_id": {
"type": [
"null",
"integer"
]
},
"campaign_contact": {
"type": [
"null",
"boolean"
]
},
"change_audit_stamps": {
"additionalProperties": false,
"properties": {
"created": {
"additionalProperties": false,
"properties": {
"time": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
},
"last_modified": {
"additionalProperties": false,
"properties": {
"time": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
}
},
"type": [
"null",
"object"
]
},
"created_time": {
"type": [
"null",
"date-time"
]
},
"last_modified_time": {
"type": [
"null",
"date-time"
]
},
"role": {
"type": [
"null",
"string"
]
},
"user": {
"type": [
"null",
"string"
]
},
"user_person_id": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
}
199 changes: 199 additions & 0 deletions _data/taps/schemas/linkedin-ads/v3/json/accounts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,199 @@
{
"additionalProperties": false,
"properties": {
"change_audit_stamps": {
"additionalProperties": false,
"properties": {
"created": {
"additionalProperties": false,
"properties": {
"time": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
},
"last_modified": {
"additionalProperties": false,
"properties": {
"time": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
}
},
"type": [
"null",
"object"
]
},
"created_time": {
"type": [
"null",
"date-time"
]
},
"currency": {
"type": [
"null",
"string"
]
},
"id": {
"type": [
"null",
"integer"
]
},
"last_modified_time": {
"type": [
"null",
"date-time"
]
},
"name": {
"type": [
"null",
"string"
]
},
"notified_on_campaign_optimization": {
"type": [
"null",
"boolean"
]
},
"notified_on_creative_approval": {
"type": [
"null",
"boolean"
]
},
"notified_on_creative_rejection": {
"type": [
"null",
"boolean"
]
},
"notified_on_end_of_campaign": {
"type": [
"null",
"boolean"
]
},
"notified_on_new_features_enabled": {
"type": [
"null",
"boolean"
]
},
"reference": {
"type": [
"null",
"string"
]
},
"reference_organization_id": {
"type": [
"null",
"integer"
]
},
"reference_person_id": {
"type": [
"null",
"string"
]
},
"serving_statuses": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
]
},
"status": {
"type": [
"null",
"string"
]
},
"test": {
"type": [
"null",
"boolean"
]
},
"total_budget": {
"additionalProperties": false,
"properties": {
"amount": {
"type": [
"null",
"number"
]
},
"currency_code": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
},
"total_budget_ends_at": {
"type": [
"null",
"date-time"
]
},
"type": {
"type": [
"null",
"string"
]
},
"version": {
"additionalProperties": false,
"properties": {
"version_tag": {
"type": [
"null",
"string"
]
}
},
"type": [
"null",
"object"
]
}
},
"type": [
"null",
"object"
]
}
Loading