Re: OperationAccessDenied.ACTION_NOT_PERMITTED error when calling API to get campaigns

2015-01-09 Thread Ashley Xu
Thanks Josh! On Wednesday, January 7, 2015 at 7:54:18 AM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi Ashley, That error means that the OAuth credentials you are using in your request do not grant you permissions to access the campaigns of the account specified in your

add multiple scope

2015-01-09 Thread VJ
Hello, I am trying to set multiple scope to get user email as well users permission to access their adwords, but i cant find any feasible way to add scope, please advice me how can I set multiple scope to following code in adwords api??? $offline = TRUE; $extra_para = array();

Re: AdGroupAdService и тестовый аккаунт

2015-01-09 Thread Josh Radcliff (AdWords API Team)
Hi, You can create campaigns, ad groups, ads, etc. on a test account. The only difference between a test account and a non-test account is that a test account will not serve ads (see the Test Accounts guide https://developers.google.com/adwords/api/docs/test-accounts for more details).

Need Experienced US-Based Contractor / AdWords API Developer to Upgrade/Update API Add New Features

2015-01-09 Thread LT Biz
We are in need of experienced Adwords API Developer who is a U.S. based contractor and available during office hours M-F; 9 am - 4 pm Eastern to make some API updates and add new features. Must be experienced with the latest version v201409 and updating existing APIs. Call our office IF you

Re: Unable to add template ad

2015-01-09 Thread Josh Radcliff (AdWords API Team)
Hi, Template ads with template ID 419 are not supported through the API. The API only supports specific template IDs -- please see this related post https://groups.google.com/d/msg/adwords-api/QIXRWN7yeE0/6EQIYKDQQxUJ. You may want to look through the list of available template ads

Re: Getting the developer's token to access the API

2015-01-09 Thread Michael Cloonan (AdWords API Team)
Hello Rehan, All instructions for requesting a developer token and setting up billing can be found on our sign up guide https://developers.google.com/adwords/api/docs/signingup. Step 2a covers how you get your developer token: Navigate to [*Settings* (gear icon in top right corner) *Account

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

2015-01-09 Thread Ashley Xu
Hello, we are seeing many bad gateway 502 error on 1/7. Do you have any outage? Thanks Siming Xu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How to get Adgroup CPC,cost,CTR ,impressions etc ...using google adword api

2015-01-09 Thread Michael Cloonan (AdWords API Team)
Hello, Stacie is correct; the only way to get these statistics via the API is through reports. You can still display the values programmatically in the website you're developing, but you'll have to parse the report to get them. Regards, Mike, AdWords API Team On Thursday, January 8, 2015 at

Re: AdGroupAdService is not giving the statistics of ads

2015-01-09 Thread Michael Cloonan (AdWords API Team)
Hello, You cannot fetch statistics via the AdGroupAdService. In order to get statistics for ad groups, you will need to run an ADGROUP_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports#ad-group. You can look up which fields are selectable at the documentation

AdGroupAdService is not giving the statistics of ads

2015-01-09 Thread shobhan
Hi I am using AdgroupAdservice method retrieve the cost,cpc,impression,ctr,conversion etc by using the following code. Code: require_once dirname(__FILE__).'/adwordsAPI/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php'; //require_once

Re: How to integrate google adwords api in php ? Please help me with suitable example.

2015-01-09 Thread Talib Ali
Hi, I am trying to take refresh_token for auth.ini file from GetRefreshToken.php but i am not getting refresh_token, so how can I get. Thanks, On Wednesday, January 7, 2015 at 11:15:07 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: Hi, Did you follow the instructions in the PHP

Re: How to integrate google adwords api in php ? Please help me with suitable example.

2015-01-09 Thread Josh Radcliff (AdWords API Team)
Hi, Did you go through the README https://github.com/googleads/googleads-php-lib#user-content-getting-started I mentioned in my previous email? Also, I'd recommend checking out the PHP library's Using OAuth 2.0 wiki https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0, which

Re: PAGING_NOT_SUPPORTED

2015-01-09 Thread Michael Cloonan (AdWords API Team)
Hello, As the error message states, paging is not supported for reports. Reports will return the full matching data set in one of various formats, which you can choose. Please see our Reporting Basics https://developers.google.com/adwords/api/docs/guides/reporting guide for more information

How does google choose what keyw

2015-01-09 Thread Bruno Vincent
If I have 3 addgroups with different keyword combinations like this: [Blue Widgets] Blue Widgets +Blue +Widgets The searcher punches in blue widgets: How will Google know what add group to display? Will it be the add group with the highest bid? This might be simple, but I don't quite

Getting the developer's token to access the API

2015-01-09 Thread Rehan Abbasi
Hello Experts, I am totally new to this Ad-Words API. However, I have been following the Ad-words API documentation and developer's guide. I did the following things so far: 1. I have registered the Ad-Words API account. 2. I also have created an MCC account (didn't link it to any other api

Re: How does google choose what keyw

2015-01-09 Thread Michael Cloonan (AdWords API Team)
Hello, This forum is for help with the AdWords API only. This is more of a generic AdWords question. Please check out the official AdWords community https://www.en.adwords-community.com/, where they will have more insight into this kind of interaction. If you do have issues using the API,