Re: Cannot get AdType of IMAGE_AD in ad-performance-report

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi Akiko, I don't have any progress to report at this time, but I'll post here as soon as I do. Regarding retrieving template ads as images, you won't be able to do this via reporting, but you can use AdGroupAdService

Re: UNEXPECTED_INTERNAL_API_ERROR at ConversionTrackerService.get()

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi Zweitze, I don't think this points to any issues specifically with *ConversionTracker* since the failed *get* requests succeeded later when I retried them, and according to our logs, the failures were due to timeouts trying to load the data, presumably because of high usage/load at that

Re: Automated Extensions by API

2015-09-01 Thread Umesh Dengale
Hi Anil, The Automated Extensions Report is not supported in the AdWords API. In the AdWords product side (UI) you can find the Automated Extensions Report

Re: Miminal Python Example

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Can you try following this guide again? Make sure you select a correct type of application type, log in as your MCC account user when you do the step to get refresh token, and finally leave no spaces after a refresh

Re: Zero impression productPartition report

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello mm, In other words, you've found that using the predicate Impressions >= 0 produces a different result than when setIncludeZeroImpression(true) is used? What if you omit the predicate Impressions >= 0? If you want all records including those with impressions equal to 0, please always

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND, Trigger: Unable to read report data

2015-09-01 Thread AdWordsApiUser
Started getting this about 1 hour back for keywords, search query, placement reports, for all our accounts. Any help appreciated! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND, Trigger: Unable to read report data

2015-09-01 Thread AdWordsApiUser
Okay, it started working now. It was down for about 30 minutes, but not for all adwords accounts. At that time, the adwords interface also seemed to have issues. AdWords (and AdWords API) team is one of the most responsive teams I've seen in terms of resolving downtimes and such issues. Kudos!

