Re: Bad Request Error

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, If you inspect the *AdWordsReportsException* (e.g., by adding a breakpoint where it's being thrown), I think you'll see that the request is being rejected because the valid *Status* enums ar

Bad Request Error

2015-01-12 Thread Eberle Communications
I am trying to use the sample to pull back a report. I am getting this error information: Google.Api.Ads.AdWords.Util.Reports.AdWordsReportsException was caught HResult=-2146233088 Message=Report download errors occurred. Source=Google.AdWords StackTrace: at Google.Api.Ads.AdWords.

Re: conversion mismatch

2015-01-12 Thread Jahanger Gull
Thanks Josh, Yes you are are right the wrong column was getting used. Now its working fine. Thanks On Tuesday, January 13, 2015 at 5:30:00 AM UTC+13, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Are you sure you are looking at the same field in the UI and the API? > There are two differ

Re: Video Campaign - how can I retrieve stats for a video campaign?

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, The beta video campaign services have been deprecated and are not available in v201409. There currently is no support for AdWords for Video campaigns in the API. Best regards, Josh, AdWords API Team On Monday, January 12, 2015 at 12:46:09 PM UTC-5, agenc...@gmail.com wrote: > > Hi All, > >

Re: Cost values falling out of reporting API--why?

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, Could you send the following information *only to me* by clicking *Reply to Author* on this message? 1. Your customer ID (xxx-xxx-) 2. A screenshot of the *Other search terms* view 3. The API report request and response Thanks, Josh, AdWords API Team On Monday, January 12, 201

Re: Cost values falling out of reporting API--why?

2015-01-12 Thread HeatherH
I found the 'Other Search Terms' row, but for the date range I'm reviewing, that summary row shows 0.00 in cost. How can something with 0 reported cost be responsible for the missing $$? On Monday, January 12, 2015 at 11:41:24 AM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The AP

Re: Cost values falling out of reporting API--why?

2015-01-12 Thread HeatherH
Thanks, Josh, this is very helpful. Will you tell me where to find a page in the UI with 'Other Search Terms' in the footer, like the one you took the screen shot of? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Re: API returning AuthenticationError.OAUTH_TOKEN_HEADER_INVALID

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, That error indicates that the *Authorization* header in your request is malformed. Please log your SOAP requests and check that header to make sure it is formatted as specified here . You might want

Video Campaign - how can I retrieve stats for a video campaign?

2015-01-12 Thread agencia . f2f
Hi All, How can I retrieve stats for a video campaign with v201409 API? In v201406 version had the VideoCampaignService, but this no long avaible in v201409. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: Localized Report Type Field Names

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, The report types page lists the same information that you'll get back from the API's ReportDefinitionService.getReportFields method, so it only contains English field names and labels

Re: Cost values falling out of reporting API--why?

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, The API report will not include the *Other search terms* row that you see in the UI (see attached). Per the tooltip in the UI for the *Other search terms* row: Data appears in this row if both of the following are true: - You didn't receive any clicks on this term within the last 30

Localized Report Type Field Names

2015-01-12 Thread Tim Waijers
Is there anyway to get the localized values for the different report type fields? What i'm looking for is a spreadsheet or data file with the different field names localized in Dutch. I think it'd be good to have the official translations by Google before I start translating it myself and make

Re: Some help in getting of SiteLinks

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi Assaf, You have two options for this: 1. If ads have served with the sitelinks, then you can use the PLACEHOLDER_FEED_ITEM_REPORT to see the feed item IDs of the sitelinks that have served with each ca

Cost values falling out of reporting API--why?

2015-01-12 Thread HeatherH
I'm trying to get a full accounting of my accounts Dynamic Search (keywordless) ads. When I look in the UI, I see one value for total cost under the Dynamic Search Ads campaign (let's say $100) for a given time period. However, when I use the Reporting API's Keywordless Performance report to p

Re: conversion mismatch

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, Are you sure you are looking at the same field in the UI and the API? There are two different conversion fields: *Conversions* (which maps to *Converted clicks* in the UI) and *ConversionsManyPerClick* (which maps to *Conversions* in the UI). Thanks, Josh, AdWords API Team On Sunday, Janu

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

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi CJ, We're aware that there's a lot of interest in this functionality, but unfortunately I don't have any updates at this time. Thanks, Josh, AdWords API Team On Friday, January 9, 2015 at 9:45:13 PM UTC-5, CJ wrote: > > Just joining in the fun on this one. Almost been 3 years since the > or

