Re: UNEXPECTED_INTERNAL_API_ERROR using TrafficEstimatorService with test accounts.

2016-02-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Dear Rob, Thanks for reporting this. I'll pass this information to the relevant team. Could you please send us your SOAP logs as well by *Reply privately to author*? Thanks in advance. Best, Thanet, AdWords API Team On Thursday, February 25, 2016 at 5:59:13 AM UTC+9, Rob Drimmie wrote: > > I

Re: Batch Job Service v201601. How long should a script wait before giving up?

2016-02-24 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello foluso, 1 - Is it possible for the job to take a very long time occaisionally? And > rarely fail for reasons unknown, and maybe not change the status after > failing or completing? We have been aware of this issue and just improved the overall performance and reliability recently. Could

Update Image Ad

2016-02-24 Thread Ezequiel Murillo
Hello, I'm aware that you can't modify most values in a given ad using the API. For image ads though, you can modify the name and the finalURL in the UI. Is this still imposible using the API, are there any plans to include this changes in the future? Cheers Ezequiel -- --

Re: After a server transfer I'm not receiving a Failed Opening Required error

2016-02-24 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you check Logger.php file exists at include_path location? If you downloaded the library from github , that file should be in the directory specified. If not, please try downloading the library again and make sure you include all

Re: INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-24 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Tiana, AdGroupName was added to AdWords API v201601 . So if you are using a previous version, you will get this error. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

After a server transfer I'm not receiving a Failed Opening Required error

