How is the report API performance in google-api-ads-java as compared to the AdWords API?

2013-08-26 Thread lagu2653
How is the report API performance in google-api-ads-java as compared to the AdWords API? Right now we're pushing the AdWords report API to the limit. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Does google-api-ads-java never sunset?

2013-08-26 Thread lagu2653
Does google-api-ads-java never sunset? Or how frequently do you have to update your code? Surely there must be some period of time after which your code stops working. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp

Re: MUTATE_JOB_SERVICE performance

2013-08-26 Thread Alex
Hi Jason, thank you for your help. I understand that the processing time in the backend is same as for the ADGROUP_CRITERION_SERVICE. But I hoped that it would be possible to submit the Operations faster, because they dont need to be processed on the fly? Am Freitag, 9. August 2013 17:50:27 U

Re: 502 Bad gateway error

2013-08-26 Thread timvluxemburg
We are also having these problems. *"System.Net.WebException: The request failed with HTTP status 502: Bad Gateway."* The data we need is just partially extracted from the API. Google, what could you tell me about this issue? Many thanks in advance, Tim -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Migrating from v201209 to v201306 with OAUTH2 but NO DATA BEING RETURNED

2013-08-26 Thread Larry Williamson
How would we adjust clientCustomerId in the PHP sdk? Previously $user->setClientID worked, but it doesn't seem to any longer.. On Tuesday, August 20, 2013 1:09:49 AM UTC-4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > Apologies for responding it late. > Can you please include clientC

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-26 Thread Robert Rafai
Look at my Posting: https://groups.google.com/forum/?hl=en#!topic/adwords-api/ka19cZNbQo8 Its not the Refresh_token, it is the Authcode. I have inserted in the getrefreshtoken.php and then i got the refresh_token. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] - is it because I'm using installed application credentials on a web application?

2013-08-26 Thread dylan . gretsky
Hi I am using version adwords_api_php_4.5.1 of the client library and v201306 of the examples code. Using php version 5.3.13. I signed up for an installed web application client ID and secret and I'm using that for a web application which runs all the adwords examples on localhost - they are a

Re: AdParam Enhancement Request

2013-08-26 Thread Rodrigo Reis
Any news on this issue? Em segunda-feira, 17 de outubro de 2011 19h16min56s UTC-2, Eric Koleda escreveu: > > Hi Aaron, > > Thanks for the feedback. We've heard some of these requests before, and > we'll continue to advocate for them. > > Best, > - Eric Koleda, AdWords API Team > -- -- =~=~=~

Adwords api authorization help

2013-08-26 Thread Quốc Nguyễn
i have down load google adwords api adwords-axis-examples-1.18.1.tar.gz and get from https://code.google.com/apis/console#access Client ID: 584331456909-.apps.googleusercontent.com Client secret: gbN_IL

getting exception while fetching campaigns.

2013-08-26 Thread Sharath Pk
I am getting exception while fetching campaings on the line -- *CampaignPage page = service.get(selector);* * * Exception says -- 'An API exception has occurred. See ApiException and InnerException fields for more details.' Request Info Log and soap_xml log attached. Kindly Help -- -- =~=~

google API PHP - trubles connecting QAUTH2

2013-08-26 Thread Shay Yosef Guri
I’ve downloaded the PHP client library – version - adwords_api_php_4.5.1 My developer key got approved I’ve issued a client ID and client secret in https://code.google.com/apis/console#access for Installed Applications Also refreshed the token using GetRefreshToken.php And in my Auth.ini

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2013-08-26 Thread gapi
My MCC ID is:740-266-0867 i still get the error: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a

OAuth2TokenGenerator - OAuth2 api setup error

2013-08-26 Thread Kevin T
I am trying to use this program OAuth2TokenGenerator.cs that is found in the .NET examples and when I get to step 2 The API Access interface doesn't allow me to put {0} as the redirect URL. The error I get is: "OAuth 2 redirect URL "{0}" is invalid." How can I setup this to work? I'm guessi

Use api to create display Ads and remarketing?

