Re: STRING_LIST items adding (v201506)

2015-09-03 Thread Дмитрий Дмитриевич
Thank you so much for this line of code, I just missed it when I read this example. четверг, 3 сентября 2015 г., 12:19:19 UTC+3 пользователь Thanet Knack Praneenararat (AdWords API Team) написал: > > Hello, > > I'm not sure what placeholder >

Re: STRING_LIST items adding (v201506)

2015-09-03 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, I'm not sure what placeholder you are trying to create, but generally if you need to create string values for the attribute of type STRING_LIST, you can create a normal array composed of strings. This is similar to w

STRING_LIST items adding (v201506)

2015-09-02 Thread Дмитрий Дмитриевич
Hello, I'm using AdWords API v201506, programming language PHP. Following this example https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201506/Extensions/AddSitelinksUsingFeeds.php, I manage my feed in AdWords. One of my feed attributes has type STRING_LIST, and I n