Re: PolicyFindingError.POLICY_FINDING being thrown by Google Ads

2019-09-03 Thread Sang Jin Kim
Hi, I have the same issue, and when I submitted policy exemption requests I got 'RequiredError' like below. How can I fix it? Thanks in advance. Ad with headline part 1 '한국심리상담아카데미 들어봤니' created non-policy error 'PolicyFindingError.POLICY_FINDING'. Removing the operation causing non-policy

Re: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-20 Thread Sang Jin Kim
? Please reply via *Reply privately to author*. > > Thanks and regards, > Luis > AdWords API Team > > > > On 03/16/19 05:29:44 astrotauter wrote: > > > I'm sorry. > > I am migrating from v201806 to v201809. > > > 2019년 3월 16일 토요일 오전 6시 25분 55초 UTC+9, Sang

Re: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-15 Thread Sang Jin Kim
I'm sorry. I am migrating from v201806 to v201809. 2019년 3월 16일 토요일 오전 6시 25분 55초 UTC+9, Sang Jin Kim 님의 말: > > Hi ! > > I am migrating from v201806 to v201909. > > But whenever I set callout extensions, I > get ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED

ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-15 Thread Sang Jin Kim
Hi ! I am migrating from v201806 to v201909. But whenever I set callout extensions, I get ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED error reason like below. Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201809\cm\ApiException' with message

Re: Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in ......./googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php:78

2018-06-28 Thread Sang Jin Kim
OK, thanks! 2018년 6월 25일 월요일 오후 3시 12분 37초 UTC+9, Luis Xander Talag (AdWords API Team) 님의 말: > > Hi Sang, > > It seems like the issue you encountered are more specific to PHP client > library. I would suggest to post your issue here > as

Re: Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in ......./googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php:78

2018-06-23 Thread Sang Jin Kim
When I have tested in another adwords account, this kind of error doesn't happen. Is it possible that specific Adwords server has a network problem? 2018년 6월 23일 토요일 오후 4시 7분 49초 UTC+9, Sang Jin Kim 님의 말: > > > Hi, > > I googled a lot about this error, but all is saying

Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in ......./googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php:78

2018-06-23 Thread Sang Jin Kim
Hi, I googled a lot about this error, but all is saying network or ISP problems. I set Adwords account automatically with API, but this error occurs from time to time. And the locations in which error happens are different. Even though I moved to another places for setting the same error

Adwords API 500 Internal Server Error in GetKeywordIdeas

2018-05-07 Thread Sang Jin Kim
Hi, I am using Adwords API to manage many adwords accounts, and works fine for another apis(ex. Basic Operations like AddCampaigns, Reporting like Download a criteria performance report) But when I try to get keyword ideas through API, I always receive '500 Internal Server Error' result. I

Re: In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-24 Thread Sang Jin Kim
Sorry for late reply ^^; All problems were due to missed selector fields. After 'Path1', 'Path2', 'PolicySummary' are included into setFields() like below, the API works well! $selector->setFields(['Id', 'Status', 'HeadlinePart1', 'HeadlinePart2', 'Description', 'Path1', 'Path2',

In migrating to v201710, I have some problems in getting Expaned Text Ad.

2017-11-20 Thread Sang Jin Kim
I've been migrating API version from old v201609 to the newest v201710. I'm PHP developer. Below is a code that get Expanded Text Ads information. = $adGroupAdService = $adWordsServices->get($session,