Hello,
i'm looking to modify text of a keywords, specifically i have a script that pulls keywords that match a particular condition where the following a captured from AdsApp.report(query).
{
keyword: text,
campaignName: campaignName,
adGroup: adGroupName,
matchType: matchType,
adGroupStatus: adGroupStatus,
status: status,
campaignStatus: campaignStatus
}
is there way that i can update the keyword text to something new, basically trying to add "+" search term original [searchTerm] update to [+searchTerm] , by modifying the existing keyword.
otherwise i'm lead towards use the "KeywordBuilder".