Re: Delete Audience RLSA

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi SK, Here's a quick update on Question #2. I was looking at the Audience Performance Report for another issue I was working on, and I noticed that the Criteria field looks like it's displa

Re: Report Summary is missing

2015-10-22 Thread Anash P. Oommen (AdWords API Team)
Hi, CSV / TSV reports were historically made for the UI users / API users who wanted to display results directly to the users without much processing. So they included summary rows. XML reports were meant for developers who wanted to process the rows further, so we kept only the raw data rows i

Re: New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Umesh Dengale
Hello, Could you provide the report request and clientCustomerId? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Ad Scheduling in PHP - 2015

2015-10-22 Thread Doug Silksone
Hey guys - First post here. Purpose of this code section is to set Ad Scheduling between 00:00 - 04:00 every weekday. Unfortunately, the code I've written has been breaking the rest of my PHP script. At first glance, can you see where I'm going wrong? $campaignCriterionService = $user->Ge

Re: Video preview image in Video Performance Report

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana, They are already looking at adding impressions. As for your other requests, I filed a feature request with the engineers. Since I don't set the priority, I can't give a date. So, be on the lookout on the blog for any u

Re: Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Umesh Dengale
Hi Paul, When AdGroupEstimateRequest is created then you must also specify a KeywordEstimateRequest

Re: Problem creating App Engagement Ads

2015-10-22 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Sebastian, Thanks for summarizing this information. Cheers, Thanet, AdWords API Team On Thursday, October 22, 2015 at 4:16:38 AM UTC-7, sebastian.lame...@despegar.com wrote: > > Alright, for anyone interested in the issue, this seems to > be the final answer: > > I've been confirmed that tho

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR using v201506 AdGroupAdService.mutate to ADD new TemplateAd

2015-10-22 Thread Anthony Madrigal
Hi, I think I may have found a reason as to why you are experiencing this error. I see that the template Id of the original ad you are trying to copy is 456. This type of template ad is not supported through AdWords API. Here is a link to all the supported template ads

Re: How to correctly use CriterionBidLandscape - 'No bid landscapes found' error

2015-10-22 Thread Paul Lo
I think I only need to check Conversion Tracking item, let me double check. - You need to have an established criterion or ad group so the estimation process can have some baseline information from which to generate its predictions. - Conversion Tracking must be enabled. - The ac

Re: Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Paul Lo
without providing ids, the estimated CPC for each keyword are around 30% lower than my historical CPCs, while the position are not significantly worse Paul Lo於 2015年10月22日星期四 UTC+8下午5時22分39秒寫道: > > Hello, > > I've started to try TrafficEstimatorService recently, and I found that if > I submit

Re: Turn off "Count calls as phone call conversions" through API

2015-10-22 Thread Han Vo
Thank you guys On Thursday, October 22, 2015 at 10:20:47 AM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Hi Han, > > I've filed a request with the engineers. Since I don't set priorities, I > can't guarantee that it will be available in the next update. However, I > will update this th

New Video Performance Report returning 0 views but Video played to 100% has values

2015-10-22 Thread Leon Pidgeon
I am using the googleads-php-lib library and pulling data for a VIDEO_PERFORMANCE_REPORT. All the values in the Views column are 0 even in rows where Video played to 100% are percentages indicating the video has been played to completion. Is the

Re: How to Set Bids on YouTube Campaigns

2015-10-22 Thread Umesh Dengale
Hello, The AdWords API v201509 support only the video campaigns data and statistics in the API reports. The API does not support get, mutate operations for the video campaigns. Please check release notes for complete lists of changes

Re: Turn off "Count calls as phone call conversions" through API

2015-10-22 Thread Nadine Sundquist (AdWords API Team)
Hi Han, I've filed a request with the engineers. Since I don't set priorities, I can't guarantee that it will be available in the next update. However, I will update this thread once a solution has been made available. Best, Nadine, AdWords API Team On Wednesday, October 21, 2015 at 12:36:56 P

Video preview image in Video Performance Report

2015-10-22 Thread Tiana S.
I think it would be a very useful addition if you'd be able to request a preview image or something for the video and the url to the video in the Video Performance Report. This will give a better overview and a clearer indication on what video is returned. Also, a lot of the metrics in e.g. the

Re: YouTube Campaigns Not Showing Up

2015-10-22 Thread max lewis
Hi Mark, Recent changes to the API mean that there are now more options for videos than before. The most important of these changes for your question is that you can now add 'views' along with other video specific metrics. One thing we learnt was that if you include 'click type' you will not ge

Re: Trying to get an API key

2015-10-22 Thread support
I was told 1 business day before this. This is my MCC ID: 287-752-1602 On Thursday, 22 October 2015 03:16:25 UTC+11, Umesh Dengale wrote: > > Hi Martin, > > Have you filled out the second part > of the application form? > If not, please go ahead

Re: Problem creating App Engagement Ads

2015-10-22 Thread sebastian . lamelas
Alright, for anyone interested in the issue, this seems to be the final answer: I've been confirmed that though the preview is not correct, when > being served in the real time, your ads will show the call-to-action > caption correctly. Unfortunately, this discrepancy issue will not be > fixed

Estimating Traffic (TrafficEstimatorService) with and without campaign/adgroup/keyword ids

2015-10-22 Thread Paul Lo
Hello, I've started to try TrafficEstimatorService recently, and I found that if I submit the request without providing adGroupId, campaignId, criterionId (keyword id), the estimated CPC for each keyword are around 30% lower than my historical CPCs . I can read from KeywordEstimateRequest doc