Join multiple reports

2014-09-24 Thread Amit Pawar
Hi Team, Can we join the multiple adwords reports ? Using AWQL ? I want to join below reports: 1. Ad Performance Report 2. Click Performance Report 3. Ad Group Performance Appreciate your inputs. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: DeletedCriteria / RemovedCriteria - not containing deleted keywords

2014-09-24 Thread Giles Bodger
Hi Josh - thanks for the reply So we deleted the keywords at about 0100hrs GMT on Friday the 19th September, and haven't had any notification since then in our syncs - in fact, we sync every 15 mminutes and roll our timestamp forward so the main sync is not likely to pull in this change now - h

Re: Join multiple reports

2014-09-24 Thread Amit Pawar
Any updates on this please. On Wednesday, 24 September 2014 13:05:32 UTC+5:30, Amit Pawar wrote: > > Hi Team, > > Can we join the multiple adwords reports ? Using AWQL ? I want to join > below reports: > > 1. Ad Performance Report > 2. Click Performance Report > 3. Ad Group Performance > > Apprec

CustomerSyncService doesn't return ID of changed feedItem

2014-09-24 Thread GrueneOrchidee
CustomerSyncService doesn't return all IDs of changed feedItems. If I compare it with AdWords, the required sitelink isn't visible for dateRange 9/16/2014-9/17/2014 but is visible for the dateRange 9/17/2014-9/18/2014. My request uses the dateRange 9/16/2014-9/19/2014 where the ID of the feedIt

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, This fix should be live now, let me know if you are still facing issues. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 23, 2014 4:37:00 AM UTC-4, Alan Coleman wrote: > > Hi Anash, > > Is there any update on this fix? Or a timescale in place? > > We'd really like to

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

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Greg, The team told me that the fix is live, so you should be able to set bid modifiers on shopping adgroups now. Let me know if the request is still failing for you, and please provide a requestId from a failed request if possible. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday,

Re: DeletedCriteria / RemovedCriteria - not containing deleted keywords

2014-09-24 Thread Giles Bodger
Just a quick update Josh - let me make a few amends - it looks like it could be an error at our end - will post back a little later on . On Wednesday, September 24, 2014 11:06:36 AM UTC+1, Giles Bodger wrote: > > Hi Josh - thanks for the reply > > So we deleted the keywords at about 0100hrs G

Can RateExceededError happen only for part of operations in case PartialFailure is true

2014-09-24 Thread Dzmitry Zahusta
Hi all! Is it possible that part of operations are performed but the remaining are failed with RateExceededError (in case PartialFailure is true)? I just wondering if this situation should be handled in code. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: DeletedCriteria / RemovedCriteria - not containing deleted keywords

2014-09-24 Thread Giles Bodger
OK - Josh can i check something with you... So when we receive an AdGroupChangeData object in a sync, can you tell me the difference between the DeletedCriteria and the DeletedAdGroupBidModifierCriteria - i read the docs but i don't completely understand is it that the DeletedAdGroupBidModifie

Script - Google Shopping Campaign - Auto CPC Bid

2014-09-24 Thread Steve Berg
Hello, I would like in my 30 Shopping Campaigns the offer and the management of the CPC from the Product Groups automate. For example, the CPC should be low in a low CTR be in good conversion correspondingly higher. How would a possible script look like? Best Regards - Steve - -- -- =~

ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-09-24 Thread Jiří Syrový
Hi, could the error in ${SUBJ} be caused by some general issue occurring recently? Getting it pretty often for SEARCH_QUERY_PERFORMANCE_REPORT even for shorter time intervals that shouldn't contain so much date e.g. start=2000-01-01T00:00:00.000Z end=2012-01-01T00:00:00.000Z type=CUSTOM_DATE --

partial errors dosen't work with validate only

2014-09-24 Thread anirudh . k
Hi, im making a call to campaignService mutate. I set partial errors to true and validate only false. It works as expected, no issues. Partial errors are returned, but when partial errors is true and validate only is also true and there are any errors, Adwords returns an exception instead of th

How to create in API report some specific Keywords filters

2014-09-24 Thread Oscar Martinez
Hi, Seeing the data gotten from the API Keyword Report, I have a discrepancy of Converted Click between Keywords Report gotten from the AdWords Website Keywords Report and API Report. I think the problem is related with some filters set in the Website. Those filters are: - Keywords Below firs

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi, You should be reducing the date range significantly - preferably, keep it to a couple of recent months. Right now, you are requesting data worth 12 years. For one, you are requesting data from 1 Jan 2000, but AdWords launched only on October 23, 2000.

