Re: I don't see impressions available in the new v201509 Video Performance Report

2015-10-28 Thread Anthony Madrigal
Hi, No worries. We are still working on adding Impressions to the Video Performance Report. I will let you know as soon as that is done. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blo

Re: AdWords API Criteria Performance Report - YouTube InSearch Data inclusion

2015-10-28 Thread BraveAdWordsDeveloper
Sorry for the delay in response, I didn't get an update by email that anyone replied to this post. The campaign id's are as follows: 340050962 158699882 Thanks, Sean On Monday, October 26, 2015 at 4:22:37 PM UTC-4, Sean Busa wrote: > Hi, > > Since last week we started seeing YouTube InSearch

Re: I don't see impressions available in the new v201509 Video Performance Report

2015-10-28 Thread BraveAdWordsDeveloper
Sorry for the delay in response, I didn't get an update by email that anyone replied to this post. The campaign id's are as follows: 340050962 158699882 On Tuesday, October 20, 2015 at 11:09:30 AM UTC-4, BraveAdWordsDeveloper wrote: > Is this something that will be added soon? In the Google De

Re: How to get report for disable ads?

2015-10-28 Thread Umesh Dengale
Hello, You could add Status as a predicate (e.g. WHERE Status IN ["ENABLED", "PAUSED", "DISABLED" ] in your AD_PERFORMANCE_REPORT query. Please check out the AD_PERFORMANCE_REPORT

Re: New BatchJobService and Shopping Campaigns

2015-10-28 Thread Anthony Madrigal
Hi, Unfortunately, just like the MutateJobService, the BatchJobService does not support shopping campaigns. Here is a list of limitations for the service. Please check our blog

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-28 Thread Anthony Madrigal
Hi, This error means that you cannot add any more keywords or other criterions to the campaign with Id 459733452. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=

Re: "Get search volume data and trends" information via API

2015-10-28 Thread Umesh Dengale
Hello, The Currency, Suggested bid, Impression share, Organic impression share, In account, In plan etc. are not supported in the AdWords API . The TargetingIdeaService

Re: How to use the OR condition in AWQL

2015-10-28 Thread Anthony Madrigal
HI, Unfortunately, the OR operation is not supported in the AWQL syntax. Please follow our blog regarding any updates to this feature. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: MCC spend

2015-10-28 Thread Anthony Madrigal
Hi, As with all report types, it is not possible to run a report on an MCC level. In order to get reporting data for multiple accounts, you will need to send a separate request for each account by setting its

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

2015-10-28 Thread Anash P. Oommen (AdWords API Team)
Hi John, No, we still don't support this feature, nor have this item on our roadmap. Cheers, Anash On Tuesday, October 27, 2015 at 4:31:23 PM UTC-4, John Parillo wrote: > > Hi, > > Is this still the case today? > > I'm currently building a sales support tool and i'm looking to be able to > det

New BatchJobService and Shopping Campaigns

2015-10-28 Thread Chuck Reeves
Previously you could not use MutateJobService with shopping campaigns. Now that MutateJobService is deprecated in lieu of BatchJobService, is that limitation still present? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.

Re: UAC (Universal app campaigns) support in the API

2015-10-28 Thread Umesh Dengale
Hello, Currently, the AdWords API (including API reports) do not support the Universal App Campaigns. We can't comment on any future features of AdWords API. Please keep an eye on our AdWords API blog for any updates or announcements. Thanks, Umesh, Ad

Re: Special Values for ImpressionReach / uniqueCookies?

2015-10-28 Thread Josh Radcliff (AdWords API Team)
Hi Tony, I'm also going to follow up with the reporting team to see if the data type returned by ReportDefinitionService for this field should be changed. Thanks, Josh, AdWords API Team On Tuesday, Oct

Re: Adding subdomain to OAuth valid redirect urls

2015-10-28 Thread assaf
Thanks, we did it and seems to work. I thought that adding a new client will require to pass the approval process for developer token again. On Monday, October 26, 2015 at 7:54:05 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The flow you described sounds like a *Web application*

Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-28 Thread hans . t
{ "fieldPath": "operations[2455]", "errorString": "EntityCountLimitExceeded.CAMPAIGN_LIMIT", "ApiError.Type": "EntityCountLimitExceeded", "enclosingId": "459733452", "existingCount": 1, "trigger": null, "index":

Re: Adwords Video data via Criteria Report

2015-10-28 Thread Umesh Dengale
Hi Alex, I have used below query for CRITERIA_PERFORMANCE_REPORT. SELECT CampaignName, CampaignId,CampaignStatus,Conversions,ConversionValue, Cost,Criteria, VideoViews,CriteriaType FROM CRITERIA_PERFORMANCE_REPORT WHERE Cost > 0 DURING 20151001,20151014 To get AdGroup related data, you cou

Get search volume data and trends information via API

2015-10-28 Thread Heitor Tashiro Sergent
Hi! I'm looking at the documentation for Keyword Planner, specifically the part on "Get search volume data and trends ". >From what I understood and playing around with the API using

How to get report for disable ads?

2015-10-28 Thread Ciro Shia
Hi! I´m running a report using var adReport = AdWordsApp.report( 'SELECT Id, KeywordId, AdGroupId, Device, AdType, AdNetworkType1, Status, Cost ' + 'FROM AD_PERFORMANCE_REPORT ' + 'DURING ' + dataRangeQuery, {includeZeroImpressions: false}); However, the data I get does not

"Get search volume data and trends" information via API

2015-10-28 Thread Heitor Tashiro Sergent
Hi! I'm looking at the documentation for Keyword Planner, specifically the part on "Get search volume data and trends ". >From what I understood and playing around with the API using

MCC spend

2015-10-28 Thread MrGapo
I need to get total spend by MCC via Adwords API. Is there any to achivev this with a single report download. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: Errors in Java maven com.google.api-ads version 2.5.0

2015-10-28 Thread Adxsearch Adxpand
I opened an issue here: https://github.com/googleads/googleads-java-lib/issues/55 On Tuesday, October 27, 2015 at 10:01:06 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Since this is specific to the Java client library, could you open an issue > on our issues list >

Re: Getting the Change History via the API

2015-10-28 Thread Stephen
Hey all, Wanted to check if there's been any movement on this. Change History via the API would be a massive benefit to many advertisers, is this on your roadmap? Thanks, Stephen On Monday, June 18, 2012 at 5:06:50 PM UTC+1, Oliver wrote: > > Hi, > > I believe the only way to get some data abo

Re: UNEXPECTED_INTERNAL_API_ERROR occurs when a remaketing list contains > 400 rules , created by API

2015-10-28 Thread Jian Xu
Find a solution, we could use logicalUserList to separate these rules. On Tuesday, October 27, 2015 at 5:55:39 PM UTC+1, Jian Xu wrote: > > Hi, > > I've met an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR, when i use the > Adwords API to create a remarketing list which contains a list of Stri

UAC (Universal app campaigns) support in the API

2015-10-28 Thread dima
Hi, Some of our clients started creating UAC campaigns and we can't seem to retrieve performance data about those using the ADGROUP_PERFORMANCE_REPORT adhoc report. Is there official support planned for this in the API? could you share any ETA? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~