2013-08-26 Thread Tomas Kapler
I want to use API to create something like dynamic remarketing / product listing ads, but for products, which are not yet allowed on merchant center. Idea: 1. after adding new product on website, my app will create remarketing group for all visitors who visit URL of the product (i think it could

Re: social settings

2013-08-26 Thread Aaron
Following up with the same question; we know turning off the Social Settings: +1 option for Display Network campaigns is available in the AdWords UI, but is it available to turn off via the API as well (for enhanced campaigns)? Thanks, Aaron On Monday, December 5, 2011 2:50:25 AM UTC-8, Danial

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-08-26 Thread Alexandre Miyagi
Ok, I retrieve the adGroupFeeds but the matching function is null. So I can't retrieve the feeditemIds. am I missing something? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adw

Getting an exception - An API exception has occurred. See ApiException and InnerException fields for more details.

2013-08-26 Thread Sharath Pk
Customer ID- *821-491-0728* I am getting an exception "An API exception has occurred. See ApiException and InnerException fields for more details." while executing the line *CampaignPage page = service.get(selector);* * * The request info log goes like this - * host=adwords.google.com,url=/ap

Handling Errors on Mutate (Java)

2013-08-26 Thread Cap'n of d'Ship
When doing a mutate on adGroupService, the return value of AdGroupReturnValue can give us the partialfailure errors in the form of ApiError[]. What I haven't been able to confirm is, is this ApiError[] the same size as the adGroupOperations passed to mutate? And if so, is the arrangement of t

can't get the OAuth2 token (or credential, have bugs in Eclipse)

2013-08-26 Thread yfeng
I strictly followed the steps in setup a OAuth2 credential, but when it comes to the step of "Paste this url in your browser: and Type the code you received here: ". I had successfully got the code from the url, when I paste it in Eclipse and press "Enter" it shows a lot of bugs, like:"Excepti

Re: Since migrating from 201209 to 201306 KeywordEstimateRequest returns very high impression and click values

2013-08-26 Thread Takeshi Hagikura
Hi, You can include Location criteria. Please see this document . Best, - Takeshi, AdWords API Team On Tuesday, August 13, 2013 12:29:46 AM UTC+9, warren pearson wrote: > > Previou

Re: oauth2 mcc account vs adwords account

2013-08-26 Thread yfeng
Hi Michael, I am stuck in a similar issue, u mentioned u want to turn on the google adsense api service in https://code.google.com/apis/console, I want to turn on my google adwords api service, however, I search the page, this is no such service for me to turn on. Do u have any clue on this?

Re: Perl Library v201206 QuotaCheckError.INVALID_TOKEN_HEADER with developer token

2013-08-26 Thread Quốc Nguyễn
Vào 01:07:57 UTC+7 Thứ tư, ngày 10 tháng mười năm 2012, Yeison Rodriguez đã viết: > > When I try to use the delete_keywords example script on Sandbox, I end up > with the error in the subject line: > > QuotaCheckError.INVALID_TOKEN_HEADER > > > It seems to be an issue with my developer token.

Call Extension dump

2013-08-26 Thread payforcall
Hi, Is there a way to get a dump of all the call extensions associated with a campaign/adgroup within a client through api? Basically need data like this campaign id, adgroupid, callextension. thanks Sundi -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Unable to get a refresh_token with GetRefreshToken.php

2013-08-26 Thread Mark
Having used the adwords API for some years and upgraded various versions of the PHP client library including the apility days however, we are having major problems with the migration from v201209 to v201306 Our use is solely to run our own adwords account by automatically changing adverts pri

Re: using adparam to set prices on all ads in an adgroup

2013-08-26 Thread Rodrigo Reis
Hi, I'm in the same position as well. I have just one product per ad group and many keywords related to this product. So I wanted to set the adparam directly to the ad, regardless the keyword. Rodrigo Em quinta-feira, 11 de outubro de 2012 06h17min25s UTC-3, Soapy escreveu: > > > Hi Justin, >

How can i get Keywordless Query Report

2013-08-26 Thread suchtreffer-clientcenter
hello, i need a Keywordless Query Report for DSA, this report is only available in beta version. how can i get access for beta feature? thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

HTML creatives and Impression tracking using AdWords

2013-08-26 Thread VisualDNA
Hi, We're using DFP to build and manage HTML creatives which we then serve via DoubleClick AdX as a third party ads. This gives us ability to include impression tracking (impression beacon) in the creative to measure how many users who see the ads are already our users which provides a great i

Getting exception while fetching campaigns- "An API exception has occurred. See ApiException and InnerException fields for more details."

2013-08-26 Thread CML Dev
Hi , *Customer ID- 821-491-0728* I am getting an exception - "An API exception has occurred. See ApiException and InnerException fields for more details." while executing the line *CampaignPage page = service.get(selector);* The request info log goes like this --- * host=adwords.googl

PHP Reporting API and meeting the MRF

2013-08-26 Thread Jim Zuccon
Hi guys, Am trying to implement the Minimum Required Functionality for Reporting in a PHP Application, but am having a little trouble working out how the ReportDefinitionService works. At present, I have the following erronous code which hopefully demonstrates roughly what I'm trying to do: $

Create remarketing display ads on the fly

2013-08-26 Thread Tomas Kapler
I need to create remarketing ads for my products (i cannot use product remarketing as my products cannot be used in merchant center). Idea: 1. I set up new Google analytics on my website, so i could create remarketing groups just by defining what URL they have visited 2. When i create a product

can't get the OAuth2 token (or credential, bugs in Eclipse)

2013-08-26 Thread yfeng
Hi guys, I wanted to working with the java code in Google Adwords API rather than the User Interface. Then I followinged the procedure in this P AGE! I applied for the API access, and I also had a Test Account working right now. My d

Re: Stats for keyword are reproduced and shwon for wrong ads

2013-08-26 Thread David Morawitzky
Hi, sorry my English is really bad. No, I don't have the SOAP Logs. My problem is, that I want to get the stats of an ad. But these stats also have to be dependend on the keywords which triggered the Impression of the ad. e.g.: Ad 1 | 25 Impressions Keyword 1 | 12 Impressions Keyword

Unable to get OAuth 2.0 refresh_token with GetRefreshToken.php

2013-08-26 Thread Mark
Having used the adwords API for some years and upgraded various versions of the PHP client library including the apility days, we are having major problems with a migration from v201209 to v201306 Our use is solely to run our own adwords account by automatically changing adverts prices, addi

ManagedCustomerService and $user->SetClientId($acct->customerId); no longer works in v201306

2013-08-26 Thread Larry Williamson
I am migrating some code from v201209 to v201306 and OAuth2 -- I have authentication working, and I can use ManagedCustomerService to get the customer IDs, IE: $managedCustomerService = $user->GetService('ManagedCustomerService', ADWORDS_VERSION); $selector = new Selector(); $select

Re: Test Account

2013-08-26 Thread Abakumov Sviatoslav
I have the same problem. I've requested test account and received email with approval. I'm using Python client library. I've run through config.py, but when I'm trying to execute an example "v201306/basic_operations/get_campaigns.py" I get "adspygoogle.adwords.AdWordsErrors.AdWordsGoogleInterna

Re: After authentication No Refresh Token

2013-08-26 Thread yfeng
Hi, I'm stuck on a similar situation right now, and which is killing me!! I had followed all the process in apply a adwords api access and I also create a "installed application" and obtain the client id & client secret. Then I insert everything I got to the code (which I run in Eclipse) th

Re: 502 Bad gateway error

2013-08-26 Thread Ryan England
Yep, same here, we're processing a report in the early morning for a report of all keyword clicks / conversions for given date. Receiving soap error: Error Fetching http headers in the Adwords PHP client library and this is manifesting in a 502 Bad Gateway error on the output display. On Wednes

Re: Test Account

2013-08-26 Thread Abakumov Sviatoslav
*** Outgoing SOAP ** http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soa

Tell me please, can I link new account and our BD..

2013-08-26 Thread Blizko
Hello! Tell me please, can I link ID (companies, groups, banners) between the old account and the new account, subject to full copy of these accounts. I.e. account has copied; all companies, groups, banners have migrated and conservation ID (example b21577_p12345_t685412) has realized. We u

An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] for remote server deployment

