Re: STRING_LIST items adding (v201506)

2015-09-03 Thread Дмитрий Дмитриевич
.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201506/Extensions/AddSitelinksUsingFeeds.php#L261> > > does in the example file. > > Let me know if you face any problems. > > Best, > Thanet, AdWords API Team > > On Thursday, September 3, 2015 at 12:26:25 AM UT

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

FeedItemService problems (v201506)

2015-08-28 Thread Дмитрий Дмитриевич
Hello! I have code like this: $selector = new Selector(); $selector->fields = array('FeedId', 'FeedItemId', 'AttributeValues'); $selector->predicates = array(); $selector->predicates[0] = new Predicate('FeedId', 'EQUALS', array($feedId)); $selector->predicates[1] = new Predicate('FeedItemId', 'I

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Дмитрий Дмитриевич
Can I use this code (https://github.com/colinmutter/google-api-adwords-php/blob/master/ext/examples/AdWords/v201309/AdvancedOperations/UpdateSitelinks.php) for version 201506? четверг, 27 августа 2015 г., 17:15:41 UTC+3 пользователь Umesh Dengale написал: > > Hello, > > We do not have the PHP

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-27 Thread Дмитрий Дмитриевич
This example (AddSitelinksUsingFeedsExample ) doesn't show how to upd

FeedItemService limit issue

2015-08-26 Thread Дмитрий Дмитриевич
Hello! I'm trying to get my feed items by using code bellow: $feedItemService = $user->GetService('FeedItemService', 'v201506'); $page = $feedItemService->query('SELECT AttributeValues WHERE ' . 'Status = "ENABLED" AND FeedId = '.$feedId.''); As a result I obtain 1 items but my feed contains

Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2015-08-25 Thread Дмитрий Дмитриевич
Hello! In this article https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing (look "Use case 2: Updating flight prices") I saw how to manage feed items using java. I need to change data in my feed items using php but I can't find appropriate code examples how to do it with

PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab'

2015-01-23 Thread Дмитрий Дмитриевич
Hello! I have adgroup which is called "SomeBrand Tab 8GB 3G Black". And when I try to create some text ads and keywords for it, I receive next error message: [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab', key=PolicyViolationKe

POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab'

2015-01-23 Thread Дмитрий Дмитриевич
Hello! I have adgroup which is called "SomeBrand Tab 8GB 3G Black". And when I try to create some text ads and keywords for it, I receive next error message: [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab', key=PolicyViolationKe

AdParameters adding

2015-01-14 Thread Дмитрий Дмитриевич
Hello! I'm using AdWords API (v201409) to manage my AdWords account. I want to show product price in my text ads and update this price without recreating my text ads. I know that in order to do this, I should use AdParameters. For example, if I have 20 keywords in my AdGroup, is it necessary to

EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 16483195329'

2014-12-09 Thread Дмитрий Дмитриевич
Hello! I try to add some keywords to my ad group with AdWords API using PHP language. When I run index.php file on my website, I'm getting next error message: [SoapFault] [EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId; trigger:'AdGroupId: 16483195329'] (0) /var/www/html/www3.