2016-02-24 Thread nicolus
Hello, After a recent server migration, when I now try to use the API I receive this error: [PHP Fatal error: require_once(): Failed opening required 'Google/Api/Ads/Common/Util/Logger.php' (include_path='.:/usr/share/php:/usr/share/pear' ) Does anyone have any ideas as to what would

UNEXPECTED_INTERNAL_API_ERROR using TrafficEstimatorService with test accounts.

2016-02-24 Thread Rob Drimmie
I am submitting a request against the TrafficEstimatorService using the developer id of an account with "Test Accounts" Access level and client information for a test account. The script I am using is a very lightweight modification of the EstimateKeywordTraffic example from googleads-php-lib

Re: Adwords Control

2016-02-24 Thread 'Umesh Dengale' via AdWords API Forum
Hi Aayush, You could use the AdWords API to change the status (e.g. paused etc.) of the campaigns. Please check out our getting started guide , sign up guide and

Re: documentation for types on some reporting fields appears incorrect

2016-02-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I definitely agree that these inconsistencies in the way things actually work versus the way they're documented are really frustrating. Unfortunately, I don't know which way is truly intended, so I am going to get in contact with the engineering team to clarify and hopefully update

Re: PHP Library - Can not set NetwordSearchParameter (Network Search Parameter, Network Setting)

2016-02-24 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Ryan, I am not experienced with PHP but I think you should be able to resolve your issue by setting the targetSearchNetwork to FALSE. If you are still having issues,

Re: Support of Universal App Campaigns

2016-02-24 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Amir, No, this isn't supported yet. Please watch our release notes for updates in a future version. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 24, 2016 at 8:31:16 AM UTC-5, Amir Shoval wrote: > > Hi

documentation for types on some reporting fields appears incorrect

2016-02-24 Thread GregT
Hi, We're upgrading from v201506 of the API, and because of the RMF, we need to be able to display all the newly available metrics columns for the reports that our end users see. Some of the metrics added to the reports since v201506 appear to be documented incorrectly, with the types in the

PHP Library - Can not set NetwordSearchParameter (Network Search Parameter, Network Setting)

2016-02-24 Thread ryan
Everything is working fine but when I try to set the NetworkSearchParameter to only use Google Search results it doesn't seem to return the correct values. It returns the number of searches from Google + Search Networks. My code is: $networkSearchParameter = new NetworkSearchParameter();

Re: Adwords API Work on Video Campaigns?

2016-02-24 Thread Tiana S.
Hi Filip, As far as I know it's not possible to pause/resume a video campaign through the API currently, but the video campaign statistics have in fact (finally) been added to the reporting API (after several years of users asking).

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-02-24 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Did you retry the request, as Umesh suggested in his earlier reply? Since *BatchJobService* uploads go to Google Cloud Storage, you should implement retry logic if you are encountering 408, 500, 502, 503, or 504 errors -- please see Recommended practices in the Google Cloud Storage guide

Re: Adwords API Video campaigns

2016-02-24 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Vladan, Currently, AdWords API only supports reporting for video campaigns. You will not be able to get or mutate any video campaigns via CampaignService. You can use the Video Performance Report

Re: InConsistency in volumes data from api

2016-02-24 Thread 'Anthony Madrigal' via AdWords API Forum
Hello, This issue seems better suited for our AdWords Community Forum . They should be able to figure out why the numbers are returning this way. Regards, Anthony AdWords API Team -- --

Re: Non-ascii characters in report data cause Python sample code to choke

2016-02-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, For issues with client libraries specifically, please file reports on that library's issue tracker. You can make a new issue on the python library's issue tracker , and the maintainer will determine whether it is a duplicate of

Re: Re marketing api issue

2016-02-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, This forum is specifically for issues with the AdWords API. Your request seems to be more generic to conversion tracking in AdWords in general, or using a non-AdWords API. Unfortunately, we will not be able to assist. You could try our AdWords Community:

INVALID_FIELD_NAME_FOR_REPORT when requesting AdGroupName from the Video performance report

2016-02-24 Thread Tiana S.
In the documentation (https://developers.google.com/adwords/api/docs/appendix/reports/video-performance-report#adgroupname), AdGroupName is said to be a valid attribute to request from the Video performance report. The following query however returns an INVALID_FIELD_NAME_FOR_REPORT when

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-02-24 Thread Biniam Asnake
This issue happened again and killed tomcat. Please help. On Tuesday, February 23, 2016 at 6:19:53 PM UTC+1, Umesh Dengale wrote: > > Hello, > > Thanks for attaching the full stack trace. The above error could be > transient. Could you retry above API call? Please let us know if you still >

Re: BatchJobService upload is taking too long

2016-02-24 Thread 'Yin Niu' via AdWords API Forum
Hello, You can take a look at this stackoverflow post . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Problem while using the API in ColdFusion

2016-02-24 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you provide your application logs which make the AdWords API call? The logs will help us to investigate further. Just click *Reply privately to author* in the forum when responding. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Get Campaign List, containing labels: UNEXPECTED_INTERNAL_API_ERROR

2016-02-24 Thread idan harel
Hi. I've resolved this issue so I'm deleting this post. Thanks! On Wednesday, February 24, 2016 at 3:29:56 PM UTC+2, idan harel wrote: > > Hey, > I'm facing an issue with the AdWords API. > > I'm doing a get campaign list request which contain labels, this is the > request: > >

Adwords API Video campaigns

2016-02-24 Thread Vladan Markovic
Hi, I see there were some work on the Adwords API for the Video campaigns during last couple of versions. Optimistically we updated API to latest version v201601 and started with long time anticipated upgrade of our software to support Youtube Video campaigns. I am interested what is the

Re: Support of Universal App Campaigns

2016-02-24 Thread Amir Shoval
Hi Anash, Any update on this? We'd like to use the AdWords API for creating Universal App campaigns as well. Thanks, -Amir On Tuesday, August 11, 2015 at 6:22:54 PM UTC+3, Александр Швец wrote: > > Hi Guys! > > I have a trouble with Universal App Campaigns. I've just created a new one >

Batch Job Service v201601. How long should a script wait before giving up?

2016-02-24 Thread foluso
This is a question about the new BatchJobService , replacement to MutateJobService . I am using the v201601 Python library

Get Campaign List, containing labels: UNEXPECTED_INTERNAL_API_ERROR

2016-02-24 Thread idan harel
Hey, I'm facing an issue with the AdWords API. I'm doing a get campaign list request which contain labels, this is the request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

Adwords Control

2016-02-24 Thread aayush . gupta
Hi All, I want to close all my AdWords account with a single click of my mobile as my company's website sometimes is down in the night and thus I have to pause my campaigns. Currently I find that it is not possible using my smartphone. Is there a way to do it ? Thanks in advance Aayush

Re marketing api issue

2016-02-24 Thread lumoid . in
Hi, I tried implementing server to server re-marketing based on this link: https://developers.google.com/app-conversion-tracking/android/remarketing-server I have an analytics server where I am capturing all details from my android and ios app and using the below api to send a GET

Re targeting || Server to Server API

2016-02-24 Thread lumoid . in
Hi, I tried implementing server to server re-marketing based on this link: https://developers.google.com/app-conversion-tracking/android/remarketing-server I have an analytics server where I am capturing all details from my android and ios app and using the below api to send a GET

Non-ascii characters in report data cause Python sample code to choke

2016-02-24 Thread Paul Karayan
I have a Python program that running Adword reports using AWQL similar to the example here: https://github.com/googleads/googleads-python-lib/blob/57fe3710c6ff95554415640a82f645d894eb1f96/examples/adwords/v201506/reporting/download_criteria_report_as_stream_with_awql.py What I've found is that

Re: BatchJobUtilities Upload taking too long

2016-02-24 Thread Biniam Asnake
@Anash I created this thread . Thanks On Tuesday, February 23, 2016 at 5:38:53 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi Biniam, > > Could you kindly open a new thread? This one is discussing the .NET > library

BatchJobService upload is taking too long

2016-02-24 Thread Biniam Asnake
As a continuation of this forum post , how can I increase the connection limit in the Java API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: AdGroupAdApprovalStatus changes not present in CustomerChangeData - how can i get latest status

2016-02-24 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hi Giles, Would you be able to provide me the CID where you're seeing the behavior you described, along with a sample Ad and date range where you observed that this changed without being shown in the CustomerSyncService. We want to investigate a little deeper. You can reply to me privately if

Re: SOAP XML error for Chinese Names in ManagedCustomerService

2016-02-24 Thread maxSonic Sun
Hi Mark, Same encoding. ubuntu@ip-10-0-26-250:~$ echo $LANG en_US.UTF-8 Best Regards Sonic On Wednesday, February 24, 2016 at 4:47:30 AM UTC+8, Mark Saniscalchi wrote: > > Hello Sonic, > > I can see that you have en_US.utf8 as an available locale, but is it > actually being used? What is the