Hello,
so i am trying to match site-links with my campaign feed:
1. I created a feed - saved it in database
2. Using that data am creating a new feedmaping
3. Now after that i want to create sitelinks for a campaign, after first using ADD "
$operation = new CampaignFeedOperation();
$operation->operand = $campaignFeed;
$operation->operator = 'ADD';
I have success with creating the site-link and matching it with the campaign.
But after that i get the error :
- FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE -
I read somewhere about using SET instead of ADD but that deletes my current site-links and sets the new one.
My question is how to create new site links for a campaign even if i have sitelinks attached to the campaign?