Skip to content

Commit 2dc09b1

Browse files
authored
Merge pull request #13 from railsware/CPL-25229/creatives-headline-call-to-action
[CPL-25229] Add headline and call_to_action to creatives spotlight schema
2 parents 87863cc + c0a26c3 commit 2dc09b1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tap_linkedin_ads/schemas/creatives.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
],
7777
"additionalProperties": false,
7878
"properties": {
79+
"headline": {
80+
"type": [
81+
"null",
82+
"string"
83+
]
84+
},
85+
"call_to_action": {
86+
"type": [
87+
"null",
88+
"string"
89+
]
90+
},
7991
"landing_page": {
8092
"type": [
8193
"null",

0 commit comments

Comments
 (0)