Hello,
We're currently uploading our FeedItems as a .csv feed file through shared library > business data.
Let's say we start off with a dynamic text ad that looks like this, where our AdCustomizer feed is name "AdWords API AdCustomizer Feed":
{=AdWords API AdCustomizer Feed.Headline1:default headline1}
{=AdWords API AdCustomizer Feed.Headline2:default headline 2}
website.com/{=AdWords_API_AdCustomizer_Feed.Path1:Search}/{=AdWords_API_AdCustomizer_Feed.Path2:Parts}
{=AdWords API AdCustomizer Feed.Description:default description.}
When we upload a new AdCustomizer feed (with FeedItem rows) and change its name to "AdWords API AdCustomizer Feed" and the old feed to something like "AdWords API AdCustomizer Feed Old", we notice that the dynamic text ads fail to display data from the new feed. Even stranger, is that the AdCustomizer feed name also changes in the ad to become like this:
{=AdWords API AdCustomizer Feed Old.Headline1:default headline1}
{=AdWords API AdCustomizer Feed Old.Headline2:default headline 2}
website.com/{=AdWords_API_AdCustomizer_Feed Old.Path1:Search}/{=AdWords_API_AdCustomizer_Feed Old.Path2:Parts}
{=AdWords API AdCustomizer Feed Old.Description:default description.}
Which seems like the ad is somehow tied to the original AdCustomizer feed, and fails to associate itself with the new feed. How can we have the existing ads use the data from and associate itself with the latest uploaded AdCustomizer feed?
Thanks!