-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cdp): add snapchat ads destination #26173
Conversation
Size Change: 0 B Total Size: 1.11 MB ℹ️ View Unchanged
|
"key": "accessToken", | ||
"type": "string", | ||
"label": "Access token", | ||
"description": "Check out this page on how to obtain such a token: https://developers.snap.com/api/marketing-api/Conversions-API/GetStarted#access-token", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we not use the oauth integration? Feels way nicer https://developers.snap.com/snap-kit/login-kit/Tutorials/web
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nicer, but it would require two separate oauth apps since each only supports a single redirect URL. Doesn't seem to be worth the effort as the token is pretty easy to generate, but can look into it if you think it's worth it.
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
Changes
Does this work well for both Cloud and self-hosted?
How did you test this code?
added tests