Re: Exclude IP Address using Adwords API

2014-04-30 Thread assaf
Looks like what I need. I will have a look. Thanks ! On Wednesday, April 30, 2014 5:49:22 PM UTC+3, Ray Tsang (AdWords API Team) wrote: > > Assaf, > > I was researching this a bit more - could I trouble you to take a quick > look at > IpBlock

AverageCpc Time Span and Consistency?

2014-04-30 Thread apiapi
I am reading the Average CPC from the PAID_ORGANIC_QUERY_REPORT and the KEYWORDS_PERFORMANCE_REPORT and the AD_PERFORMANCE_REPORT, getting data for the last 8 days. For a given keywordID attribute, should the "avgCPC" attribute be the same for all of those reports? Also, is AverageCpc dependa

Re: Password expired error even if I am using OAauth2

2014-04-30 Thread Mahesh Nerlekar
I think this is the error I am getting while downloading campaign performance report or keyword performance report. Google.Api.Ads.AdWords.Util.Reports.ReportsException: Report download errors occurred, see errors field for more details. at Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.Do

Re: CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Thanks Ray. So just to clarify, my best route would be calling the ManagedCustomerService interface to get all the CustomerIds under the MCC, then iterate through those, calling my CampaignService interface? -Mark On Wednesday, April 30, 2014 9:25:31 AM UTC-7, Mark R wrote: > > Hey Folks, > >

Re: Retrieve Product Partition title

2014-04-30 Thread Josh Radcliff (AdWords API Team)
Hi Igor, Amol, I took a fresh look at this today, and I think I finally understand the issues here. To rephrase Igor's explanation, it seems that the issues are: 1. The *Product Partition Report* does not contain sufficient information to reconstruct the ProductPartition tree (*without* produc

Re: CampaignService calls using parent MCC

2014-04-30 Thread Ray Tsang (AdWords API Team)
Mark, You should specific a client customer ID if you haven't done so. Parent MCC can access descendant AdWords accounts if you specify the client customer ID. Thanks, Ray On Wednesday, April 30, 2014 12:25:31 PM UTC-4, Mark R wrote: > > Hey Folks, > > I am trying to pull the start and end d

CampaignService calls using parent MCC

2014-04-30 Thread Mark R
Hey Folks, I am trying to pull the start and end dates for campaigns under an MCC using the CampainService interface, but it consistently returning null. From what I've read, these values are not available through any of the current reports, so I believe this service is the only way to get the

Creating a Location Hierarchy Using LocationCriterionService

2014-04-30 Thread Jeremy Tremblay
According to the documentation here : https://developers.google.com/adwords/api/docs/guides/location-targeting, "LocationCriterionService allows you to request the parent locations for a location. This is done by adding ParentLocations to the list of selector fields. For example, our previous

Re: Password expired error even if I am using OAauth2

2014-04-30 Thread Ray Tsang (AdWords API Team)
Mahesh, Could I trouble you to use the reply to author function to send me the full request/response logs? Specifically, where exactly are you seeing the error message? Thanks, Ray On Wednesday, April 30, 2014 2:49:17 PM UTC-4, Mahesh Nerlekar wrote: > > HI, > > I was downloading the reports

Re: Pull Conversion Data

2014-04-30 Thread Ray Tsang (AdWords API Team)
Samer, In response to your follow up question - you may be able to filter on fields by using AWQLor the Selector predicate. Cheers, Ray On Wednesday, April 30, 2014

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-30 Thread Ray Tsang (AdWords API Team)
Bohdan, Thanks for sending me the fully request/response. It appears that you are receiving OAUTH_TOKEN_INVALID error. You'll need to make sure that you have OAuth 2.0 properly configured. Please review our OAuth 2.0 guide

Re: Promote App downloads only on mobile devices

2014-04-30 Thread Ray Tsang (AdWords API Team)
Ohad, To target specific mobile applications, you can use the MobileApplication criterion, or even MobileAppCategory

Re: Retrieve Product Partition title

