Hello Team,
I am not able to insert the phrase match keywords using google ads script
it shows an error.
The code:
if(lst[i]['match'] == 'phrase')
{
var t = '\\"' + lst[i]['text'] + '\\"'
Logger.log(t)
adGroup.newKeywordBuilder()
.withText(t)
.build();
multiple keywords
at once?
Thank You!
Nitin Patel
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups