Use existed developer token to access test account( with OAuth2)

2013-09-02 Thread Brandon
Hi, I've already have a reviewed developer token. And use OAuth2 for authentication. Did I need a whole new service account of the Google API Console to access my test account? Or is it possible to use the same service account to access it? I've tried but I got failed when it returns me "acce

Re: Adwords content retrieval

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, What specifically do you mean by ad content? Best, On Sunday, September 1, 2013 3:55:42 PM UTC+9, Joan Elaydi wrote: > > What is the function and class used in Adwords API that retrieves the ad > Content by ID not by adGroup? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Getting 500 error when requesting BidModifier field in CRITERIA_PERFORMANCE_REPORT

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I've answered it in another similar thread. Can you please share the report definition xml (or AWQL string)? Best, - Takeshi, On Monday, September 2, 2013 5:37:08 PM UTC+9, subhas...@forward3d.com wrote: > > Hey Guys, > > I am trying to request CRITERIA_PERFORMANCE_REPORT report with the

Re: Getting 500 error when trying to retrieve BidModifier in CAMPAIGN_PERFORMANCE_REPORT

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are still seeing errors? If so, please share the same xml report definition you requested (or AWQL string)? Best, - Takeshi, AdWords API Team On Monday, September 2, 2013 5:19:43 PM UTC+9, subhas...@forward3d.com wrote: > > Hey, > > I am facing a problem with CAMPAIGN_PERFORMANCE_REPORT w

Re: Total number of campaigns saved into DB

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm afraid it's not an API issue, rather on rails or ruby coding. Can you please post it if you encounter API related issues? Best, - Takeshi, AdWords API Team On Monday, September 2, 2013 7:50:50 PM UTC+9, Takeshi Hagikura (AdWords API Team) wrote: > > Hi, > > I'm asking the ruby librar

Generate URL pointing to Adwords user interface

2013-09-02 Thread hola
Hello, I would like to point users from my app, to a specific AD GROUP in the Adwords user interface. How do I generate this URL using Adwords API? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:/

Re: Deleting an ACE bid multiplier

2013-09-02 Thread Devesh Parekh
Thanks, Paul. It feels strange that I can add an experiment multiplier to a keyword without the clone and delete process, but I have to clone and delete in order to remove an experiment multiplier. Also, because AdWords won't allow two keywords with the same text and match type in an adgroup, I wo

Alert Service required MCC account.

2013-09-02 Thread Chirag
Hello Team, Is itpossible to get alerts related to budget on account leval? currently it requires MCC account access. It is unfair after API recommending us to use customer id instead MCC account. Thanks, Chirag -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: TargetingIdeaService return keywords stats not matched with Web UI.

2013-09-02 Thread Chirag
Hello Danial, Thanks for reply. Yes, Now i am getting peroper CPC. But I had noticed one thing, Now CPC is comes with currency related to Customer ID that is not the case under previous versions. After changing customer id i am getting proper CPC. Thanks, Chirag On Wednesday, 28 August 2013

Re: How can I fetch a list of clients I can access right after I got interactive OAuth2 access?

2013-09-02 Thread Christophe Porteneuve
Hey Anash, I was afraid you'd say that :-) Is there any way I can easily transfer/share my existing test accounts in the upcoming test MCC? Are the usual invitations workflows working for this? Thanks, On Monday, September 2, 2013 5:56:58 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: >

Re: Display Network cost and the criteria performance report

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Heather, Just to check, do you believe you're seeing results from automatic placements because you're getting segmented data back? For instance, if you include any of the columnswith the behavior Segment you'll recei

Re: What are Oauth2 client ID and secret for Adwords API test account?

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Nick, There's no special OAuth2 client id and secret for test accounts, you could generate one from https://code.google.com/apis/console/?pli=1. Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 2, 2013 4:51:04 PM UTC+1, Nick wrote: > > I am trying to get through this (http:/

What are Oauth2 client ID and secret for Adwords API test account?

