Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.4
-
Component/s: None
-
Labels:None
Description
Coordinate through Caitlyn when to leverage AML work for SMB
Discussed with AML the way this will work:
"delete" means delete the campaign feed and the feed item(s) for the campaign feed
(note AML assumes only 1 feed item, so sitelinks will need to rework for multiple feed items)
the feed will not be deleted (note distinction between feed and campaign feed) - the feed is associated with the searchEngineUserID so that will still be used (or can be reused if all campaign feeds are deleted and then re-added); the campaign-specific data is in the feed item(s) and campaign feed so that is what gets deleted.
GCE already is coded to look for an existing feed for the searchEngineUserID and create a new one if none is found, or use the existing one. Again, the same feed is used for all campaigns within a Google account (aka with the same searchEngineUserID); the difference is the campaign feed (each campaign gets 1+ campaign feed) associated with 1+ feed item.
==============
When FeedItems change, the CampaignFeed is affected b/c it is associated with the FeedItems. The use cases are in OPTUS-125