Re: Google adwords receiving unable to connect to host error

2017-12-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The error you are encountering appears to be specific to the PHP client library. Could you check this thread on StackOverflow if the suggestions would resolve your issue? If the suggestions in the

Re: How to upload a huge file without the limits

2017-12-14 Thread landyzhang
Hi AdWords API Team, We apply for the standard access, but there is no response untill now. Could u Please help out to resolve the issue? We still have the limits to do daily operations. how we know that process of applying? and what should we do now if the daily operation exceed the limit?

Re: conversion tracking api, It's not visible on the AdWords site.

2017-12-14 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Daehyun, It turns out that this line causes the conversion action to be hidden: adCallMetricsConversion.setCategory(ConversionTrackerCategory.REMARKETING); Could you please use other categories than this one, e.g., LEAD, PURCHASE? I'll work with engineering to see if this category should

Re: Upcoming changes to AdWords OAuth Scope

2017-12-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi KDJ, Can you provide to me your OAuth2 client ID so I can check if you are still using the old AdWords API scope? Please use the *Reply privately to author* option when replying. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: From Adwords to MYSQL

2017-12-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Flavien, Yes, you may use bid landscapes to retrieve estimates of performances of your ad groups and criteria (ex. keywords) and you may refer to this guide and specifically to this section

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread orzorc
Hi Milind, Sorry I didn't make myself clear. Actually I am not trying to remove labels from exsiting criterion but *set labels property to null* in AdGroupCriterion instance. And this is my case: I get some AdGroupCriterion objects via AdGroupCriterionService and pass them through my code, in

Upcoming changes to AdWords OAuth Scope

2017-12-14 Thread rentcafedev1
I was reading the developers blog and it mention changes to the OAuth Scope. Could you please provide instruction on how to find out what scope I'm using. The developer who wrote the code for this is no longer with the company. I can not find anything in our code that looks like the post on

Google adwords receiving unable to connect to host error

2017-12-14 Thread yashesoftech2
Hello, I am receiving following error while working on adwords using php library. Please help me to resolve the error:- *Fatal error*: Uncaught SoapFault exception: [HTTP] Could not connect to host in

Re: New API adding product to AdGroup

2017-12-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi David, You should be able to add the others node as a biddable criterion. Please see the attached SOAP request from my testing. What error where you getting while trying to add that as a biddable criterion? Thanks, Sreelakshmi, AdWords API Team -- --

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, To removes labels from the AdGroupCriterion, you can use mutateLabel of AdGroupCriterionService

Re: Enhanced CPC reporting

2017-12-14 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Rob, Through the API reports, you will be able to retrieve the Enhanced CPC information through the EnhancedCPCEnabled field. This field indicates the status if the Enhanced CPC field has

Re: Setting up the API, getting a SOAP error

2017-12-14 Thread marcoa
Thanks! I copied the code to an online server and it seems to work now. It's probably an issue with my local PC/XAMPP. On Tuesday, December 12, 2017 at 7:23:50 PM UTC, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > It does seem like an issue related to the network. I see that you

Re: From Adwords to MYSQL

2017-12-14 Thread Flavien Delahaie
Thanks for you answer. One more question, car you tell me if the BidLandscape informations is available on every adgroups or keywords ? Regards Le jeudi 14 décembre 2017 12:05:39 UTC+1, Peter Oliquino a écrit : > > Hi Flavien, > > Thank you for providing more context. As for retrieving the Cpc

Re: Finding automated ads with awql

2017-12-14 Thread Joe Stedman
Ok I solved this, but i'll leave it up in case anybody needs it in future. I was using this method: public ReportUtilities(AdWordsUser user, string query, string format); Assuming it would use the latest AdWords version, but it does not. Once you switch to this method: public

Finding automated ads with awql

2017-12-14 Thread Joe Stedman
Hi, I'm using the c# library to request an awql report for automated ads in my account. The Nuget package version I'm using is 22.4.0.0 When I try and request the report using this string: "SELECT

Re: From Adwords to MYSQL

2017-12-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Flavien, Thank you for providing more context. As for retrieving the Cpc (Cost per conversion), you may do so by selecting the CostPerConversion field from any report type you wish to generate

Re: conversion tracking api, It's not visible on the AdWords site.

2017-12-14 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Daehyun, I'm checking this and will get back to you when I have more information. Best, Thanet, AdWords API Team On Thursday, December 14, 2017 at 12:33:20 PM UTC+9, daehyun@adwitt.com wrote: > > AdCallMetricsConversion adCallMetricsConversion = new > AdCallMetricsConversion(); >

unable to remove labels from AdGroupCriterion using php client library

2017-12-14 Thread orzorc
Hi, I found that AdGroupCriterion.setLabels requires an array which means you can not set null to labels. But if you pass it with an empty array and upload, you will get errors like 'operations[0].operand.labels[0].id=>EntityNotFound.INVALID_ID'. So one will not be able to remove labels from

Re: From Adwords to MYSQL

2017-12-14 Thread Flavien Delahaie
Hello I'll try to implement this document : http://www.adequate.pl/wp-content/uploads/2014/11/Profit-Driven-Management-of-PPC-Campaigns.pdf I've create a MCC test account, how can i do to import datas from my production account (capaigns,keywords ,impression etc... ) ? I want to work with

Reporting enhanced cpc

2017-12-14 Thread Rob van der Niet
d -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Enhanced CPC reporting

2017-12-14 Thread Rob van der Niet
Hi there, We are requesting the BiddingStrategyType with api version v201702. There are two options to run your manual CPC biddings with enhanced cpc within AdWords. 1 -> choose bid strategy 'Manual CPC' and check box the Enhanced CPC option.

Re: Invalid OAuth scopes

2017-12-14 Thread Peter Lanser
Hi, thanks for your answer. Most probably these tokens will get invalid anyway as they will be already declined when requesting an access token. Regards, Peter On Wednesday, December 13, 2017 at 10:58:01 PM UTC+1, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Peter, > > These

Re: New API adding product to AdGroup

2017-12-14 Thread David Courtney
Yes, strangely though I had to add a negative node for the the empty "Other" node for it to work rather than a biddable empty node. Thanks for your help. On Monday, December 11, 2017 at 9:15:29 AM UTC, David Courtney wrote: > > Hi, > > I am having trouble adding a new product offer to an

Re: How do you add a placement in ad group with criterion_type: MOBILE_APPLICATION?

2017-12-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, Based on the code snippet you provided, it appears that you did not specify a value for the AppId field. Could you retry and include the said field in your request and

Re: How do you add a placement in ad group with criterion_type: MOBILE_APPLICATION?

2017-12-14 Thread kendan
I tried this code, it seems to be not working, what did I do wrong? * $criterion_type = new MobileApplication();* *$criterion_type->setDisplayName('Mobile App: Ken Player (Google Play), by Ken V7');* On Thursday, December 14, 2017 at 3:14:05 PM UTC+8, ken...@blvnp.com wrote: > >

Re: How do you add a placement in ad group with criterion_type: MOBILE_APPLICATION?

2017-12-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, Adding a mobile application criterion as a BiddableAdGroupCriterion is similar to how you added your placement criterion. In your code, just replace the Placement