2013-09-02 Thread Nick
I am trying to get through this (http://goo.gl/kSx2DH) Adwords API demo with the API test account. Since I am just trying to use the test account, what would I enter in the constants.py file for OAUTH2_CLIENT_ID and OAUTH2_CLIENT_SECRET? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Getting 500 error when trying to retrieve BidModifier in CAMPAIGN_PERFORMANCE_REPORT

2013-09-02 Thread subhash . gupta
Hey, I am facing a problem with CAMPAIGN_PERFORMANCE_REPORT when including BidModifier field in the request. It works fine without this field but as I add the request starts throwing 500 error with no explanation. These are the fields I am requesting. - CampaignId - CampaignName -

AWQL: AccountId not valid in WHERE clause?

2013-09-02 Thread Jörg Peschke
Hello, When I try to use the AccountId in a WHERE clause in an AWQL-generated report to get all Campaigns for a certain account, for example: SELECT AccountId, Name, CampaignId, Clicks, Cost, Impressions, Conversions, AdNetworkType1, AdNetworkType2, ClickType, Status FROM CAMPAIGN_PERFORMANCE_R

Getting 500 error when requesting BidModifier field in CRITERIA_PERFORMANCE_REPORT

2013-09-02 Thread subhash . gupta
Hey Guys, I am trying to request CRITERIA_PERFORMANCE_REPORT report with the following fields. - CampaignId - CampaignName - AdGroupId - AdGroupName - Criteria - CriteriaDestinationUrl - CriteriaType - Status - BidModifier - AccountCurrencyCode - Impre

Invalid_Client using OAuth2TokenGenerator

2013-09-02 Thread Rivka
I'm trying to set up oAuth2 for my google adwords api authentication method, however I'm running into an issue with getting my access and refresh tokens. I ran the OAuth2TokenGenerator program, but it's throwing an error: "Invalid_client". I've been using ClientLogin originally for my sandbox

Re: Problem in trying the example "AdWords.Examples.CSharp.OAuth"

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, I've responded to your other thread, but to summarize, you have couple options: 1. Use the ASP.NET code example from the examples\ folder as a reference. 2. Generate a refresh token using that guide, and plug in the values into your web.config. Cheers, Anash P. Oommen, AdWords API Ad

Re: Display Network cost and the criteria performance report

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Heather, I'm looking into this at the moment. I'll get back to you as soon as I have more information. Regards, - Paul, AdWords API Team. On Friday, 30 August 2013 22:01:11 UTC+1, HeatherH wrote: > > In the thread below, I see that automatic placements are not included in > the criteria pe

Can MobileExtension serve desktop/laptop/tablets?

2013-09-02 Thread Tom
Hi, Can MobileExtension serve desktop/laptop/tablets like CallExtension? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How can I fetch a list of clients I can access right after I got interactive OAuth2 access?

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Christophe, I took a look at your account. Looks like the token is not yet approved, that's why you are getting this error. You could try creating a test MCC account, and a few test advertiser accounts under it. Then try the API call with the credentials of the test MCC account and your pend

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Dario, My understanding is that attempt to ensure that adgroup name is unique in mutate.add request is a best effort attempt. You could rarely end up with duplicate adgroup names. However, adgroups will still have distinct ids, you should be able to retrieve them, rename them, etc. Cheers,

Re: how to change test account to production account after developer token approved?

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi, A test account cannot be converted back into a production account. Since your tokens have been approved, you should be able to use it to make calls to new or existing production accounts. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September 1, 2013 9:15:03 PM UTC+1, assaf wro

Re: Problem when running OAuth2TokenGenerator.exe

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, 1. You can get the scope as AdWordsAppConfig config = (AdWordsAppConfig) user.Config; string scope = config.OAuth2Scope; Or if you are looking for the specific hard-coded value, it is https://adwords.google.com/api/adwords/ 2. Of course, the code example only shows you how to use OA

Re: adToCopyImageFrom and MobileImageAd

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Dom, At present this feature isn't implemented. I'll put this forward as a feature request. As always, please monitor the blogfor updates on new features being released. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to retrieve FeedItemId from AdGroupFeeds

2013-09-02 Thread Alexandre Miyagi
Thanks for the response. After that I realize that I'm using the wrong selector, and not the selector that I created with Matching Function in the selector fields. It's retrieving everything now. Many thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: Deleting an ACE bid multiplier

2013-09-02 Thread Paul Matthews (AdWords API Team)
Hi Devesh, AdGroupCriterions are in general immutable. Which means, if you want to change something you'd need to clone the AdGroupCriterion, then delete the original and save a new version. Therefore you'll need to use the REMOVE

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Darlo, Do you have a requestId for the soap request when you created the adgroup with duplicate names? I'll look into the case. Best, - Takeshi, AdWords API Team On Saturday, August 31, 2013 12:08:40 AM UTC+9, Dario Guzik wrote: > > Hi! > > I have encountered the same problem. Knowing the d

Re: Dynamic Search Ads missing in Ad Performance Report

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Kevin, Please keep in mind that beta program is a invite only program available to only very limited people. Please contact your account manager or CSR for more information about beta programs. Best, - Takeshi, AdWords API Team On Friday, August 30, 2013 12:50:51 AM UTC+9, Takeshi Hagikura

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Dorlan, Thanks for the report. Could you please tell us the example requestId (It's included in the soap response)? I'll look into that. Best, - Takeshi, AdWords API Team On Monday, September 2, 2013 4:46:57 PM UTC+9, Dorian Kind wrote: > > Hello, > > as this issue is affecting us quite he

Re: Cross account conversion tracking

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Greg, #1 It includes both conversion trackers of the MCC and the ones of the client account. #2 conversion Ids are globally unique. Best, - Takeshi, On Friday, August 30, 2013 5:15:13 AM UTC+9, GregT wrote: > > Hi, > > With the recent announcement of the support of cross account conversi

Re: Is it possible to get 'Display Network only' through the keywords performance report?

2013-09-02 Thread Oliver
There is another report specific to Display keywords: https://developers.google.com/adwords/api/docs/appendix/reports#display-keyword Oliver On Monday, September 2, 2013 9:30:42 AM UTC+1, Simon Day wrote: > > Hi, > > It would appear that data returned through the KEYWORDS_PERFORMANCE_REPORT >

Re: Total number of campaigns saved into DB

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I'm asking the ruby library maintainer. Best, - Takeshi, AdWords API Team On Monday, September 2, 2013 6:28:53 PM UTC+9, Alex wrote: > > So in my controller in the index action, I added that line for inserting > in my table the total number of entries. But I can not insert them because >

Re: How to get a list of automatic placements for specific Ads?

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Unfortunately to get stats for specific ads segmented by placement url is not supported. Best, - Takeshi, AdWords API Team On Friday, August 30, 2013 10:46:03 PM UTC+9, denis.d...@corp.flirchi.com wrote: > > Good day! > > Automatic Placement Perfomance report gives a list of placements gr

Re: Cost @ a Given Position

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can get "AverageCpc" in Keywords Performance Report with which you can predict a cost per keyword. Hope it helps. Best, - Takeshi, AdWords API Team On Friday, August 30, 2013 4:50:59 AM UTC+9, W wrote: > > Hi,

Re: When will AttributeValues in PLACEHOLDER_FEED_ITEM_REPORT be fixed?

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi Oliver, Sorry for the inconvenience. We're still working on it. Best, - Takeshi, AdWords API Team On Friday, August 30, 2013 2:46:02 AM UTC+9, HK wrote: > > Hi, > > David Torres mentioned in this >

Problem in trying the example "AdWords.Examples.CSharp.OAuth"

2013-09-02 Thread Peter
Hi, I am trying the example "AdWords.Examples.CSharp.OAuth" for the preparation of developing an ASP.NET application for AdWords API. I have created an OAuth2 client ID for my test MCC account. Then I go to OAuth 2.0 Playground to get my RefreshToken (following this tutorial: http://www.ewanh

Re: Account hierarchy

2013-09-02 Thread Alex
I just had to create another loop in my view and I got what I wanted. On Friday, August 30, 2013 7:16:18 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi Alex, > > If you want to restrict the accounts to just the immediate children, then > you could check the [link[:manager_customer_id

Re: Total number of campaigns saved into DB

2013-09-02 Thread Alex
So in my controller in the index action, I added that line for inserting in my table the total number of entries. But I can not insert them because my model initializer requires a parameter. I belive that is the problem. On Monday, September 2, 2013 9:28:29 AM UTC+1, Takeshi Hagikura (AdWords

Re: How to retrieve FeedItemId from AdGroupFeeds

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Could you share the request xml for the AdGroupFeedService.get request? (Please remove the sensitive info). Please make sure you include the "MatchingFunction" in one of the selector fields. Best, - Takeshi, AdWords API Team On Friday, August 30, 2013 2:18:42 AM UTC+9, Alexandre Miyagi wr

Re: QuotaCheckError.INCOMPLETE_SIGNUP

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I have answered in another thread . Best, - Takeshi, On Thursday, August 29, 2013 11:58:15 PM UTC+9, Thiago Vieira wrote: > > I received this: > > "We have received your application for a test account for the Adwords API

Re: QuotaCheckError.INCOMPLETE_SIGNUP with test account

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please make sure you have accepted the terms&conditions for the API. If it doesn't solve the situation, please let me know. FYI : As in this blog post, now you can add test account by yourself. Best,

Re: Trying to get clientCustomerId

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, What account did you use when you authenticated the application? And please make sure you don't explicitly pass clientCustomerId through a config file or the code. FYI : You don't have to pass Selector to CustomerService.get() Best, - Takeshi, AdWords API Team On Thursday, August 29, 201

How to specify Targeting Setting while adding Audience to an AdGroup.

2013-09-02 Thread dksingh
I am adding a list of Audience to some AdGroups using API 201306. I need a handle on targeting setting so that I can make it choice based for my application. Currently whenever I add any audience to an adgroup, the targeting setting is set as "Target and Bid". What should I do if I want to set

Is it possible to get 'Display Network only' through the keywords performance report?

2013-09-02 Thread Simon Day
Hi, It would appear that data returned through the KEYWORDS_PERFORMANCE_REPORT does not include data for "Display Network only" campaigns. Are there any plans to add this in, or is there any way for me to include it? Thanks Simon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Total number of campaigns saved into DB

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you please elaborate what part is causing the error and what parameters are missing? It that the AdWords API part? Best, - Takeshi, AdWords API Team On Thursday, August 29, 2013 8:46:53 PM UTC+9, Alex wrote: > > > ** > > I am currently testing some code from google adwords ruby api. >

Re: Keywords [:first_page_cpc]

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, I think it's not a API issue, but rather on how you should handle nil value in ruby. Could you try adding a logic that handles nil correctly? Best, - Takeshi, AdWords API Team On Thursday, August 29, 2013 7:55:35 PM UTC+9, Alex wrote: > > Hello, > > I am using the adwords api to poll the

Re: Previous month's google keyword search volume

2013-09-02 Thread Takeshi Hagikura (AdWords API Team)
Hi, #1 We don't have a public documentation on that, but it's correct. Around 25th of current month, you should get the volume for the previous month. #2 I think it's similar to #1, around the 25th of current month, you should get the volume for the previous month. #3 There is no difference b

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2013-09-02 Thread Dorian Kind
Hello, as this issue is affecting us quite heavily, I'm bumping this thread. If any request IDs or SOAP logs would be of help, I'll gladly provide them. Many thanks and best regards, Dorian On Thursday, August 29, 2013 5:30:06 PM UTC+2, Dorian Kind wrote: > > Hi all, > since yesterday, we start

Re: How can I fetch a list of clients I can access right after I got interactive OAuth2 access?

2013-09-02 Thread Christophe Porteneuve
Hi Anash, As a matter of fact all of this has been duly filled in and accepted months ago. The account you mention is indeed the MCC I get when I log in Adwords with the same identity I OAuth2'd with, right? That account is 743-674-1108. Perhaps you can check its status? I did fill in all my A

Re: How can I fetch a list of clients I can access right after I got interactive OAuth2 access?

2013-09-02 Thread Anash P. Oommen (AdWords API Team)
Hi Christophe, That's a separate issue altogether. Looks like you haven't entered billing details and accepted AdWords API T&C for your API MCC account? Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 2, 2013 8:35:24 AM UTC+1, Christophe Porteneuve wrote: > > Hey Anash, thanks

reduction financial risks

2013-09-02 Thread Joemon Jose
*Hellow how are you are you fine hope so that you will be fine . I wrote many articles but it is the best acrticleThis is one of the most difficult article I am going to write an article onWriting an article is not easiest job. For writing an article I have to increase my knowledge my knowledge

reduction financial risks

2013-09-02 Thread Joemon Jose
*Hellow how are you are you fine hope so that you will be fine . I wrote many articles but it is the best acrticleThis is one of the most difficult article I am going to write an article onWriting an article is not easiest job. For writing an article I have to increase my knowledge my knowledge

Adwords content retrieval

2013-09-02 Thread Joan Elaydi
What is the function and class used in Adwords API that retrieves the ad Content by ID not by adGroup? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

Re: How can I fetch a list of clients I can access right after I got interactive OAuth2 access?

2013-09-02 Thread Christophe Porteneuve
Hey Anash, thanks for the reply (for some reason I wasn't notified of it hence the delay) I logged SOAP and here it is, fresh right now. To clarify, the OAuth2 I use has a real MCC account with some clients that are "officially" test clients. I wouldn't mind seeing only those, or only the real

What is AdWords Discounter ?

2013-09-02 Thread vivek kumar Singh
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Gr