-
Notifications
You must be signed in to change notification settings - Fork 5
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: move google ads to new ui #1055
Conversation
INT-849 Google Ads configs are pretty unclear - bit over complicated and unclear
Slack thread: https://rudderlabs.slack.com/archives/C02A3UAU9UN/p1697469139701119?thread_ts=1697464846.523199&cid=C02A3UAU9UN |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1055 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 53 53
Branches 7 7
=========================================
Hits 53 53 ☔ View full report in Codecov by Sentry. |
@@ -29,17 +27,18 @@ | |||
"enableConversionLabel" | |||
], | |||
"excludeKeys": [], | |||
"supportedConnectionModes": { | |||
"web": ["device"] | |||
}, | |||
"supportedSourceTypes": ["web"], | |||
"destConfig": { | |||
"defaultConfig": [ | |||
"conversionID", | |||
"eventMappingFromConfig", |
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.
Is there no functional impact by removal of pageLoadConversions
& dynamicRemarketing
?
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.
yes, these fields are not used anywhere in SDK. it's redundant to keep it
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.
did you check if any destination is using by querying DB?
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.
Added this flags back as older SDK versions might be using these flags
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.
If these are present in destination config, they continue to get sent via sourceConfig API & based on SDK, they get used. But they can't be updated. Right ?
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.
we can remove it but for that we need migration script.
4086506
to
c97b7b8
Compare
@@ -28,16 +28,38 @@ | |||
"Checkout", | |||
"Search", | |||
"AddToCart", | |||
"purchase", | |||
"Purchase", |
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.
Is the case-sensitivity handled in the backend ?
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.
yes, as google ads expect it as Purchase
instead of purchase
4410827
to
7980f27
Compare
This PR is considered to be stale. It has been open for 20 days with no further activity thus it is going to be closed in 7 days. To avoid such a case please consider removing the stale label manually or add a comment to the PR. |
Description of the change
Screenshots :
Checklists
Development
Code review