Re: User Lists duplicate entries

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi Michael, Thanks for sending over the file again. I'm following up on this and will get back to you as soon as I have more info. Best regards, Josh, AdWords API Team On Monday, August 24, 2015 at 12:11:25 PM UTC-4, Umesh Dengale wrote: > > Hi Michael, > > Thanks for providing the SOAP XML

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Ed-
Hi Umesh, I believe the reason so many people ask to have this kind of campaign exposed by the API is triggered by Google AdWords account teams. I work for a agency that year after year is pushed to have more and more video ads, so I have performance and strategy directors asking me time and

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-09-01 Thread GregT
Hi again, Umesh. I saw the announcement today regarding the FINAL_URL_REPORT being available now, and gave it a shot with one of our shopping campaigns, asking for data for last month (which has plenty of data and should presumably be with final URLs). Unfortunately, it (like the destination

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Justin Coon
We are painfully aware that Trueview data is not available...hence all the replies...we need to have this On Sep 1, 2015 3:29 PM, "Umesh Dengale" wrote: > Hello, > > The AdWords API does not support the trueview campaigns. Currently, we > don't have any plans

Re: User Lists duplicate entries

2015-09-01 Thread Michael Buetow
Hey Josh, I checked your theory and did NOT see a UserList with the ID 8798718 in the UserLists returned. Your theory would also explain why I wasn't able to repro the problem when I filtered on list type. Thanks for the quick response, please let me know if you need any other details to

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Justin Coon
Well said! On Sep 1, 2015 3:57 PM, "Ed-" wrote: > Hi Umesh, > > I believe the reason so many people ask to have this kind of campaign > exposed by the API is triggered by Google AdWords account teams. I work for > a agency that year after year is pushed to have more and

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Umesh Dengale
Hello, The AdWords API does not support the trueview campaigns. Currently, we don't have any plans to support the trueview campaigns. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: User Lists duplicate entries

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi Michael, Is the one list that's missing the G+ followers list (ID 8798718), by any chance? You cannot create *Google+ Followers* lists in the API, so my theory is that *totalNumEntries *is *including* your G+ list, but the response contents *exclude* that list because it's an unsupported

Re: Value track {creative}

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi Adriana, The *AD_PERFORMANCE_REPORT* and *KEYWORDS_PERFORMANCE_REPORT* won't show you your URLs with parameter values substituted, since the *FinalUrls *fields on those reports simply reflect the current state of the final URLs on ads or keywords, with the *ValueTrack* and custom parameters

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-09-01 Thread A Neuen
OK I what you suggested: 1. replaced sitelinkUrl with sitelinkFinalUrls 2. instead of a string I pass an array ( 'sitelinkFinalUrls': ['http://www.awesome.com'] I get a an exception: Traceback (most recent call last): File ".../app/utils/actions.py", line 110, in perform ret =

Re: CTR in reports

2015-09-01 Thread Katrin Demyanchuk
Thanks, Anthony. On Monday, August 31, 2015 at 10:20:12 PM UTC+3, Anthony Madrigal wrote: > > Hi Katrin, > > Yes, you can have your stats segmented by network type by including the > field AdNetworkType1 >

Automated Extensions by API

2015-09-01 Thread Anil Vadhavane
Hello, Is it possible to get "Automated Extensions Report" by adwords API. This can be seen under Ad Extensions in adwords account? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-09-01 Thread A Neuen
Here is the message the library sents: http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xmlns:tns="https://adwords.google.c om/api/adwords/cm/v201502"

SettingError.TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN

2015-09-01 Thread Сергей Бакстон
Добрый день. Подключил библиотеку v201506 в итоге при создании контекста через api пишет ошибку Fatal error: Uncaught SoapFault exception: [soap:Server] [SettingError.TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN @ operations[0].operand.settings[0]] в AdsSoapClient.php в строке

Re: Api exception when calling Google.Api.Ads.AdWords.v201502.CustomerService.get()

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Ashley, Could you please tell me more about your use case? It's true that you don't need to pass arguments to use CustomerService, but that's because the default, which is the ID of authenticated account, is always returned. If you want to get information of your child accounts, you need to

методы для получения статистики затрат по объявлениям?

2015-09-01 Thread Сергей Пшеничный
какие методы использовать для получения затрат на кампании/объявления/фразы за определенный период ? // what methods are used to obtain the cost of campaigns / ads / phrases for a certain period? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Value track {creative}

2015-09-01 Thread Andrada Crisan
Hello, I am getting an ad_peformance_report and I saw in final url results urls with {creative} appended but these were not replaced with the unique id number in these reports. How to get the creative unique number in ad and keyword reports from Adwords Api? I mean to replace this

Re: UNEXPECTED_INTERNAL_API_ERROR at ConversionTrackerService.get()

2015-09-01 Thread Zweitze
Josh, What we do with the errors, where a retry doesn't help? We fail - we can't complete the task, so we log the problem. Using that log I ask what this error was about - because, sometimes it's about a new AdWords feature not correctly implemented in the API. Zweitze. On Thursday, August

Re: Problem creating App Engagement Ads

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello Sebastian, Sorry for the delay. Let me check with the engineering team for this discrepancy. Could you please do *Reply privately to author *and send me your campaign ID, ad group ID, and ad ID of the ad in question (especially those of the ad in your screenshot)? Thanks in advance.

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello, Thanks for your valuable opinion. Of course, we pass this feedback to the responsible team for feature release and they are aware of this demand. Unfortunately, it's not planned in very near future release. Cheers, Thanet, AdWords API Team On Wednesday, September 2, 2015 at 5:56:52 AM

Re: Video Ads - How to pull metrics from Adwords API.

2015-09-01 Thread Dev Tecteam
As Google will remove Youtube access for Doubleclick advertisers on january 1st 2016 the only available solution will be to create Trueview campaigns. 4 months to deal with this huge change and there isn't API to create & manage trueview campaigns. Any idea of when it'll be available or at

Re: Is MatchType available for keyword criterion in the new criteria report?

2015-09-01 Thread Anthony Madrigal
Hello, Unfortunately, the MatchType is still not supported in the Criteria Performance Report. However, as an alternative, you can run a Keywords Performance Report and include the field

Re: Problem creating App Engagement Ads

2015-09-01 Thread sebastian . lamelas
Is there any way I can check whether the Ads are correct or not without using the UI in AdWords web? I do not know whether the UI is crashing or the Ad was incorrectly created. The second case would be rare because it should have failed while it was being uploaded, but it didn't. El viernes,

Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-09-01 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, I was a bit off-base in my recommendation. The type of the *sitelinkFinalUrls* field is UrlList , so the code should actually be: sitelink1 = { 'xsi_type':

Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-01 Thread Anthony Madrigal
Hello Ronak, Is your Google grant account a Basic account and non-Google grant account a Standard account? If it is, then that is why you are receiving the error for only that account. If you are interested in having unlimited operations, you could apply for Standard access

Re: методы для получения статистики затрат по объявлениям?

2015-09-01 Thread Anthony Madrigal
Hi, You can run a report and include the field Cost in it. You can specify your date range there. Depending on what costs you are looking for,

Re: Acessing other Adwords accounts through API

2015-09-01 Thread Umesh Dengale
Hello, You could follow the steps given in our OAuth2.0 guide for generating the refresh token. Please check out our OAuth2.0 guide for more details. Thanks, Umesh, AdWords API Team. -- --

Re: SettingError.TARGET_ALL_IS_NOT_ALLOWED_FOR_PLACEMENT_IN_SEARCH_CAMPAIGN

2015-09-01 Thread Anthony Madrigal
Hi, The error you are getting means that you are trying to set PLACEMENT to *targetAll, *which is not allowed in search campaigns. Please make sure you either set the targeting type to