2013-08-26 Thread dylan . gretsky
I'm using PHP version is 5.3.13 Adwords PHP client library 4.5.1 I'm using a Client ID for installed applications I have a number example programs working fine on my localhost wamp server - I'm using a refresh token when I got using the example oauth2 program. All work fine on my local host.

Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Cap'n of d'Ship
when I call AdGroupReturnValue result = adGroupService.mutate(adGroupOperations); I can do a ApiError[] errors = result.getPartialFailureErrors() to get the errors. if, for example I have 10 items in adGroupOperations and only 2 got errors, the errors array will only contain 2 elements, is tha

Re: Get the used device for report

2013-08-26 Thread David Morawitzky
Hi Takeshi, thanks for your answer. I'd like to use the different services to get the report-data. Is there any possibility to get this out of one of the services? Greetz, David Am Montag, 19. August 2013 11:06:11 UTC+2 schrieb Takeshi Hagikura (AdWords API Team): > Hi, > > There is a De

Re: Exclude IP Address using Adwords API

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Shobha, Unfortunately it's not supported via the API. Best, - Takeshi, AdWords API Team On Friday, August 23, 2013 4:00:13 PM UTC+9, shobha.p...@gmail.com wrote: > > Hi, > > We can exclude IP addresses using Adwords. Is this feature supported by > Adwords API? Can we exclude IPs using the

Re: An error has occurred: { "error" : "invalid_grant" }

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Jur, Grad to hear that the problem resolved. Thanks, - Takeshi, On Saturday, August 24, 2013 3:03:10 AM UTC+9, Jur wrote: > > Hello Takeshi, > > Problem solved > > Thanks, I feel a bit stupid I didn't think of this. > But still, it's not that obvious. > > Thanks again! > > Regards, > >

Re: Stats for keyword are reproduced and shwon for wrong ads

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can retrieve stats based on Keywords using Keyword Performance Report , stats based on Ads using Ad Performance Report . It's not possible to retr

Re: Test Account

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I looked into your MCC account, looks like you haven't accepted the terms&conditions for the API. In the AdWords UI, it comes the next page of the billing setup page. Can you please confirm that? Best, - Takeshi, AdWords API Team On Friday, August 23, 2013 8:40:41 PM UTC+9, Abakumov Svi

Re: Adwords api authorization help

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, What do you mean by USER_ID? > in ad.properties, how can i get > api.adwords.clientCustomerId= It should be the client account you want to make an API call against. > api.adwords.userAgent= You can put any strings as you want. It is used for logging purpose. > api.adwords.developerToken=

Re: PHP Reporting API and meeting the MRF

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Jim, Unlike other SOAP services, the result of the adhoc reports is returned as one of the following format. CSVFOREXCEL CSV TSV XML GZIPPED_CSV GZIPPED_XML You can include one of the above like in the following code. $reportDefinition->downloadFormat = 'CSV'; Best, - Takeshi, AdWords API

