Skip to content

Commit

Permalink
Merge pull request #10 from stape-io/linkedin-marketing-jun-2024
Browse files Browse the repository at this point in the history
Linkedin Marketing June 2024
  • Loading branch information
Bukashk0zzz authored Jun 21, 2024
2 parents 4db52b2 + 3a6d675 commit 14b05a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
homepage: 'https://stape.io/'
documentation: "https://stape.io/blog/linkedin-conversion-api-tag-for-server-google-tag-manager"
versions:
- sha: fd368e01b863881794c62752d9da0a138c2f8ddd
changeNotes: Linkedin Marketing June 2024.
- sha: 97210adfaf94ca8c16f4f44a7c2809510bbc9aea
changeNotes: Update LinkedIn Version.
- sha: e0ba0b77bfd8babb3a06af001ac9df71bed9721e
Expand Down
2 changes: 1 addition & 1 deletion template.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function getRequestHeaders() {
return {
'Content-Type': 'application/json',
Authorization: 'Bearer ' + data.accessToken,
'LinkedIn-Version': '202307',
'LinkedIn-Version': '202406',
'X-Restli-Protocol-Version': '2.0.0'
};
}
Expand Down
2 changes: 1 addition & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ function getRequestHeaders() {
return {
'Content-Type': 'application/json',
Authorization: 'Bearer ' + data.accessToken,
'LinkedIn-Version': '202307',
'LinkedIn-Version': '202406',
'X-Restli-Protocol-Version': '2.0.0'
};
}
Expand Down

0 comments on commit 14b05a8

Please sign in to comment.