Remove Ads Conversion ID from Analytics and migrate setting.#12394
Remove Ads Conversion ID from Analytics and migrate setting.#12394
Conversation
📚 Storybook for 098b036: 📦 Build files for 098b036:
🎭 Playwright reports for 098b036: |
|
Size Change: 0 B Total Size: 2.31 MB ℹ️ View Unchanged
|
eugene-manuilov
left a comment
There was a problem hiding this comment.
Thanks, @tofumatt. There is some more work to do here.
There was a problem hiding this comment.
I know this has been added to IB, but we don't need this migration. There is nothing to migrate here. Let's remove this class.
There was a problem hiding this comment.
Same here, not needed.
| return array( | ||
| 'ownerID' => 0, | ||
| 'accountID' => '', | ||
| 'adsConversionID' => '', |
There was a problem hiding this comment.
I believe we also need to delete this one, right?
| 'webDataStreamID' => '', | ||
| 'measurementID' => '', | ||
| 'ownerID' => 0, | ||
| 'adsConversionID' => '', |
There was a problem hiding this comment.
This should also be removed. There are more occurrences in this file.
| $this->assertEqualSetsWithIndex( | ||
| array( | ||
| 'accountID' => '', | ||
| 'adsConversionID' => '', |
There was a problem hiding this comment.
Should also be deleted.
Summary
Addresses issue:
Relevant technical choices
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist