Re: Does Adwords UI report counts all clicks from search partner's network

2012-03-29 Thread Ewan Heming
This forum is specifically focused on questions about the AdWords API, so the best place to ask your question is on the AdWords Community site, or maybe even the Google Analytics forum

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Pranav Dubey
Hi Anash, I am not getting ur point. From the https://adwords.google.com, I am able to fetch all account under an MCC account and info about an individual account which is under MCC but not able to fetch info about an individual account which is not under any MCC an I am not using any valid de

UNEXPECTED_INTERNAL_API_ERROR from get_ad_groups.pl

2012-03-29 Thread Kevin Fink
I am consistently (100% of the time) getting an UNEXPECTED_INTERNAL_API_ERROR when I run the basic_operations/get_ad_groups.pl sample code against the sandbox. The other get_* samples work fine, as do all of the add_* samples that I tried. It doesn't seem to matter which of the sandbox client a

Does Adwords UI report counts all clicks from search partner's network

2012-03-29 Thread cwu2006
We have recently been asked by our clients about data discrepancy between clicks recorded by our tracking system and reported by Adwords UI. With further looking into the referrer info we found lots of clicks are from Google Search Partner's network. My question is does Adwords counts all clic

Re: Question about the Required Minimum Functionality

2012-03-29 Thread Anash P. Oommen
Hi, I would suggest that you reach out to 3p-complia...@google.com as mentioned in http://code.google.com/apis/adwords/docs/requirements.html with your questions. They should be able to answer your questions. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 30 March 2012 00:34:41 UTC+5

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread Anash P. Oommen
Hi Simon, v201101 got sunset last month. Try v201109.GetCampaigns as the command line version. (Or in general, apiversion.codeexamplename as command line argument). I'll update the video appropriately or leave comments on the youtube video. Cheers, Anash On Thursday, 29 March 2012 21:23:29 UT

Re: google-api-adwords-dotnet question.

2012-03-29 Thread Anash P. Oommen
Hi Jeff, 1. Comment out clientCustomerId in App.config. 2. Run v201109.GetAllCampaigns. This will initialize the sandbox. 3. Run v201109.GetAccountHierarchy. This will give you the clientCustomerIds for the sandbox accounts. 4. Put one of them in your App.config for clientCustomerId key and run

Re: Mobile Ad Extension with Show Google forwarding phone number

2012-03-29 Thread Kevin
Hi, Just to be clear. I've heard that Google will automatically opt in all mobile-only campaigns to use call forwarding. Many of our advertisers don't want that feature, and it incurs extra cost. We need a way to turn that off using the API. Thanks, Kevin On Thursday, March 29, 2012 12:54:06

Re: google-api-adwords-dotnet question.

2012-03-29 Thread Jeff
On Thursday, March 29, 2012 4:50:12 PM UTC-6, Jeff wrote: > > In the google-api-adwords-dotnet is there a v201109. call we can use > to initialize a sandbox and then get our associated ClientCustomerId? I > have tried the v201109.GetClientCustomerId with the proper config values > below bu

google-api-adwords-dotnet question.

2012-03-29 Thread Jeff
In the google-api-adwords-dotnet is there a v201109. call we can use to initialize a sandbox and then get our associated ClientCustomerId? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.goog

TargetingIdeaService - Keyword Ideas - KEYWORD_CATEGORY

2012-03-29 Thread Rohit Chopra
Hi Guys, I have a PHP application that accesses the TargetingIdeaService to get Keyword Ideas. One of the most important thing in this tool is to get the KEYWORD_CATEGORY for the keywords resulting from the service. It seems to be working just fine in the sandbox, but the production does not re

Re: Mobile Ad Extension with Show Google forwarding phone number

2012-03-29 Thread Kevin
Please have this feature be available in the API if AdWords decided to opt campaigns with call extensions enabled into Call Metric. Thanks, Kevin On Thursday, January 19, 2012 11:38:00 AM UTC-8, David Torres wrote: > > Hi Christian, > > This feature is not currently available in the API but I'l

Question about the Required Minimum Functionality

2012-03-29 Thread od321
We plan to create a tool to help advertisers manage their accounts, and make the tool available publicly. We've been going through the RMF as described here: http://code.google.com/apis/adwords/docs/requirements.html It seems to us that only these users are exempt from implementing the RMF: - En

Re: Filter campaigns by bidding strategy

2012-03-29 Thread Eliya
I meant filtering programmatically through the API (I'm using the Java API). In the campaign service the eligibility property is only selectable, not filterable . Sorry if I was unclear. Thanks On T

Re: Filter campaigns by bidding strategy

2012-03-29 Thread Ewan Heming
Can't you just filter your campaigns based on the conversion optimizer eligibility criteria? I think it's just that you've received at least 15 conversions in the past 30 days. -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread baynezy
Anash, Thanks very much this is starting to come together. I have set up the Web.config as requested and I am trying to run http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/BasicOperations/GetCampaigns.cs. I am adding adding a command line

Re: Is the 'id' for a product criterion unique?

2012-03-29 Thread HK
Thanks, guys. On Thursday, March 29, 2012 1:55:59 AM UTC-7, Anash P. Oommen wrote: > > Hi Hans, > > As Ewan said, you should treat [CriterionId, AdGroupId] as globally unique. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, 29 March 2012 02:12:13 UTC+5:30, HK wrote: >> >> Co

Re: Missing Keyword Data

2012-03-29 Thread Manuel
Hi Eric; finally after a couple of weeks, i wanted to go live with our v201109 migrated application since I thought that all basic API-features should be stable in the meantime (including real-time reports). Unfortunately just I experienced a delay of ~7 minutes with keyword reports. This is very

Re: Filter campaigns by bidding strategy

2012-03-29 Thread Eliya
The only solution that comes up is a predicate like: Predicate campaignBiddingTypePredicate = new Predicate("ConversionOptimizerBidType", PredicateOperator.NOT_IN, new String[] { ConversionOptimizerBidType._TARGET_CPA, ConversionOptimizerBidType._MAX_CPA }); Is there something more sui

Filter campaigns by bidding strategy

2012-03-29 Thread Eliya
Hi, I need to get all campaigns in a certain account that are Conversion Optimizer eligible. I see that this is a selector field that isn't filterable, but in order to reduce the number of campaigns I am requesting, I am trying to get only the campaigns that aren't currently conversion optimize

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2012-03-29 Thread Eduardo Hiroshi Campos Tamaki
There's a way to know which params I have in the keywords? Em quinta-feira, 29 de março de 2012 10h47min23s UTC-3, nickbr escreveu: > > Hi > > I had a similiar problem and eventually discovered, I was trying to set > parameters on deleted keywords. > > Hope this helps > Nick > > > On Tuesday, 21

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2012-03-29 Thread nickbr
Hi I had a similiar problem and eventually discovered, I was trying to set parameters on deleted keywords. Hope this helps Nick On Tuesday, 21 February 2012 11:27:48 UTC, Neil Kirk wrote: > > Hi, > > I am getting this error on some keywords, when trying to set the > parameters. I get all the

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Anash P. Oommen
Hi Pranav, You should use the developer token from your MCC account in both cases. Cheers, Anash On Thursday, 29 March 2012 17:27:28 UTC+5:30, Pranav Dubey wrote: > > Thanks Anash. > > The case is that, I am building an application where any adwords user can > login and if that account is an M

Re: Adwords Tokens

2012-03-29 Thread Jared Livingston
Hi Anash, Can you shed any light on what the expected wait time is for token approval? Is it normal for the process to take several weeks? If so, it might be nice to mention so when people apply for a token. We are still waiting for a decision on our application for an API token, and our wait

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread Anash P. Oommen
Hi Simon, Almost forgot to mention: since you are making calls to the sandbox, you need to initialize the sandbox and use the clientCustomerIds in it. 1. In your Web.config, you should have email/password as your gmail email/password. Comment out clientCustomerId. 2. Call GetCampaigns.cs. Refer

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread Anash P. Oommen
Hi Simon, I see... let's get a code example running in that case... The easiest approach is as follows: 1. Make sure your Web.config looks exactly as follows: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/App.config. In case you have other stuf

Re: Adwords API token pending approval for over 1 month

2012-03-29 Thread Jared Livingston
I, too, have been waiting for several weeks for my approval. I have emailed the adwordsapi-tokens email address multiple times without so much as a "thanks, we'll get back to you" reply. Is there anything I can do to speed this process? My client is getting impatient... Regards, Jared On Wedn

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Pranav Dubey
Thanks Anash. The case is that, I am building an application where any adwords user can login and if that account is an MCC account we fetch all the accounts under that account and user will be able to choose an account and if user not an MCC than 1) That may be under an MCC 2) That may be a

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread baynezy
Anash, Again thank you for your quick response. I am building a web application that when new items are added to our system we can potentially automatically add a new Campaign to the our AdWords account and then subsequently new AdGroups, Ads and Keywords. I am at the early stages really learni

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Anash P. Oommen
Hi Pranav, >From your mail, I thought you were building an application where any AdWords user may login to your application using their credentials, and you will be managing their account without having to link their account under your MCC first. Looks like this isn't the case, sorry for the co

Re: Google's AdWords API Error

2012-03-29 Thread Anash P. Oommen
Hi Konstantin, AdWords API has xml validation turned on, and order of elements matter. It should be like this in your xml: https://adwords.google.com/api/adwords/cm/v201109";> https://adwords.google.com/api/adwords/cm/v201109";> https://adwords.google.com/api/adwords/cm/v201109";> ht

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Pranav Dubey
But in this case, from where I get developerToken. As I know a developerToken issued to a MCC account only. Thanks On Thursday, March 29, 2012 1:15:18 PM UTC+5:30, Anash P. Oommen wrote: > > Hi Pranav, > > Yes, it is possible. Instead of using an AuthToken generated using > email/password of th

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread Anash P. Oommen
Hi Simon, AFAIK, OAuth doesn't present a Captcha challenge, ClientLogin API does. Sounds like a misconfiguration to me. OAuth 1.0a access tokens don't expire, so you need to get the user to enter the credentials once to generate an accessToken, save it, and then keep reusing it for future requ

