Hi Matt,
Thanks for helping out here!
For the first inquiry, what you've said makes sense but I just want to double check I understand correctly:
The data will be available using the service but it will have the "REMOVED" status.
As such, there will be no way to tell the difference between
Feed Items for Extensions that had previously been "REMOVED" and are not serving and
Feed Items for Extensions that were migrated and are "REMOVED", but still serving.
The only way to tell is to conjure a mapping between the migrated Feed Items and new, "ACTIVE" Assets.
Is that correct?
This actually leads well into the second inquiry where we were discussing the possibility of querying for
Feed Item -> Asset links from the migration.
My thoughts about the implementation are as follows:
1. We only care about the link when there are Asset-based Extensions (otherwise there is no link).
2. When we have Asset-based Extensions, we want to know which Feed-based Extensions they correspond to.
3. So we want a Service where we provide a list of Asset Ids and are returned GoogleAdsRows, each with an
Asset Id and a Feed Item Id (other details can already be queried from existing services).
As I understand it, this information should be enough to address my concerns by itself.
Let me know if there's anything else I can do to help!
Thanks,
Kevin