fix(msg): update linkedin ads template version (#38290)

This commit is contained in:
Marcus Hof
2025-09-18 10:16:08 +02:00
committed by GitHub
parent f5560d1ca5
commit 073d55ebfd
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ let res := fetch('https://api.linkedin.com/rest/conversionEvents', {
'headers': {
'Authorization': f'Bearer {inputs.oauth.access_token}',
'Content-Type': 'application/json',
'LinkedIn-Version': '202409'
'LinkedIn-Version': '202508'
},
'body': body
})

View File

@@ -37,7 +37,7 @@ class TestTemplateLinkedInAds(BaseHogFunctionTemplateTest):
"headers": {
"Authorization": "Bearer oauth-1234",
"Content-Type": "application/json",
"LinkedIn-Version": "202409",
"LinkedIn-Version": "202508",
},
"body": {
"conversion": "urn:lla:llaPartnerConversion:conversion-rule-12345",
@@ -74,7 +74,7 @@ class TestTemplateLinkedInAds(BaseHogFunctionTemplateTest):
"headers": {
"Authorization": "Bearer oauth-1234",
"Content-Type": "application/json",
"LinkedIn-Version": "202409",
"LinkedIn-Version": "202508",
},
"body": {
"conversion": "urn:lla:llaPartnerConversion:conversion-rule-12345",