Re: Moving from v201101 to v201109 in XML and getting operand.experimentData.experimentId errors

2012-03-29 Thread Anash P. Oommen
Hi Oddball, Yes, AdWords API has xml validation enabled too, which means that order of the nodes in the xml is also significant. Also, I'm not sure what you mean by saying that we don't support xmls - when debugging an issue, we ask for the raw SOAP xmls all the time, not the code in a particul

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread baynezy
Anash, Thanks very much for your help on this. I think I have gone down the wrong path here. The OAuth version of the API presents me with a CAPTCH challenge that I need to forward to the user. However, I am not creating a client application for users to manage their AdWords accounts where this pro

Re: Moving from v201101 to v201109 in XML and getting operand.experimentData.experimentId errors

2012-03-29 Thread Oddball
I got it sorted in the end, was more down to the order of the XML than anything else since it's alot more ridgid over how this is handled (not to mention das kapitals). The bizzare thing I'm finding now is that I'm fine adding Campaigns, a campaigns target location and groups within the campaig

Re: MutateJobService - Partial failure and programmatic timeout issue

2012-03-29 Thread Anash P. Oommen
Hi Eliya, 1. It is not possible to execute a MJS job atomically. MJS breaks a job into smaller batches and execute each batch atomically. But batch size is usually smaller than job size, and hence the possibility exists that some operations may succeed in a job, others won't. What you can do is

Re: OLD country code(s)?

2012-03-29 Thread Anash P. Oommen
Hi Veseo, Just wondering, how old is this adGroup? By any chance, was the adGroup created before Serbia and Montenegro split into 2 different countries? Anash P. Oommen, AdWords API Advisor. On Thursday, 22 March 2012 13:25:48 UTC+5:30, veseo wrote: > > Why is the country codes list VERY old? W

Re: Performance metrics totals on Google Adwords Reports

2012-03-29 Thread Anash P. Oommen
Hi, I'm not an expert with the web frontend, but my understanding is that frontend adds up impression only for ClickType=Headline, but cost and clicks for every clicktype. You could verify this by turning on Segmentation in the UI and looking at one Ad at a time. As Adam mentioned, exclude Cli

Re: Upper limit on Operations per Request

2012-03-29 Thread Anash P. Oommen
Hi Dan, Sure. Let me know if you have more questions and I'll help you out. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March 2012 18:07:23 UTC+5:30, Dan Ricker wrote: > > Thx for the response Anash. All is completely understood, > > I was only providing a "context" that Eric

Re: Moving from v201101 to v201109 in XML and getting operand.experimentData.experimentId errors

2012-03-29 Thread Anash P. Oommen
Also, it is probably worth downloading a client library in another language and running the code example with logging turned on just to capture the outgoing and incoming xml structure. You could then use that in your asp script. We have a .NET library at http://code.google.com/p/google-api-ad

Re: Moving from v201101 to v201109 in XML and getting operand.experimentData.experimentId errors

2012-03-29 Thread Anash P. Oommen
Hi, The expectation from AdWords API is that you need to provide only the data that you need to update, and when data is provided for update, it should be complete. In your case, you are providing experimentdata node. For your call to succeed, you need to either 1. Remove experimentdata node s

Re: Efficient AdHoc report downloads

2012-03-29 Thread Anash P. Oommen
Hi Adam, 10 is the recommended number. There's an updated version of the Java library being built at http://code.google.com/p/google-api-ads-java/, which is probably why the code example in the old site is not updated. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March 2012 20:

Re: OAuth with Google's AdWords API AuthenticationError

2012-03-29 Thread Anash P. Oommen
Hi Simon, There are couple more pieces to getting OAuth to work on an ASP.NET website. 1. There's some initialization code that should go in your Global.asax. : http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/oauth/Global.asax.cs 2. There should

Re: ruby-1.9.3-p125 httpclient [BUG] Segmentation fault

2012-03-29 Thread Anash P. Oommen
Hi Sinisa, Could you report this issue at http://code.google.com/p/google-api-ads-ruby/issues/list? Thanks, Anash P. Oommen, AdWords API Advisor. On Wednesday, 28 March 2012 22:23:34 UTC+5:30, sgrgic wrote: > > Hi, I already opened an issue, should ask here first, sorry. So, here is > an iss

Re: Is the 'id' for a product criterion unique?

2012-03-29 Thread Anash P. Oommen
Hi Hans, As Ewan said, you should treat [CriterionId, AdGroupId] as globally unique. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 29 March 2012 02:12:13 UTC+5:30, HK wrote: > > Could someone please confirm whether the id attribute of product > criterion

Re: How can an indendent adwords account access adwords client library

2012-03-29 Thread Anash P. Oommen
Hi Pranav, Yes, it is possible. Instead of using an AuthToken generated using email/password of the client account, you need to use an OAuth token authenticated by the user. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 29 March 2012 12:27:27 UTC+5:30, Pranav Dubey wrote: > > Than