Re: Files descriptors number is growing

2016-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Eugene, Thanks for providing the additional information. The config file could potentially be opened every time you create a SOAP client, which might explain what's going on. I'm just not 100% sure. My PHP teammates on GitHub would probably be able to reproduce it in order to be sure of what

Re: Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can use download_criteria_report or download_criteria_report_as_stream_with_awql

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-18 Thread goingdev
I'm getting this for a few job IDs Request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.google.com/api/adwords/cm/v201601";> https://adwords.google.com/api/adwords/

Re: Files descriptors number is growing

2016-04-18 Thread Евгений Лебедев
Hello Nadine, - I have different processes (workers) for different types of jobs. Amount of processes are limited (the number of processes was 4 while my investigation =)). Library is opening connections to Adwords servers by creating SoapClients, and it could be the reason of risi

Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-04-18 Thread infinium . pauta
Mi consulta es que necesito generar un reporte que me muestre en una tabla las características de mis campañas (clics, impresiones, gastos, etc) o que pueda descargarme el archivo csv que se genera dentro de la misma Adwords Api, pero esto generarlo a través de un código en PHP, tengo todos lo

Re: TargetingServiceIdea - keyword planner

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dan, The TargetingIdeaService returns dummy data for Test accounts. You wouldn't be able to get more than 800 keyword ideas as you are not working with real data. Please see this guide

Re: BatchJobProcessingError.FILE_FORMAT_ERROR

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Paul, When using incremental uploads with BatchJobService, the input xml should have a format as specified in BatchJobOps.xsd , and

Re: Can I get generated Headline for DSA by API report

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hello, To get the dynamically generated headlines for Dynamic Search Ad, you need to query for the attribute "Line1 " from KeywordLess Query Report

Re: advertisingChannelSubType

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Campaigns created through the API are equivalent to *All features* campaigns. There is not a 1-1 mapping between the sub-types in the AdWords UI and the API, since the AdWords UI sub-types are mostly used for controlling which AdWords UI elements are available when working with a campaig

TargetingServiceIdea - keyword planner

2016-04-18 Thread dan . kimche
Hi all, Do someone know if we can get more than 800 keywords idea using TargetingServiceIdea? I'm currently waiting for my developer token to be approve and in sandbox mode, I can't get more than 800 keywords, changing the paging startIndex has no effect (if I start at 799 and ask for 500 resu

Re: Significance of StatsEstimate returned by TrafficEstimatorService for New Accounts

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kiran, The TrafficEstimatorService service generates forecasts by taking samples of past performance for the keywords and options you specify. The estimates for average CPC, position, clicks per day etc are calculated based on this historical data, and not just data associated with your acco

Re: USER permission denied issue

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, For OAuth2Exception (Token has been revoked) error occurs when user has revoked access to an application. Please contact your AdWords user for more details. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~

Re: OperationAccessDenied.ACTION_NOT_PERMITTED uploading offline conversion

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, The OperationAccessDenied.ACTION_NOT_PERMITTED error occurs when you don't have access to the service methods (e.g. mutate

Significance of StatsEstimate returned by TrafficEstimatorService for New Accounts

2016-04-18 Thread Kiran Narasareddy
Hi, I am trying to understand the significance of values returned by TrafficEstimatorService API for new accounts. Especially values returned for averageCpc, averagePosition, clickThroughRate,clicksPerDay, impressionsPerDay ,totalCost. On what basis do we return this data? I understand that pos

Re: Files descriptors number is growing

2016-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Евгений, I chatted with some of the PHP coders on my team, and it sounds like that is not a known common issue with that library. I'll need to ask a few questions to help you find a solution. - The only file I know that the library opens is the config file. Do you have a separate proc

Re: How to get campaign keywords in adword java api ??

2016-04-18 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Abdul, You can use the download_criteria_report or download_criteria_report_as_stream_with_awql

Re: how to include includeZeroImpressions in header

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could set includeZeroImpressions preperty of *ReportingConfiguration*. Please check out DownloadCriteriaReport Java example co

Re: Negative and wrong values from TargetingIdeaService PHP

2016-04-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello, To make production AdWords API, you need to provide your production AdWords account Id to the client_customer_id in above code. Please check out OAuth2.0 Ruby guide and AdWords-Readme

Re: request size limit exceeded on sitelinks only

2016-04-18 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, It is not yet, but I am working on getting it documented since I realized it was missing when I was looking into what the problem was due to your report. We will hopefully be able to publish the updated documentation soon. Regards, Mike, AdWords API Team On Monday, April 18, 2016 at 7:0

advertisingChannelSubType

2016-04-18 Thread Satendra Maurya
Hi, how to set advertisingChannelSubType like Marketing objectives , No marketing objective,standard, all feature,Mobile app installs,Dynamic Search Ads etc to campaign while there are only 4 possible value which i can pass to advertisingChannelSubType according to adwords api documantation.

Re: USER permission denied issue

2016-04-18 Thread xinghua . wang
Yin, are you saying we need to generate a new developer token on MCC account? Will the new one be workable immediately? On Friday, April 15, 2016 at 11:08:42 PM UTC+8, Yin Niu wrote: > > Hi, > > These are different errors. > > USER_PERMISSION_DENIED >

Can I get generated Headline for DSA by API report

2016-04-18 Thread dylan . yeu
The documentation of Keywordless Query Report show some sample columns of what we can get, I did not see generated headline and cannot find it in other documentations. Can we fetch this attribute? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

Re: How to Determine Obsolete Criterion (CriterionError.CANNOT_TARGET_OBSOLETE_CRITERION)

2016-04-18 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Mark, This error should have been fixed. Please tell me if you still see the same error message. Best, Thanet, AdWords API Team On Thursday, March 24, 2016 at 4:23:02 AM UTC+9, Mark Rogoyski wrote: > > When using *CampaignCriterionService* to add a *MobileDevice* > CampaignCriterion to a

Re: Regarding Custom Affinity Audience

2016-04-18 Thread Igor Selitsky
I don't see the data for whole campaign (targeted to affinity audiences) in Criteria Performance Report: no impressions, no clicks, no costs. When do you plan to add this data? On Friday, February 13, 2015 at 6:00:20 PM UTC+3, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Since custom aff

Re: request size limit exceeded on sitelinks only

2016-04-18 Thread Francesco Della Vedova
Hi Michael, thanks for your prompt reply. I'll change the limit to fix the problem. Is this limit documented anywhere? On Thursday, April 14, 2016 at 4:33:00 PM UTC+2, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The limit for extension setting services is 250 operations per reque

OperationAccessDenied.ACTION_NOT_PERMITTED uploading offline conversion

2016-04-18 Thread Karl Adler
Hey, I'm using a modified function from the Adwords php examples to upload offline conversions but unfortunately I always get the error in response { "error": { "code": 500, "message": "Internal Server Error", "exception": [ { "message": "[OperationAccessDenied.ACTIO