Re: Handling Errors on Mutate (Java)

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, > is this ApiError[] the same size as the adGroupOperations passed to mutate? It's not the case. ApiError[] includes only the errors corresponding to the operations that fail. > I've seen some code online using mathcer to match something like - Pattern.compile("^.*operations\\[(\\d+)\\]

Re: OAuth2TokenGenerator - OAuth2 api setup error

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, In the api console, what did you fill in as redirect URLs? It should include the URL of the Web application you specified as the redirect URL. Best, - Takeshi, AdWords API Team On Saturday, August 24, 2013 12:32:49 AM UTC+9, Kevin T wrote: > > I am trying to use this program OAuth2TokenGen

Re: How is the report API performance in google-api-ads-java as compared to the AdWords API?

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, google-api-ads-java uses the AdWords API. google-api-ads-java is a wrapper to make using AdWords API easier. Best, - Takeshi, On Monday, August 26, 2013 4:08:22 PM UTC+9, lagu2653 wrote: > > How is the report API performance in google-api-ads-java as compared to > the AdWords API? Right

Re: Call Extension dump

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Using, CampaignFeedService, it's possible. Please see the guidefor feed services on how feeds work. Best, - Takeshi, AdWords API Te

Re: google adwords api oauth2 test environment

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can use a test account. Please see the guide . You can authenticate it with your MCC account, and that credential should work against your test account (that is the child account of your MCC account). Best, - Takeshi, AdWor

Re: can't get the OAuth2 token (or credential, have bugs in Eclipse)

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I think it's because of the issue on a different layer from the AdWords API like in this question . Does that solve your situation? Best, - Takeshi, AdWords API Team

Re: can't get the OAuth2 token (or credential, bugs in Eclipse)

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another thread . Best, - Takeshi, On Friday, August 23, 2013 12:10:25 AM UTC+9, yf...@fxcm.com wrote: > > Hi guys, I wanted to working with the java code in Google Adwords API rather > than the User Interface.

Re: Get the used device for report

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi David, Adhoc reports are the recommended way to pull the stats segmented by Device. What part is missing with AdHoc reports? Maybe I come up with a different answer based on your demand. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 3:38:42 PM UTC+9, David Morawitzky wro

Re: How can i get Keywordless Query Report

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Beta feature is a invite-only program. Please contact your account manager or CSR for more details. Best, - Takeshi, On Thursday, August 22, 2013 6:13:42 PM UTC+9, suchtreffer-...@suchtreffer.de wrote: > > hello, > > i need a Keywordless Query Report for DSA, this report is only availa

Re: google adwords api oauth2 test environment

2013-08-26 Thread Ewan Heming
Hi Mike, You only need the callback to use the OAuth web flow, you can get your tokens using the Installed App Flow. You should find an example in the client library you

Re: Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, In the ApiError entity, you can get fieldpath that contains like this kind of String "operations[0].operand.id". >From that, you can know what operations failed. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 6:19:19 PM UTC+9, Cap'n of d'Ship wrote: > > when I call > AdGr

Re: getting exception while fetching campaigns.

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using a test account or production account? Either way, please make sure you have accepted the terms&conditions for AdWords API. If it's production account, please make sure you have filled in the billing information. Best, - Takeshi, AdWords API Team On Thursday, August 22, 20

Re: Tell me please, can I link new account and our BD..

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Sorry I'm not 100% sure what do you mean by "link". Can you please elaborate more on that? Best, - Takeshi, On Thursday, August 22, 2013 9:55:42 PM UTC+9, Blizko wrote: > > Hello! Tell me please, can I link ID (companies, groups, banners)between the > old account and the new account, sub

Re: google API PHP - trubles connecting QAUTH2

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please see another thread ? If it doesn't solve it, please let me know again. Best, - Takeshi, AdWords API Team On Wednesday, August 21, 2013 9:39:48 PM UTC+9, Shay Yosef Guri wrote: > > I’ve downloaded the PHP c

Re: bid adjustments

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Greg, It's not supported via the API, but unfortunately not supported yet. It's on the roadmap, but for now we can't tell when that will be available. We'll let you know through our normal announcement paths like blog posts. Please stay tuned for updates. Best, - Takeshi, AdWords API Tea

Re: ManagedCustomerService and $user->SetClientId($acct->customerId); no longer works in v201306

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please share the xml request/response logs with which you can't get the campaigns? (Please remove the sensitive info before posting it) Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 5:58:49 AM UTC+9, Larry Williamson wrote: > > I am migrating some code from v201209

Re: Unable to get a refresh_token with GetRefreshToken.php

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Maybe it's the same issue for this thread . If it doesn't help the situation, please let me know again. Best, - Takeshi On Thursday, August 22, 2013 6:11:57 AM UTC+9, Mark wrote: > > Having used the adwords API for some

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] - is it because I'm using installed application credentials on a web application?

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using a test account or a production account? Either way, please make sure you have accepted the terms&conditions for AdWords API. If you use a production account, please make sure you have filled in the billing information. Best, - Takeshi, On Wednesday, August 21, 2013 3:59:52

Re: Getting an exception - An API exception has occurred. See ApiException and InnerException fields for more details.

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please see another thread . I believe it's because of the same reason. Best, - Takeshi, On Thursday, August 22, 2013 2:21:38 AM UTC+9, Sharath Pk wrote: > > Customer ID- *821-491-0728* > > I am getting an exception "An A

Re: Getting exception while fetching campaigns- "An API exception has occurred. See ApiException and InnerException fields for more details."

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I have answered in another thread. Closing this. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 1:59:35 AM UTC+9, CML Dev wrote: > > Hi , > > *Customer ID- 821-491-0728* > > I am getting an exception - "An API exception has occurred. See > ApiException and InnerExcepti

Re: API to get list of Pending Invitations

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi VijayRaj, It's not supported via the API. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 7:34:45 PM UTC+9, VijayRaj Chauhan wrote: > > Hi Anash, > > In adwords account there is an option to invite other users as well. Is > there is an api to get the "Account Access Level" f

