-
Notifications
You must be signed in to change notification settings - Fork 272
New Dub Destination #2865
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
New Dub Destination #2865
Conversation
hi @devkiran thank you for submitting a PR for a new Integration! |
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.
Thanks for the PR @devkiran .
Most of my suggestions related to default mappings. Please take a look and get back to me as soon as you can.
Thank you!
Joe
packages/destination-actions/src/destinations/dub/trackLead/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackLead/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackLead/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackSale/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackSale/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackSale/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackSale/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/dub/trackLead/index.ts
Outdated
Show resolved
Hide resolved
…dex.ts Co-authored-by: Joe Ayoub <[email protected]>
…dex.ts Co-authored-by: Joe Ayoub <[email protected]>
…dex.ts Co-authored-by: Joe Ayoub <[email protected]>
hi @devkiran please let me know when you are finished your changes so I can re-review. |
@joe-ayoub-segment sorry for the late reply — I got caught up with some other work. I’ll be pushing the changes soon and will let you know once it’s done so you can re-review. Thanks for your patience! |
@joe-ayoub-segment I've updated the PR based on your feedback. Feel free to let me know if you have any more suggestions. I appreciate your patience. |
const action: ActionDefinition<Settings, Payload> = { | ||
title: 'Track a Lead', | ||
description: 'Track a Lead for a Short Link.', | ||
defaultSubscription: 'type = "track" and event = "Sign Up"', |
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.
defaultSubscription: 'type = "track" and event = "Sign Up"', | |
defaultSubscription: 'type = "track" and event = "Signed Up"', |
Thanks for updating the PR @devkiran . We can also do a quick walk through the rest of the code as well. I look forward to catching up! |
@joe-ayoub-segment Hey! Sorry for the late response — I’m traveling for the next few days but will try to find some time if possible. I'm wondering if it would be okay to publish a version without the cookie-grabbing code and extend it in a follow-up after the release. |
@joe-ayoub-segment No problem, thanks for the update! |
Added new Dub Destination
Testing