Re: Can RateExceededError happen only for part of operations in case PartialFailure is true

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Dzmitry, I haven't seen that happen, though you wouldn't need a special handling for RateExceededError in this case. You just need to handle this case like any other: try { Make API call } catch (ex) { Pick the operations that failed. (this would be everything when partialfailure is not

Re: Join multiple reports

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Amit, You need to join reports at your end, AWQL doesn't support joining reports. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 3:35:32 AM UTC-4, Amit Pawar wrote: > > Hi Team, > > Can we join the multiple adwords reports ? Using AWQL ? I want to join > below

Re: How to run auction insights reports using AdWords Script

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Luis, This report is not yet supported in AdWords API. See https://developers.google.com/adwords/api/docs/appendix/reports for the list of reports we support today. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 23, 2014 8:01:16 PM UTC-4, Luis M. Castañeda wrote: > > I

Re: partial errors dosen't work with validate only

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi, If you can post a request and response xml after removing the credentials, I can investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 4:02:46 AM UTC-4, anir...@deltax.com wrote: > > Hi, > > im making a call to campaignService mutate. I se

Re: How to run search terms report on selected keywords using AdWords Script

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Luis, You'd need to run the Search Query Performance report. See https://developers.google.com/adwords/api/docs/appendix/reports#search-query for details. Cheers, Anash P. Oommen AdWords API Advisor. P.S: Scripts has a separate forum, see https://groups.google.com/forum/#!forum/adwords-sc

Re: BulkMutateJob WORKFLOW_FAILURE

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Kinsey, Thanks for providing the ID, I'll investigate this further at my end. Also, a negative id has no special meaning, MJS ids can be in integer (positive or negative), that's all. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 22, 2014 8:26:06 PM UTC-4, kinsey001 wro

Re: BulkMutateJob WORKFLOW_FAILURE

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Kinsey, Your job failed because your developer token is on basic access mode, and can handle only 10K operations per day. MJS is meant to handle bulk operations, and hence fails the task if it cannot complete it due to a quota issue. You can upgrade to standard access

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

2014-09-24 Thread GregT
Hi, Anash. Just tried again right now, and still failing with the exact same error. Here's the SOAP log: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/ap

Re: Is it possible to use multiple LocationExtensionOperand to set different radii on different GeoTargetOperands?

2014-09-24 Thread Josh Radcliff (AdWords API Team)
Hi, For RMF questions, it's best to contact the API Compliance team via this form: https://services.google.com/fb/forms/apicontact/ They'll know the exact intended functionality for each item. Thanks, Josh, AdWords API Team On Tuesday, September 23, 2014 4:52:26 PM UTC-4, dkriek...@adready.co

Re: DeletedCriteria / RemovedCriteria - not containing deleted keywords

2014-09-24 Thread Josh Radcliff (AdWords API Team)
Hi Giles, The changedAdGroupBidModifierCriteria will contain the IDs of CampaignCriterion

Re: Clarification on RMF C.21 (Set Distance Targeting)

2014-09-24 Thread Josh Radcliff (AdWords API Team)
Hi, You may want to check out my response on a related post: https://groups.google.com/d/msg/adwords-api/tPSvMjZeIl4/5kds6PqhFckJ However, for questions on the interpretation of the RMF, please contact the API Compliance team via this form . T

Re: DSA criteria suddenly appear in CRITERIA_PERFORMANCE_REPORT

2014-09-24 Thread Josh Radcliff (AdWords API Team)
Hi, I'm still waiting for a response from the reporting team to determine if anything changed regarding DSAs. I'll get back to you as soon as I have more information. Regarding the *CriteriaType* field, I actually get back the expected value of *Webpage* for those rows, and only see *--* in th

Going from Command Line to Creating Web-based tools

2014-09-24 Thread Sage Lewis
First, I want to thank you all for your contributions here. Because of you all I now have successfully run GetRefreshToken.php and GetReportFields.php both from the command line. If you knew me you would think that's a miracle in and of itself. But now I'm curious about going to the next stage.

Re: Error: Invalid_client No Application Name while running GetRefreshToken.php

2014-09-24 Thread Sage Lewis
Did you add a "Product Name" in the "Consent screen" of Google Developers Console? I got that error too until I added a Product Name. On Tuesday, September 23, 2014 8:51:40 AM UTC-4, Kiran Kumar wrote: > > Hi, > > I have entered all the credentials in auth.ini file except refresh > token.When

Re: PHP Client Library : Problem to use API Adsword

2014-09-24 Thread Sage Lewis
As a person who is VERY new to this world this was definitely a hurdle for me. I set up XAMPP on my pc at home. It installed php and all the necessary stuff right out of the box. But what I didn't realize was just what was said below. You must run these examples all from the command line. So i

Re: RefreshToken Showing blank page

2014-09-24 Thread Sage Lewis
I struggled with this for like ever. Then I realized that I needed to run php from the command line and not a web browser. Once I did that I was able to break past this error. I'm not sure that's your problem or not. But it was my issue for some time. On Saturday, September 13, 2014 2:03:18 AM

Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2014-09-24 Thread Robert O'Kruk
Hello, I am wondering if you can use the AdWords API to access the data that is provided from the AdWords Ad Preview & Diagnosis Tool? Any input is greatly appreciated. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Having trouble locating the validation error code information on the API docs

2014-09-24 Thread David Nunez
Hi, I've added a FeedItem to an existing Feed through the FeedItemService, and though the FeedItem shows a status of ACTIVE, it contains a validation error. I'm having difficult locating a spot on the API docs that shows me what these numeric validationerrorcode values mean. (see validationEr