2014-04-30 Thread Josh Radcliff (AdWords API Team)
Hi Amol, Regarding retrieving details about the ProductPartitions, you could do this via AdGroupCriterionService.get with a selector similar to this: *PartitionType*

Password expired error even if I am using OAauth2

2014-04-30 Thread Mahesh Nerlekar
HI, I was downloading the reports from Adwords for a few months. Suddenly I am getting an error "Logon Failure: the specified account password has expired. " I refreshed the token and tried again thinking need to refresh the token but still error persists. Not sure what can be the issue, An

Re: Audience statistics for Search campaigns

2014-04-30 Thread Ray Tsang (AdWords API Team)
Igor, Does the Audience Performance reporthelp you in this case? Thanks, Ray On Wednesday, April 30, 2014 7:49:15 AM UTC-4, Igor Schut wrote: > > Hi, > > How is it possible to download statistics aggregated on Audiences

Re: Setting the AdGroup/Settings/Devices/Bid adj.

2014-04-30 Thread Ray Tsang (AdWords API Team)
Michael, Please checkout the AdGropuBidModifierServiceand the AdGroupBidModifer . You may b

Re: Exclude IP Address using Adwords API

2014-04-30 Thread Ray Tsang (AdWords API Team)
Assaf, I was researching this a bit more - could I trouble you to take a quick look at IpBlock criterion? Thanks, Ray On Wednesday, April 30, 2014 10:05:06 AM UTC-4, Ray Tsang (AdWords API Tea

Re: Why doesn't Adwords Campaigns Sessions = Channels Paid Search Sessions?

2014-04-30 Thread Ray Tsang (AdWords API Team)
Manjunath, Are these reports retrieved from the AdWords UI or the AdWords API? Thanks, Ray On Tuesday, April 29, 2014 1:01:19 PM UTC-4, Manjunath Nagaraju wrote: > > I am trying to understand why in my Google Analytics reports I'm getting > different numbers for what I believe should be the

Re: Campaign Location Bid Adjustments

2014-04-30 Thread Ray Tsang (AdWords API Team)
Matthew, Are you looking to adjust the bid for the campaign itself? Or, only adjusting bid modifier for a particular location? Thanks, Ray, On Tuesday, April 29, 2014 12:41:42 PM UTC-4, Mathew Westlake-Toms wrote: > > Hi, > > I was hoping that someone could aid in adjusting campaigns bids bas

Re: How do you set a custom date with python

2014-04-30 Thread Ray Tsang (AdWords API Team)
laboo, Please see the XSD for the schema definition. In short, dateRange is part of the selector. Please give that a try. Thanks! report = { ... 'reportType': 'CRITERIA_PERFORMANCE_REPORT',

Re: Conversion Reports

2014-04-30 Thread Ray Tsang (AdWords API Team)
Samer, I had replied to you on another thread. Let's continue there. Thanks! Ray, On Wednesday, April 30, 2014 2:26:37 AM UTC-4, Samer Bazzi wrote: > > From the web interface of Adwords, if you go to Tools --> Conversion, you > will get a list of all the conversion points which have been crea

Re: .net Oauth2 Report Download error

2014-04-30 Thread Ray Tsang (AdWords API Team)
Joshua, Could I trouble you to send me the full request/response log by using "reply to author"? I'm not aware of the "applicationToken" header, for example. Please review Reporting Basics guidefor the HTTP headers that can be

Re: how to upload offline conversions in the background in php

2014-04-30 Thread zigit . mobile
Thanks Ray, It's working great now! I found some more error logs when running the process in the linux sever, and not on the browser - and so managed to know what to fix in my code and fixed it. There was some double deceleration and some date() using problems.. everything good now. have a n

Re: Pull Conversion Data

2014-04-30 Thread Ray Tsang (AdWords API Team)
Samer, A number of the reports available on the AdWords APIhave conversion related columns. In addition to the actual conversion values, one of the column is the ConversionTrackerId - this ID maps to the conversion tracker that

Re: how to upload offline conversions in the background in php

2014-04-30 Thread Ray Tsang (AdWords API Team)
Yarin, There could be many reasons why the loop only processed the first entry in your database. Please provide any relevant error logs, etc. It's probably best to not to fail-fast, and process as much conversion as you can, and log/reprocess/retry the failed uploads later. This way, you can

Re: Exclude IP Address using Adwords API

2014-04-30 Thread Ray Tsang (AdWords API Team)
Assaf, There is no update on this at the moment. Thanks, Ray On Wednesday, April 30, 2014 3:08:32 AM UTC-4, assaf wrote: > > Hi, > > Is there any news with this capability? > > Are excluding IPs on the roadmap for the API? > > Thanks. > > On Monday, August 26, 2013 1:04:44 PM UTC+3, Takeshi Hag

Conversion Reports

2014-04-30 Thread Samer Bazzi
>From the web interface of Adwords, if you go to Tools --> Conversion, you will get a list of all the conversion points which have been created. How can I pull a report for any of these conversion points from the API. Let us say I have two conversion points which are "Sales" and "Leads". How wou

Pull Conversion Data

2014-04-30 Thread Samer Bazzi
How do I pull reports from the conversions located in "Tools --> Conversions". I have a few conversion points there, which I can get a list of using the API but can I pull conversion data for each one of those in there? For example, I may have multiple conversion points such as "Lead", "Sale",

How do you set a custom date with python

2014-04-30 Thread laboo
Can't seem to figure this out, or find any reference to how it's done. Setting this in the report definition, which seems to match how it's done in Java and PHP: "dateRangeType": "CUSTOM_DATE", "dateRange": {"min" : "20140427"}, fails with: Type not found: 'dateRange' Help?

Re: A new behavior as of today: InvalidAlgorithmParameterException

2014-04-30 Thread Ray Tsang (AdWords API Team)
Hi, Please let me know if this recurs. Thanks! Ray, On Wednesday, April 30, 2014 12:31:17 AM UTC-4, The Phantom wrote: > > Well, believe it or not, I simply walked away from the computer for a few > hours. Had dinner, watched a little TV, and gave it another try before > calling it a day. >

.net Oauth2 Report Download error

2014-04-30 Thread Joshua Newman
Recently migrated from clientLogin to Oauth2 and had no problem retrieving the access token and refresh token. Now when I do report downloads using Oauth2 I get this: Adwords error: Google.Api.Ads.AdWords.Util.Reports.ReportDownloadError ReportDownloadError.INVALID_PARAMETER Missing clien

Re: How to get keyword serach volume using Adwords API?

2014-04-30 Thread Josh Radcliff (AdWords API Team)
Hi Sugappriya, Yes - the TargetingIdeaServicemirrors the functionality of the Keyword Planner tool. The GetKeywordIdeas.php example

Re: Promote App downloads only on mobile devices

2014-04-30 Thread Ohad Sweetpacks
Thanks for the quick reply. I want to create a campaign targeted only to mobile applications (Display Network only - Promote in Mobile Apps). Is there a way to create that through the API, or is there an API to Admob? Since it is a complicated case can we set up a "hangout" conversation? Thank

how to upload offline conversions in the background in php

2014-04-30 Thread zigit . mobile
hi, I'm having a problem with the uploading the offline conversions. At first i tried to upload the conversion in the exact moment it came, and i've got @too_resent_click_error. So i took every conversion and place it in my DB, then i'm waiting 6 hours (i set my crontab to run the php file ev

Audience statistics for Search campaigns

2014-04-30 Thread Igor Schut
Hi, How is it possible to download statistics aggregated on Audiences within' Search campaigns? We do see that it is possible to retrieve statistics with performance reports for Display campaigns. Thanks, Igor -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: Exclude IP Address using Adwords API

2014-04-30 Thread assaf
Hi, Is there any news with this capability? Are excluding IPs on the roadmap for the API? Thanks. On Monday, August 26, 2013 1:04:44 PM UTC+3, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Shobha, > > Unfortunately it's not supported via the API. > > Best, > - Takeshi, AdWords API Team >