Re: ImageError.SERVER_ERROR when creating ads

2014-09-02 Thread Ray Tsang (AdWords API Team)
Rodrigo, Could I trouble you to send me a few more images that failed to upload (in private)? Thanks! Ray On Wednesday, August 20, 2014 9:48:34 AM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Rodrigo, > > Thanks for the update. I'll follow up on this. > > Cheers, > > Ray > > On Tuesday, Au

Re: Alert Service returns error for specified client id. (PHP)

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for sending over the screenshot. The alerts you highlighted are not covered by the AlertService (they don't fall into any of the categories listed for AlertService.AlertQuery#types ), so

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Since you are looking for placements that are active, regardless of whether or not they have impressions, you'll want to include zero impressions, which may require you to explicitly pass the includeZeroImpressions

Re: Issue retrieving Campaign Budget amount with CampaignService (v201406)

2014-09-02 Thread Ray Tsang (AdWords API Team)
Gaetan, Please send me the full request/response SOAP XML in private. Thanks, Ray On Monday, September 1, 2014 4:23:51 AM UTC-4, Gaëtan Gautron wrote: > > Hi, I try to retrieve some parameters from published campaigns using PHP > api v201406. In CampaignService documentation is written in Camp

Re: how to use google adword api, So that i can change my adwords keywords dynamically.

2014-09-02 Thread Ray Tsang (AdWords API Team)
Pavinder, Please review the AdWords API sign-up guide , and the related documentations/guides . On the other hand, you can also check out AdWords scripts

Re: ADGROUP_PERFORMANCE_REPORT not returning eligible adgroups

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Gigel, If those ad groups do not have any impressions, then you may want to try explicitly including zero impression rows in your report requests. Cheers, Josh, AdWords API Team On Tuesday, September 2, 2014 1

Re: How to bid on a placement (mobile) in the API ?

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, You would do this by creating a Placement within a BiddableAdGroupCriterion

Re: AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-02 Thread Ray Tsang (AdWords API Team)
Anup, What is the client library that you are using (and version?). What specific error did you receive? Thanks, Ray On Sunday, August 31, 2014 5:26:41 AM UTC-4, Anup Pathak wrote: > > Hi there, > > > I got AttributeError: 'AdWordsClient' object has no attribute > 'GetConversionTrackerServic

Re: TargetingIdeaService range of dates

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, The API does not support custom date ranges. The closest you can get to approximating that functionality is to include the *TARGETED_MONTHLY_SEARCHES* attribute type you mentioned in your request. Best regards, Josh, AdWords API Team On Tuesday, September 2, 2014 4:55:29 AM UTC-4, Alex wro

Re: can we do billing with google adwords api

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, The AdWords API does not support entering payment information on an account. Some users are whitelisted for the BudgetOrderService , which allows you to assign budget orders from a billing account to your

Re: Shared library audiences through API

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Anil, The AdwordsUserListService is the one you want to use to retrieve user (audience) lists. Thanks, Josh, AdWords API Team On Tuesday, September 2, 2014 4:27:14 AM UTC-4, techpoi...@gmail.com wrote

Re: Alert Service returns error for specified client id. (PHP)

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, You mentioned "I see two alerts from AdWOrds Account (not MCC account)." -- could you tell me what type of alerts they are? You can send screenshots only to me by clicking *Reply to Author*. As I mentioned in my prior post, though, the AlertService will not return every type of alert that y

ADGROUP_PERFORMANCE_REPORT not returning eligible adgroups

2014-09-02 Thread Gigel Chiazna
Hello I am running an ADGROUP_PERFORMANCE_REPORT and it does not return adgroups that are "eligible". I do get "enabled", "removed" and "paused" though. I suspect it might be a problem of freshnes but I have no idea how to find out for sure. I am not setting any predicates for Status. Any hints

faultString: XML_STREAM_EXC error while creating campaign from java API client

2014-09-02 Thread Andy Steinhäußer
Hi , I have an web application which implements Adword APi, It was working find till today , But today strangely i have this error while creating campaigns , Adgroups Application details : Java Web application Adword APi 2014 02 version Could some body can help me what is

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-02 Thread 360gamaster1
Anash, What is the status of this datastore connection issue? Is it still unresolved? We are having problems with jobs working for a little while and then all jobs just start returning Pending status. We have already added the recommended retry code and they never return Complete status aft

Re: How to update the adds based in ids

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Naveen, I just answered a very similar question in another post . Please refer to that post for more information. Thanks, Josh, AdWords API Team On Tuesday, September 2, 2014 2:50:45 AM UTC-4, Naveenkumar kuppili wrote: >

Re: How to update existing adds depend upon Id's

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi JAI, Ads are immutable in the AdWords API, so the only way to simulate an update is to REMOVE the existing ad and ADD a new one with the desired values. The RemoveAd.java

Re: Get Revenue PPC Report from API

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, The API reports are organized at various levels, such as account, campaign, ad group, keyword, etc. Nearly all reports include a *Cost* column that provides the cost associated with each row. If you are bidding on a PPC (CPC) basis, then that value should provide the information you need.

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-02 Thread GregT
Hi, Anash. Just wondering if you got any update from the API team last week regarding why the ad group mobile bid modifiers for shopping campaigns are not permitted through the API, even though you can do it in the UI? Thanks, Greg On Monday, August 25, 2014 10:07:14 AM UTC-5, Anash P. Oommen

Re: Adwords WSDL down

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post regarding this issue. Best regards, Josh, AdWords API Team On Monday, September 1, 2014 8:59:46 AM UTC-4, googler...@kennstdueinen.de wrote: > > About every 10th request gives us a 404: > > curl -s

Re: Adwords MutateJobService stochastically returning soap fault XML_STREAM_EXC

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post regarding this issue. Thanks, Josh, AdWords API Team On Monday, September 1, 2014 9:25:36 AM UTC-4, Erik Mellegård wrote: > > We just recently discovered that MutateJobService stochastically returns

Re: Error and adwords Service not found

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post regarding this issue. Best regards, Josh, AdWords API Team On Tuesday, September 2, 2014 7:40:40 AM UTC-4, Cesar D. wrote: > > We had a lot of those XML_STREAM_EXC errors, it was yesterday though.

Re: FeedService broken?

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post regarding this issue. Best regards, Josh, AdWords API Team On Monday, September 1, 2014 7:40:21 AM UTC-4, Alex Schäfer wrote: > > Hi all, > > the FeedService worked fine for me today. Now I have the

Intermittent issues with AdWords API on Sep 1

2014-09-02 Thread Josh Radcliff (AdWords API Team)
On Monday, September 1st, many users in Europe encountered problems accessing the AdWords API endpoints. The most common errors were of the form: - Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' https://adwords.google.com/api/adwords/cm

Intermittent issues with AdWords API on Sep 2

2014-09-02 Thread Josh Radcliff (AdWords API Team)
On Monday, September 2nd, many users in Europe encountered problems accessing the AdWords API endpoints. The most common errors were of the form: - Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm

RE: [4-6874000004292] Google Product Taxonomy vs Product Bidding Category

2014-09-02 Thread Jonathan Wu
So far, only the US. On Sep 2, 2014 7:01 AM, wrote: > Hi Jonathan, > > Sorry to hear that this work around won't be feasible for you. I'll ask > the shopping team again if there's any way to produce the mapping between > the two category taxonomies. For which countries would you need the mapping?

How to bid on a placement (mobile) in the API ?

2014-09-02 Thread Berry Tsakala
How to bid on a placement (mobile) in the API ? I have a campaign-id, adgroup-id, and placement-URL. i started to research the solution, but still didn't find which direction to take for setting the bid. (i have very little experience with adwords API) maybe there's other terms that i'm miss

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
query = "Select PlacementUrl, Clicks from PLACEMENT_PERFORMANCE_REPORT where CampaignId IN [196669265,196700705,196697825,197152865,196697945] during LAST_WEEK" [empty results] query = "Select PlacementUrl, AverageCpc, IsNegative, Status from PLACEMENT_PERFORMANCE_REPORT where CampaignId IN

Adwords MutateJobService stochastically returning soap fault XML_STREAM_EXC

2014-09-02 Thread Erik Mellegård
We just recently discovered that MutateJobService stochastically returns XML_STREAM_EXC when sending the exact same xml envelope. The xml envelope we send looks like this, using the "get" method: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/v20140

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
it didn't solve my issue; i have a few questions about that: 1. i'd like to get a list of placement right-now, so I'm confused about the usage of "*during*" clause: should I write "TODAY" or give an all-time date range? 2. in this specific campaign(s), some placements has no stat data (campa

AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService'

2014-09-02 Thread Anup Pathak
Hi there, I got AttributeError: 'AdWordsClient' object has no attribute 'GetConversionTrackerService' Error While runnig Adwords Example upload_offline_conversions can any one help me to solve this error. Thank You!, Anup -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Error and adwords Service not found

2014-09-02 Thread Tomas Rimkus
Exactly the same problem here with v201406. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Issue retrieving Campaign Budget amount with CampaignService (v201406)

2014-09-02 Thread Gaëtan Gautron
Hi, I try to retrieve some parameters from published campaigns using PHP api v201406. In CampaignService documentation is written in Campaign > Budget section "Amount of budget in the local currency for t

how to use google adword api, So that i can change my adwords keywords dynamically.

2014-09-02 Thread pavinder naik
Hi. I am new to Google Ad-words .How to integrate Google Ad-words API to my ad-words account so that i can use it easily. I want to use Google Ad-words API to change my Ad-words keywords dynamically as per relevant searches in Google is it possible to do so ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Adwords WSDL down

2014-09-02 Thread googlereseller
About every 10th request gives us a 404: curl -s -i https://adwords.google.com/api/adwords/cm/v201406/CampaignService?wsdl | more HTTP/1.1 404 Not Found Content-Type: text/html; charset=UTF-8 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Fri, 01 Jan 1990

Re: How to get placement list via AWQL for mobile campaign

2014-09-02 Thread Berry Tsakala
correction to the above: i need to know what placements are active NOW, even if they did 0 performance so far On Sunday, August 31, 2014 6:20:10 PM UTC+3, Berry Tsakala wrote: > > it didn't solve my issue; i have a few questions about that: > > 1. i'd like to get a list of placement right-no

Re: Error and adwords Service not found

2014-09-02 Thread googlereseller
same here, about every 10th request fails: curl -s -i https://adwords.google.com/api/adwords/cm/v201406/CampaignService?wsdl | more HTTP/1.1 404 Not Found Content-Type: text/html; charset=UTF-8 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Fri, 01 Jan 1

TargetingIdeaService range of dates

2014-09-02 Thread Alex
Hello I am trying to use PHP TargetingIdeaService (v201402) to get TARGETED_MONTHLY_SEARCHES. Is it possible to restrict the result of a range of dates, as it happens in KeywordPlanner ( http://gyazo.com/568f5499d1096ba05e776a05c135b4f9 )? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

can we do billing with google adwords api

2014-09-02 Thread pavinder naik
hi. How to use google api for making payment. can we do this.? if yes then how to do this.? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~

Re: how to make a placement "whitelist"?

2014-09-02 Thread Berry Tsakala
there's no such action in the GUI, AFAIK. I thought there might be. I decided to solve my issue by leaving a new campaign disabled until i have a first *included *placement, and only then enable it, so that it will not run on all possible placements (which is undesired for me for some campai

Re: Refresh token usage for downloading adhoc reports

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Amar, You cannot download reports for all accounts under an MCC in one request, but you can take the following approach: 1. Get the list of all accounts under your MCC. See the GetAccountHierarchy.java

Re: INCOMPLETE_SIGNUP error returned by Adwords API

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi Eli, Have you tried setting the clientCustomerId header to the customer ID of one of the *child* AdWords accounts of your test MCC? Cheers, Josh, AdWords API Team On Sunday, August 31, 2014 8:22:01 AM UTC-4, eli.

Re: Error and adwords Service not found

2014-09-02 Thread Cesar D.
We had a lot of those XML_STREAM_EXC errors, it was yesterday though. On Monday, September 1, 2014 4:59:06 PM UTC+2, kamil.gr...@gmail.com wrote: > > Hi, > > we have the same problem here. Were using v201406. > > Various services randomly returns 'XML_STREAM_EXC'. > > The problem starts today a

Shared library audiences through API

2014-09-02 Thread techpoint . 2015
Hi, Is it possible to get list of audience available in *Shared Library -> Audiences* in clients adword account using API? I have tried with *SharedCriterionService* but not able to get results. I have tried it using V201402. Thanks, Anil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=