mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix(msg): update linkedin ads template version (#38290)
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user