Re: Dynamic Search Ads missing in Ad Performance Report

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi Kevin, Are your account already enabled as a beta? Best, - Takeshi, On Friday, August 23, 2013 2:17:19 AM UTC+9, kevin wrote: > > I am not seeing Dynamic Search Ad data in v201302 Ad Performance Reports.. > do I need to use a more recent version of the API? Is there some other > report ty

Re: invalid grant with php

2013-08-26 Thread alexander . brokle
Hello Paul, I've run the GetRefreshToken example and added the refresh_token in the auth.ini but if I execute my script I always get the invalid_grand error. But it works when I try to access adwords with curl on the command-line and using the same refresh_token. I don't get it. Here my code:

Re: gender and age reports

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, I got your point. But it's not still possible to get those stats via the API. Best, - Takeshi, AdWords API Team On Saturday, August 24, 2013 9:55:19 PM UTC+9, u...@taykey.com wrote: > > Thanks for the replay Takeshi. > > In the UI, in the display network tab we can get a breakdown of the s

Enhanced Campaign bid modifiers for Geo targets?

2013-08-26 Thread Reed
Does the API now support setting Enhanced Campaign bid modifiers for Geo targets? I don't think that it was in the initial rollout - is it there now, or coming soon? thanks! Reed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: bid adjustments

2013-08-26 Thread GregT
Okay - thanks. Greg On Monday, August 26, 2013 8:39:52 AM UTC-5, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Greg, > > It's not supported via the API, but unfortunately not supported yet. > It's on the roadmap, but for now we can't tell when that will be > available. > > We'll let you

Unique of creative id on Tracking values

2013-08-26 Thread Shay BarChen
Hi , Today i'm using {Creative} in my destination URL Now i wonder if AD ID is unique per Google account or only Ad group ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-

Re: oauth2 mcc account vs adwords account

2013-08-26 Thread Michael Ni
I got it to work, I did not need to turn on adwords as a service in console, it doesn't exist, all you need to do is authenticate via oauth2 I used web flow. Also i authenticated/authorized as my mcc account and had access to the individual accounts joined to it. On Thursday, August 22,

Re: 502 Bad gateway error

2013-08-26 Thread Anash P. Oommen (AdWords API Team)
Folks, Are you still seeing these issues? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, August 23, 2013 11:10:24 AM UTC+1, timvlu...@gmail.com wrote: > > We are also having these problems. > > *"System.Net.WebException: The request failed with HTTP status 502: Bad > Gateway."* >

Re: Actual CPC much higher than criterion set maxCpc??

2013-08-26 Thread Noah Silverman
David, I'm looking at max cpc from the group criterion service. (Accessing everything through the API.) Would the adgroup max CPC override the group criterion max CPC? If so, how can I query that through the API. Thanks, -- Noah Silverman Smart Media Corp. 8605 Santa Monica Blvd #78986 Los

Re: google adwords api oauth2 test environment

2013-08-26 Thread Michael Ni
Takeshi, I tried creating a test account with the same email as my mcc account, it is not allow me to. Should I create a brand new email for this account? Mike On Monday, August 26, 2013 6:10:36 AM UTC-7, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > You can use a test account. Plea

Re: google adwords api oauth2 test environment

2013-08-26 Thread Michael Ni
I have been using web flow as my main flow. Is the only difference in web flow and installed app flow the redirection url, in terms of param settings. Mike On Monday, August 26, 2013 6:27:15 AM UTC-7, Ewan Heming wrote: > > Hi Mike, > > You only need the callback to use the OAuth web > flow

Re: How is the report API performance in google-api-ads-java as compared to the AdWords API?

2013-08-26 Thread lagu2653
> > Hi, > > google-api-ads-java uses the AdWords API. > google-api-ads-java is a wrapper to make using AdWords API easier. > > Best, > - Takeshi, But the AdWords API will be discontinued after 2013. Everyone will have to move to google-api-ads. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: 502 Bad gateway error

2013-08-26 Thread adchased
Hi Anash, yes, unfortunately we still have the issue. The last 502 Error occured with our nightly sync about 4 hours ago. We manage a really hughe amount of keywords through the API, I hope it's not because of that. Thanks Andreas On Monday, August 26, 2013 7:34:26 PM UTC+2, Anash P. Oomme