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? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/566faee7-b078-488b-8b04-be7ad193353d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
