Re: Using "state" parameter when requesting access token using authorization code fails

2014-02-10 Thread HK
Please ignore this question. Having state is not relevant at this stage as there is no callback happening. I posted before thinking clearly about this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com ht

Using "state" parameter when requesting access token using authorization code fails

2014-02-10 Thread HK
Hi, I have a question about OAuth 2.0. I'm using AdWords and a Web Service application registration. I'm successfully getting back the "state=" query string parameter when requesting an authorization code, however later when including "state=" when requesting the access token / refresh token (

Re: Testing & Policies

2014-02-10 Thread Jeremy Aube
See the following: https://groups.google.com/forum/#!searchin/adwords-api/suspended/adwords-api/pZzj9BSu3c0/ZV7GCmx5y0QJ I also submitted a query to AdWords support when I got the policy email for our test account just in case and they removed the review status. On Monday, February 3, 2014 3:35

Re: How can we get phone call conversions?

2014-02-10 Thread Ray Tsang (AdWords API Team)
Stephane, The phone call conversion information is not yet available in the AdWords API. Please refer to this help center articlefor more information on phone conversion and how to configuration its duration. Cheers, -- Ray Tsang (AdW

Re: API and Google Spreadsheets

2014-02-10 Thread Josh Radcliff (AdWords API Team)
Hi Eamonn, Your use case sounds like a perfect fit for AdWords scripts. https://developers.google.com/adwords/scripts/ Please take a look at the link above and post back if you have any follow up questions. Cheers, Josh, AdWords API Team On Friday, February 7, 2014 1:28:23 PM UTC-5, Eamonn O'

Re: Geo Targeting at zip code level

2014-02-10 Thread Josh Radcliff (AdWords API Team)
Hi, That's correct - zip code targeting is still a Beta feature per the Targeting Types documentation: https://developers.google.com/adwords/api/docs/appendix/targetingtypes?hl=en#locations Note, however, that you can still use named location targeting or proximity-based targeting as described

Re: Some Google API questions.

2014-02-10 Thread Ray Tsang (AdWords API Team)
Alla, For mobile bids, you can refer to our guide on bid modifier . For uploading banners for display campaign - if you are referring to an ImageAd

How to get keyword status information from adwords api

2014-02-10 Thread Silver Moôn
I am using the adwords php api hosted here https://github.com/googleads/googleads-php-lib It has got examples and I am using this one https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/BasicOperations/GetKeywords.php that particular example fetches keywords in

Re: Unable to connect to the remote server

2014-02-10 Thread Jeremy K
Hi Danial, As far as I'm aware I can access port 443 for *.google.com I've opened up the windows firewall by adding inbound and outbound rules to be completely sure. Is there anything else that I need to do in order to access 443? Or do you have any other suggestions as to why its not worki

Re: Best practice to get day by day statistics on Account, Campaign and Adgroup level

2014-02-10 Thread Amr Abdel-wahab
Hello Danial, I am still lost I mean I need to get these data as objects to use it dynamically in google appengine app, and I don't think it's the best practice to make a seperate api call for each day so for example to draw a graph for last month clicks against days I will have to make 30 api

Re: Unable to connect to the remote server

2014-02-10 Thread Jeremy K
Hi Danial, Thank you - how do I do that.is that a new rule needed in Windows firewall? Thanks Jeremy On Monday, February 10, 2014 10:23:13 AM UTC, Danial Klimkin wrote: > Hello Jeremy, > > > Please make sure you can access google servers from the box you are > running the app on. You'll

Re: Shared Credit Card for client accounts created using ManagedCustomerService

2014-02-10 Thread Evan Halley
Perfect, thanks! On Friday, February 7, 2014 9:31:54 AM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hi Evan, > > I believe this is the case; as long as you have billing set up on your MCC > account then newly created client accounts should automatically inherit it. > > Thanks, > Mike, A

Re: Adwords real time data fetching

2014-02-10 Thread Michael Cloonan (AdWords API Team)
Hi Steve, I believe the best way to get keyword data in real time would be to add a GET parameter to the destination URL using Keyword Insertion. For example, if your ad usually goes to www.example.com/page, you should redirect it to www

Re: Adwords real time data fetching

2014-02-10 Thread Nypo77
Dear Mike, Thank you for the answer!!! I must specify that it's not about ads with call extensions, it's basically about offline conversions. When a user clicks an ad he will get to a page where he might make a call on a number he sees in that page. What info I have is the search term, but do

Re: keyword planner API for search volume

2014-02-10 Thread Michael Cloonan (AdWords API Team)
Hi James, The Keyword Performance Report can only give statistics on keywords that actually have statistics to show. If you want information on what keywords are set up for a Campaignor AdGroup

Re: Adwords Bid Simulator: Available in Adwords API?

2014-02-10 Thread Jeremy Aube
In the AdWords API it's called Bid Landscapes. They are available through the TargetingIdeaService. On Wednesday, February 5, 2014 8:46:46 PM UTC-5, James Eckhardt wrote: > > > Hi, > > Is data from the Adwords Bid Simulator available in the API? > > If so, do you know how I can access this data?

Re: Error> CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION on Managed Placements Bids

2014-02-10 Thread Maurício Alves de Souza Oliveira
Hello Takeshi, Yes, sorry about that. The problem is that we were getting the placement (via report) - along with biddingStrategyType - and sending it back to the mutate service with the bid alterations: (...) AdGroupCriterionPage adGroupCriterionPage = servico.get(selector); if (adGroupCrite

Re: Ad params in ad text

2014-02-10 Thread Jeremy Aube
Ad Params can only be set on keywords. If you want the same Ad Param value for the entire Ad Group, you'll need to set that same value for every keyword in that Ad Group. On Tuesday, February 4, 2014 5:16:29 AM UTC-5, Alex wrote: > > > As i understand, method setAdParam can be applied on keyword

Re: zero impressions are only available in Keyword performance, not on Ad Performance

2014-02-10 Thread Peter Kingswell
That's a shame. It would make our implementation a lot cleaner if it were consistent with the other reports. The only way I've come up with around this is to check that all campaign rows are ZI for the day in question and then to synthesise a ZI account row for that day. If anyone's got any b

Re: zero impressions are only available in Keyword performance, not on Ad Performance

2014-02-10 Thread Danial Klimkin
Hello Peter, Account performance report is an exception here. As any request can be made only against one account, zero rows have very limited usage in this case, so this behavior is expected. -Danial, AdWords API Team. On Friday, February 7, 2014 9:36:00 PM UTC+4, Peter Kingswell wrote: >

Re: AdParams czech currency

2014-02-10 Thread Danial Klimkin
Hello Martin, Unfortunately it's hard to correctly allow every currency possible in every language. I'll note this as a feature request internally. -Danial, AdWords API Team. On Friday, February 7, 2014 9:53:08 PM UTC+4, Martin Dimov wrote: > > In AdParam "CZK" is working as currency, but lo

Re: Error: QuotaCheckError.ACCOUNT_INACCESSIBLE

2014-02-10 Thread Danial Klimkin
Hello Diego, I am sorry I can't answer in Spanish. Are you on basic access and reached 10k daily operations limit? If still in doubt, please let us know you MCC account ID. -Danial, AdWords API Team. On Thursday, February 6, 2014 3:59:05 PM UTC+4, Diego wrote: > > Hola, > > Hace años utiliz

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-10 Thread Danial Klimkin
Hello Ben, In order to access a production account, your developer token needs to be reviewed and approved. Please set us know the MCC account CID you use the developer token from (don't share the token itself). -Danial, AdWords API Team. On Thursday, February 6, 2014 11:44:41 PM UTC+4, Ben

Re: Unable to connect to the remote server

2014-02-10 Thread Danial Klimkin
Hello Jeremy, Please make sure you can access google servers from the box you are running the app on. You'll need https port (443) to be accessible for *.google.com. -Danial, AdWords API Team. On Friday, February 7, 2014 4:48:08 PM UTC+4, Jeremy K wrote: > > Hi, > > Unfortunately I'm getti

Re: List of potential new keywords using API

2014-02-10 Thread Danial Klimkin
Hello, Yes, please see the targeting idea service: https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService -Danial, AdWords API Team. On Friday, February 7, 2014 2:04:06 PM UTC+4, techpoi...@gmail.com wrote: > > Hi, > > Logging to customer account sometime sh

Re: Max number of valid access tokens for an account

2014-02-10 Thread Danial Klimkin
Hello Hans, OAuth2 is not specific to AdWords API and we can't set / share the exact limits here (they can also change over time). The only description I can suggest is the note here: https://developers.google.com/accounts/docs/OAuth2#basicsteps >From practice, access tokens can get invalid

Re: Best practice to get day by day statistics on Account, Campaign and Adgroup level

2014-02-10 Thread Danial Klimkin
Hello Amr, Check out the reporting reference here: https://developers.google.com/adwords/api/docs/appendix/reports You can pull the campaign performance report with "Date", "HourOfDay", "Impressions", and "Clicks" fields. Similarly, see account and ad group performance reports. -Danial, A

Re: Billing Summary

2014-02-10 Thread Danial Klimkin
Hello Igor, The billing information is not currently available via the API. The only suggestion I can do is to calculate the remaining budget by deducting all campaign costs from the original budget. -Danial, AdWords API Team. On Thursday, February 6, 2014 12:53:15 PM UTC+4, Игорь Елисеев w

Expected clickthrough rate, Ad relevance, Landing page experience

2014-02-10 Thread lasha
Hello I'm trying to find the way to get next metrics Expected clickthrough rate Ad relevance Landing page experience Do you know if it's available trough API or not? If not do you know if it will be anytime soon? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

API and Google Spreadsheets

2014-02-10 Thread Eamonn O'Raghallaigh
I am currently building an spreadsheet in Google Drive which I would like to pull data from AdWords via API. Are there any known issues with this application of API or is there a better way to draw data from AdWords and GA via API and display as an accessible, real time document for management

AdParams czech currency

2014-02-10 Thread Martin Dimov
In AdParam "CZK" is working as currency, but local strandard currency is symbol "Kč" and this is refused with error. Can you add this? Workaround with currency in text is not solution for each case. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

OfflineConversionError.UNAUTHORIZED_USER using upload_offline_conversions.py

2014-02-10 Thread Gary
Hi! New to AdWords, and trying to get a test set up using the Python example program upload_offline_conversions.py . I edited that to have appropr

Re: keyword planner API for search volume

2014-02-10 Thread James Eckhardt
Hi Michael, Does the Keyword Performance Report give you data for keywords that are not yet in a campaign? If not, do you know how to get data for keywords you don't yet want to add to a campaign? Best wishes, James On Monday, 3 February 2014 13:00:08 UTC, chriss Moyle wrote: > > Hi All,

want searching keyword in the search engine (google adwords)

2014-02-10 Thread napa chandramohan
My client using google adwords. they want searching keyword in the search engine. is it possible or not? Because they want that keyword bid more cost. Please advice. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.