<@U06D0USC2CQ> A question about tap-googleads if y...
# plugins-general
a
@Reuben (Matatika) A question about tap-googleads if you have a mo? Have you noticed any hard deletes in the tap at all? I have some conversion records from Aug 2nd that are not present in the source data if I rerun it with `--full-refresh`The counts are not visible in the Google Ads portal reports either. From speaking to our Ads expert this could be google 'reattributing' the conversion to a later/earlier date based on actions after Aug 2. I can't just do a full table sync here as the old records will persist in the data. I'm wondering whether
activate_version
might help here. Edit: I should say this is a custom stream I am running so maybe doesn't have the same impact for the default streams in the tap's repo... 🙂
👀 1
r
Hi @Andy Carter > Have you noticed any hard deletes in the tap at all? No, not that I am aware of. > From speaking to our Ads expert this could be google 'reattributing' the conversion to a later/earlier date based on actions after Aug 2. That sounds plausible. > I'm wondering whether
activate_version
might help here. That sounds reasonable, although the target would obviously also have to support it. Looks like it's just an SDK version bump to include https://github.com/meltano/sdk/pull/2686 (will require some maintenance in dropping 3.8 support which we haven't gotten round to yet).
a
Thanks, I have a fork here with some custom streams and a sdk bump was all that I required to get activate version working. But appreciate it may be different in your situation. Looking at the new custom streams your tap offers I might try to move away from my custom tap now.
🙌 1
r
PRs always welcome 🙂