Re: Targeting Ideas stopped working for PLACEMENT_NAME (v201406)

2014-11-18 Thread Danial Klimkin
Hello Berry, Thank you, I confirmed the issue and we are looking into it. Berry, this is a public forum and you should avoid posting private details such as OAuth credentials or developer token. As both were in the log you've attached, they are compromised. The auth token should have expired

Feature request: Report Fields

2014-11-18 Thread Visar
Hi, Would it be possible to have a few missing fields added to the reports. So far I've found need for these: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT missing a field for *CampaignStatus*. CRITERIA_PERFORMANCE_REPORT missing a field for * KeywordMatchType*Cheers, Visar -- --

Keyword search for a particular timeframe?

2014-11-18 Thread Tom Hammond
Not sure if this exists, but I was wondering if there's anyway to query to see how certain keywords fare for a particular timeframe? Basically interested in extrapolating some information on how well different ads do - bad example but if we run Ad1 from 5:00-5:05 pm and Ad2 from 5:05-5:10, is

MCC Account - Linking Accounts programatically

2014-11-18 Thread Carlos Iriarte
Hello AdWords API Team, I am trying to achieve the following scenario through OAuth2 / OpenID Connect: Our software stack is AspNet MVC 4. Using https://github.com/googleads/googleads-dotnet-lib and I've created an MCC (and the corresponding MCC Test account). I have also registered our app

question on generating yaml file for API

2014-11-18 Thread AR
Hi, I recently was granted access to the AdWords API for a project I'm working on. I fetched the Python API and was wondering if there were instructions on how to fill out the configuration file for it (googleads.yaml)? I have my developer_token and client_id but was unsure as to these:

Proximity Using TargetingIdeaService

2014-11-18 Thread Chirag
Hello All, How I can able to use TargetingIdeaService for Proximity? Please guide me how how I can set Location criteria with Proximity using TargetingIdeaService. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Proximity Using TargetingIdeaService

2014-11-18 Thread Chirag
Hello, I am read that this value cannot be passed at input. Please guide me how I can use TargetingIdeaService to get keywords for Some radius. Thanks On Tuesday, 18 November 2014 16:56:43 UTC+5:30, Chirag wrote: Hello All, How I can able to use TargetingIdeaService for Proximity?

Get Targetting Keywords Based on Radius

2014-11-18 Thread Chirag
Hello, I want to get the keyword ideas based on location cities, and radius of the address located within city.Say for example I would pick a target whether it was specific cities or a 10-100 miles radius around a specific address and I could get the keyword ideas. Is it possible through

Re: Add locations with radius programmatically

2014-11-18 Thread Chirag
Hello all, I wants to use same radius Location to get Targeting Keywords. How I can prepare object for radius? Please help me. Thanks On Friday, 8 August 2014 01:29:33 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi, There is no mapping between Location objects and GeoPoint objects.

Re: Adhoc report call returns Missing client info, even though client is in the header...

2014-11-18 Thread Josh Radcliff (AdWords API Team)
Hi Jim, You may want to check out the *Message format* section of the HTTP spec http://tools.ietf.org/html/rfc7230#page-19. I've never tried to do precisely what you're doing, but it sounds like what you need to do is embed newlines after each header, and then a blank line (two newline

Re: Add locations with radius programmatically

2014-11-18 Thread Josh Radcliff (AdWords API Team)
Hi, I don't quite understand what you're trying to do. Could you provide some more details, such as UI screenshots of the setup you are trying to emulate? Also, could you let me know which client library https://developers.google.com/adwords/api/docs/clientlibraries you are using so I can

Re: Keyword search for a particular timeframe?

2014-11-18 Thread Michael Cloonan (AdWords API Team)
Hello, There is no way to do this, unfortunately. You could break down statistics on keywords within your own account using the KEYWORDS_PERFORMANCE_REPORT, but only by day, not any more fine grained than that. Regards, Mike, AdWords API Team On Monday, November 17, 2014 8:28:00 PM UTC-5, Tom

Re: question on generating yaml file for API

2014-11-18 Thread Michael Cloonan (AdWords API Team)
Hello, Your user_agent is a string of your choice that uniquely identifies your project. This can be useful for troubleshooting, since we would be able to look up your requests by the user agent. The client_secret should have been generated along with your client_id, and you can look it up in

Re: MCC Account - Linking Accounts programatically

2014-11-18 Thread Josh Radcliff (AdWords API Team)
Hi Carlos, You do *not* have to link the client accounts to your MCC, although many developers do this to make it easier -- it allows you to use the same OAuth credentials for requests on all of the accounts under the MCC. However, if you have a mechanism for obtaining OAuth credentials on a

Re: Add locations with radius programmatically

2014-11-18 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, Please avoid double or triple-posting the same question. Let's continue the discussion on your other post https://groups.google.com/d/msg/adwords-api/w5dzJhkUscI/m5L2QScpUnYJ to avoid duplication of information. Thanks, Josh, AdWords API Team On Tuesday, November 18, 2014 9:19:20

Re: Get Targetting Keywords Based on Radius

2014-11-18 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, Proximity/radius targeting is not supported by *TargetingIdeaService*. However, you can target specific locations using a LocationSearchParameter https://developers.google.com/adwords/api/docs/reference/v201409/TargetingIdeaService.LocationSearchParameter on your

Get total metrics of all shopping campaigns per each day

2014-11-18 Thread lukasz . k . malec
Hello, I'm involved in developing application which generates monthly reports with AdWords Reporting API. One of primary parts of that report is a chart which presents values of particular metrics for each day over month period. Here is sample picture below for Search Network: I'm using

How to get campaign budget on given date

2014-11-18 Thread seo . alliancetekinc
Hello all, Is there any way to get history of budget updates on campaign along with date of update. for ex. Campaign#1 has budget of $100 in Oct-2014. now i changed that budget to $250 in Nov-2014 and when i am trying to get Campaign Performance Report, in Budget i am getting $250

Re: Not all Keyword returned by AdGroupCriterionServiceInterface

2014-11-18 Thread assaf
Hi Josh, I have 2 predicates - for Status (Paused and Enabled) and according to AdgroupIDs. The keywords missing are enabled and belong to the specific adgroup. for Example - AdgroupID = 7062803524 I don't have the IDs of missing keywords but at the moment the API returns only *16 *keywords

Which API errors should be retried?

2014-11-18 Thread Kristopher Windsor
Hi, When the Adwords API throws an Exception, I'd like to know if I should retry (intermittent errors) or not (bad input on my end). I am using the PHP client library. For example, I should retry for this case: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR But not for this case:

Re: Adhoc report call returns Missing client info, even though client is in the header...

2014-11-18 Thread James Randell
Hi Josh, I'm getting closer. Line endings would use the encoded char %0d%0a So, that brings us to this call: https://adwords.google.com/api/adwords/reportdownload/v201409 Authorization:Bearer xxx%0d%0a developerToken:xxx%0d%0a clientCustomerId:xxx-xxx-xxx%0d%0a %0d%0a // two eol after

Re: Get Targetting Keywords Based on Radius

2014-11-18 Thread Chirag
Hello Josh, Thanks for your input. Can you please guide me any other way to get those keywords so that my new campaign has relevance data. Thanks On Tuesday, 18 November 2014 21:08:43 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi Chirag, Proximity/radius targeting is not

Re: Add locations with radius programmatically

2014-11-18 Thread Chirag
Hello Josh, Ok, Let's continue on post mentioned. Sorry for all trouble. Thanks, On Tuesday, 18 November 2014 20:36:48 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: Hi Chirag, Please avoid double or triple-posting the same question. Let's continue the discussion on your other post