Skip to content

Commit

Permalink
Merge pull request #12 from agcty/patch-3
Browse files Browse the repository at this point in the history
upgrade to v1.3
  • Loading branch information
bjesus authored Jul 18, 2023
2 parents 209cde2 + 40ab44f commit f370632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const sendEvent = async (
settings: ComponentSettings
) => {
const tiktokEndpoint =
'https://business-api.tiktok.com/open_api/v1.2/pixel/track/'
'https://business-api.tiktok.com/open_api/v1.3/pixel/track/'

const requestBody = {
pixel_code: payload.properties.pixelCode || settings.pixelCode,
Expand Down

0 comments on commit f370632

Please sign in to comment.