Re: Can anyone use the API or must you be a developer with an MCC account?

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, For questions related to applying for a developer token, please contact the API Compliance Team via this form . Thanks, Josh, AdWords API Team On Saturday, January 10, 2015 at 6:08:34 PM UTC-5, webmast...@gmail.com wrote: > > The basic you

Re: Path to getting developer access token for small startup

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, For questions related to applying for a developer token, please contact the API Compliance Team via this form . Thanks, Josh, AdWords API Team On Monday, January 12, 2015 at 1:15:18 AM UTC-5, Peng wrote: > > Hey I'm new here so forgive me i

Re: add multiple scope

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not a PHP expert, but it seems to me that you would need to pass a *space-delimited list* of scope strings for the *scope* parameter (see the OAuth2 scope documentation ). Thanks, Josh, AdWords API Team On Friday, Jan

Re: Lots of bad gateway exception when calling Adwords API to download campaigns

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi Siming, I'm not aware of any increase in errors on our side. A 502 can be caused by issues with your network as well. Are you still seeing a high error rate? If so, has anything changed in your network configuration on your side (proxy settings, etc.)? Thanks, Josh, AdWords API Team On Fri

Re: AdGroupAdService is not giving the statistics of ads

2015-01-12 Thread Michael Cloonan (AdWords API Team)
Hello, You can filter the report on the AdGroupId. Please see this documentation for a list of valid fields in the ad group performance report. For example, if you were using AWQL to run your report, you could make a qu

Re: How can we get the AdPerformanceReport by providing Adgroup id or name

2015-01-12 Thread Stacie Waleyko
That looks like it should work. What is the output? Try using the EQUALS operator: $selector->predicates[] = new Predicate('AdGroupId', 'EQUALS', '16599044572') ; //16599044572 is the group id Also, the docs

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

2015-01-12 Thread CJ
Just joining in the fun on this one. Almost been 3 years since the original question. Any updates on when it will be in the API or other ways to automate video campaign reporting? Thanks, CJ On Monday, December 22, 2014 at 11:46:34 AM UTC-8, she...@zenmarketing.co wrote: > > Hello everyone: >

Can anyone use the API or must you be a developer with an MCC account?

2015-01-12 Thread webmastertomcat
The basic youtube google video says anyone can use the googleadwords API but when I tried to sign up they wanted me to have an MCC account and report how many accounts I am managing. Currently I am managing only my own account... do I qualify to use the API or no. -- -- =~=~=~=~=~=~=~=~=~=~=

Must you be a google adwords developer with a min number of accounts to use the API.

2015-01-12 Thread tomppc
In the google youtube videos the intro says that anyone can use the google adwords api but when you signup they will not approve you unless you are managing several other accounts other than your own... so what is its.. anyone can use the API or only developers with several accounts. I am a prog

Re: conversion mismatch

2015-01-12 Thread Jahanger Gull
Hi same thing is happening for me. Breaking down by day has revealed that there is count 1 difference across difference days for Conversions. For 19th December, 2014 On web its showing 4 API is returning 3 For 22nd December, 2014 On web its showing 3 API is returning 2 For 23rd December, 2

Path to getting developer access token for small startup

2015-01-12 Thread Peng
Hey I'm new here so forgive me if the question has been asked and answered (I did search but couldn't find similar questions). We're a small startup and have some business ideas around helping advertisers manage their cross network campaigns, which inevitably, requires access to Google AdWords A

Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2015-01-12 Thread Michael Cloonan (AdWords API Team)
Hello Zweitze, Those campaigns will not return at all, even if you were able to return campaigns with an UNKNOWN status. Currently, the Adwords API does not support video campaigns, which means that those results are also excluded from reporting. If you don't filter on Status at all, then you w

API returning AuthenticationError.OAUTH_TOKEN_HEADER_INVALID

2015-01-12 Thread Alessandro Dias
I'm using - devise - omniauth - omniauth-google-oauth2 - google-adwords-api I'm getting the token from oauth callback: class OmniauthCallbacksController < Devise::OmniauthCallbacksController def google_oauth2 session[:token] = request.env["omniauth.auth"].credentials ...

How can we get the AdPerformanceReport by providing Adgroup id or name

2015-01-12 Thread Kiran Kumar
Hi, I am getting the AdPerformance Reports using google adwords api,but I want customized reports like by providing Adgroup Id or Adgroup name . Is there any way to write the condition to the code so that we can download desired data as per the adgroup id or adgroup name I am trying one predi

Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2015-01-12 Thread Zweitze
Well, I'm curious about those campaigns too. Note that current implementation prevents me from getting them, so, I cannot get those campaigns. Anyway, take 279-999-6021. It has a video campaign. Now, leaving out the predicate on status UNKNOWN means that all campaigns except the video campaign