Re: Image ad - getting invalid image data error

2013-10-04 Thread Anash P. Oommen (AdWords API Team)
Hi Mani, Is the image type and size valid? Did you try if you can create image ad using that image on the UI? Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, October 2, 2013 7:44:27 PM UTC+5:30, Incite ML wrote: Hi, Am using google adwords api version 'V201306' to create the

Re: Report download errors occurred..in C#

2013-10-04 Thread Anash P. Oommen (AdWords API Team)
Hi Mahesh, Could you examine the innerexception to see the details? You could also capture the traffic using Fiddler as explained on https://code.google.com/p/google-api-adwords-dotnet/wiki/HowToCaptureSoapMessages. The response / ReportsException has more details on why the request failed.

Re: Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, CampaignFeedOperations/AdGroupFeedOperation are not supported in MJS. Only FeedItemOperation is supported. I'll get the documentation fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, October 1, 2013 2:06:36 PM UTC+5:30, Slava wrote: I was told that despite what

Re: Report download v201209 and dateRange

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, What report type is it that you are running? Did you see if the column names remain unchanged in the new version (v201306) as well? Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 30, 2013 7:40:00 PM UTC+5:30, Subrata Sarkar wrote: Hi, Till Friday everything

Re: AdGroupService does not provide access for Date field ?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, If you are looking for stats, you should use an appropriate report (e.g. AdGroup performance reporthttps://developers.google.com/adwords/api/docs/appendix/reports#ad-group). AdGroupService has limited support for stats. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September

Re: Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'CampaignFeedOperation' to a type definition for element 'operations'. Why?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, I don't think AdGroupFeedOperation/CampaignFeedOperation is available in the MJS service despite what it says in the guide. Could you please use the individual services instead? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, September 28, 2013 1:57:36 AM UTC+5:30, Slava

Re: How to change AdGroup cpcBid according to AdGroupID

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, You should be using AdGroupService. See https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateAdGroup.php for an example. Cheers, Anash P. Oommen, AdWords API Advisor On Saturday, September 28, 2013 9:20:13 PM UTC+5:30, Adeel

Re: RateExceededError

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you kindly send me a SOAP request / response xml and your API MCC customer id to anash.p.oom...@google.com and update this thread? I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor On Saturday, September 28, 2013 3:25:16 AM UTC+5:30, Llama wrote: Hi all,

Re: Authentication problem with new app

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Filip, Looks like you created a Web application on the Google API Console. For installed application, there's an installed application option on the Google API Console, and urn:ietf:wg:oauth:2.0:oob is a registered callback url in that project. Cheers, Anash P. Oommen AdWords API Advisor

Re: On first access got [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Andrew, You are making calls against your production account, that won't work until your tokens are reviewed and approved. You need to create a test account under your API MCC, and use it's customer id in the clientCustomerId header. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday,

Re: Problem updating cpcBid for AdGroup (top level): Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:bids

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, I responded to your other thread, you could refer to https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateAdGroup.php for a code example. Cheers, Anash P. Oommen, AdWords API Advisor On Sunday, September 29, 2013 8:39:29 PM

Re: Adwords API v201306 - How to get Display Network Paused and Deleted campaign data

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, You could add a Predicate to request Status in ACTIVE, PAUSED, DELETED. Please see https://code.google.com/p/google-api-adwords-dotnet/source/browse/examples/adwords/CSharp/v201306/Reporting/DownloadCriteriaReport.cs#76 for an example. Cheers, Anash P. Oommen, AdWords API Advisor

Re: Unmarshalling Error: cvc-type during mutatejobservice(201306)

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Javed, Here's a raw SOAP xml for AdGroupService.mutate.ADD that you can refer to. ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Re: Keyword Planner Access?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Dan, The necessary functionality is in TargetingIdeaService and TrafficEstimatorService. However, my advise would be to first take a look at AdWords API Terms and Conditions and Required Minimum Functionality document before deciding to use AdWords API. TargetingIdeaService:

Re: New AdWords UI: Can't Deep Link from External Tools

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ricardo, No, we don't support deep linking on AdWords UI, nor have plans for the same, Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September 27, 2013 3:55:10 AM UTC+5:30, Ricardo Buitrago wrote: Hello, it's been 4 years since this thread was opened. I was wondering if you

Re: Our token hasn't approved for long time.

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ridvan, I've asked our review team to take a look, they will reach out to you about the review process. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 30, 2013 2:04:54 PM UTC+5:30, Rıdvan Yaman wrote: Hi, We have applied for Adwords API token with our MCC account 2

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, The error you mention can come only if you don't have UPDATE access to the client account. Can you confirm if the login email you are using to generate your OAuth2/ClientLogin tokens have permission to update the account you are making calls to? Cheers, Anash P. Oommen, AdWords API

Re: Account Hierarchy Access for Clients

2013-09-13 Thread Anash P. Oommen (AdWords API Team)
. Oommen (AdWords API Team) wrote: Hi Martin, The kind of permissions you are looking for applies only to MCC levels, so I can think of the following approach: 1. If your client already has an MCC, then use ManagedCustomerService.mutateLink to send an invite, accept it etc. so that the MCC

Re: No campaigns were found

2013-09-13 Thread Anash P. Oommen (AdWords API Team)
UTC+2 schrieb Anash P. Oommen (AdWords API Team): No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side of the page when you login to your AdWords account. Cheers, Anash On Wednesday, September 11, 2013 2:11:35 PM UTC+5:30, ga...@coderr

Re: Has Google recently taken the decision to disallow companies to use their keyword tool, the Google AdWords API?

2013-09-13 Thread Anash P. Oommen (AdWords API Team)
Hi Gail, AdWords API supports keyword planner, just that its functionality is split between TrafficEstimatorService and TargetingIdeaService (previously TrafficEstimator and Keyword tool on the UI). As long as your API usage is in accordance with AdWords API Terms and Conditions and Required

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
, Anash P. Oommen (AdWords API Team) wrote: Hi Peter, Do you have a code example to illustrate the problem? That would be most helpful. Cheers, Anash On Friday, September 6, 2013 7:51:11 PM UTC+5:30, CSPeter wrote: I also have this issue. I'm running the .net client library from nuget

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, The kind of permissions you are looking for applies only to MCC levels, so I can think of the following approach: 1. If your client already has an MCC, then use ManagedCustomerService.mutateLink to send an invite, accept it etc. so that the MCC becomes your child account. 2. If

Re: Get MCC working, allow clients to login and able to get their own reports.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Yes, you get the OAuth2 information from the OAuth2 console, only the developer token comes from the AdWords API Center. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 11, 2013 3:26:02 PM UTC+5:30, g...@mediasales.hu wrote: Thanks for the answer! So i have to

Re: No campaigns were found

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side of the page when you login to your AdWords account. Cheers, Anash On Wednesday, September 11, 2013 2:11:35 PM UTC+5:30, ga...@coderr-media.de wrote: Hi, i don't use the developer token from

Re: No campaigns were found

2013-09-11 Thread Anash P. Oommen (AdWords API Team)
Hi, 1. Don't use the developer token under 773-205-0228, it won't work. Test MCC developer tokens are not supported. Use the tokens under 740-266-0867 instead. 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 and 161-227-5683 as clientCustomerId. Cheers, Anash P.

Re: Remarketing

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Diwan, Could you kindly ask your question on https://www.en.adwords-community.com/ ? Thanks, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 5:20:27 PM UTC+5:30, Diwan Nikhil wrote: When we see remarketing, is it like for every product company create banner or

Re: Can't get list with GA profiles

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Alexandr, This forum is for AdWords API, you could ask your questions on the Google Analytics forum. See https://developers.google.com/analytics/community/ for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 2:48:41 PM UTC+5:30, Alexandr Stoilovskij

Re: INCOMPLETE_SIGNUP error with test adword account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Yashu, You need to enter credit card information to activate your token and accept AdWords API Terms and Conditions. After that, you will be able to use the token to make calls to your test account. Once your token is reviewed and approved, you will be able to make calls to production

Re: ACCOUNT_INACTIVE even after setting billing info and agreeing TC

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
API calls against test account data? Should we use only live capmaigns/ads for testing? четверг, 29 августа 2013 г., 11:31:50 UTC+3 пользователь Anash P. Oommen (AdWords API Team) написал: Hi, Could you post the request id from the SOAP response? I need that to find out the cause

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

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
handling steps when we receive this error? Check if the duplicate group was in fact created, and then delete? Thanks for your input. On Tuesday, 3 September 2013 01:49:52 UTC+10, Anash P. Oommen (AdWords API Team) wrote: Hi Dario, My understanding is that attempt to ensure that adgroup

Re: sample api for adding offline conversions

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, This feature was announced recently, this feature may become available in a future version of AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 11:56:35 AM UTC+5:30, Alex wrote: Are there any updates on this issue?

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
know if you need any other details. Thanks, Peter On Thursday, August 29, 2013 7:43:25 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Gerhard, Did you set user.Config.ClientCustomerId at any point? AdWords API reports need that to pull the relevant data even if you set prn email

Re: Problem with adhoc reporting using test account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to use your pending developer token instead of Email++[currencyCode] as developer token. The call will succeed as long as your request is fine and your call is made against a test account. Email++[currencyCode] notation is part of the AdWords API sandbox, which was sunset a while

Re: AWQL Report to memory

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, You will need to specify a format (csv, xml, etc,) , but https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#151 suggests that if you pass null to $path, you would get the report in memory instead of being written to disk.

Re: Test Account: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Raul, Looks like your account is setup correctly, could you try making a call once more and let me know if you still face issues? If yes, please post a sanitized SOAP request and response log, I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, Your approach is the recommended one, since AdWords API reports don't support MCC level reports. However, you can go for the following improvements. 1. Put 4c, 4d, 4e in a thread of its own. The thread method accepts the clientCustomerId as argument. Create a new AdWordsUser, set its

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 TC 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

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

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

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 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)
UTC+2, Anash P. Oommen (AdWords API Team) wrote: Hi Christophe, That's a separate issue altogether. Looks like you haven't entered billing details and accepted AdWords API TC for your API MCC account? Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 2, 2013 8:35:24 AM

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

Re: Getting keywords with null 'text' field. (using GetAllAdGroupCriteria() method)

2013-08-30 Thread Anash P. Oommen (AdWords API Team)
Hi Iarisa, My best guess is that you are not passing the selector field for keyword text when retrieving the keywords. The relevant list is available at https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201306-AdGroupCriterionService. Try adding KeywordText to the list

Re: Account hierarchy

2013-08-30 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, If you want to restrict the accounts to just the immediate children, then you could check the [link[:manager_customer_id] to see if it matches your account's CID. If it does, then link[:client_customer_id] is an immediate child of your account. Cheers, Anash P. Oommen, AdWords API

Re: Trying to get Auth2 refresh token but get The redirect URI in the request: urn:ietf:wg:oauth:2.0:oob did not match a registered redirect URI

2013-08-30 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, This could be because 548754232228-18j1fbi1rrt8ocrvp7ht6ajgdh78uvgv.apps.googleusercontent.com is a web-type client in Google API Console. Try creating a new OAuth2 client in Google API Console with type as Installed application and use those settings. Cheers, Anash P. Oommen

Re: QuotaCheckError.INCOMPLETE_SIGNUP on test account, after accepting TC and setting up billing

2013-08-30 Thread Anash P. Oommen (AdWords API Team)
test account Customer ID: 614-796-4183 But I am still getting the incomplete signup error...!!! Em quinta-feira, 29 de agosto de 2013 06h12min00s UTC-3, Anash P. Oommen (AdWords API Team) escreveu: Hi, I responded on the other thread. Cheers, Anash P. Oommen AdWords API Advisor

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
are replaced by random text. If they are necessary, I can re-attach.) On Wednesday, August 28, 2013 4:59:07 PM UTC+8, Anash P. Oommen (AdWords API Team) wrote: Hi, Yes, that shouldn't happen as far as I can tell. A test account is closed and hence should be inactive, but you shouldn't get

Re: ACCOUNT_INACTIVE even after setting billing info and agreeing TC

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you post the request id from the SOAP response? I need that to find out the cause of the error, but I suspect that the error comes because the developer token sits under a test MCC account. We don't support that configuration yet. Cheers, Anash P. Oommen, AdWords API Advisor. On

Re: QuotaCheckError.INCOMPLETE_SIGNUP on test account, after accepting TC and setting up billing

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Dorin, You shouldn't create a developer token under a test MCC account. You should rather create a developer token in a non-test account, and use the MCC account only for testing MCC related API calls. Cheers, Anash P. Oommen AdWords API Advisor. On Thursday, August 29, 2013 12:42:38 AM

Re: Unique of creative id on Tracking values

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
? over than 1.5 Tousend Ads per day ? ( Search only Ads ). Thanks, Shay. On Tuesday, August 27, 2013 6:38:49 PM UTC+3, Anash P. Oommen (AdWords API Team) wrote: Hi, Ad Id is unique in an ad group. Ad group id is globally unique. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday

Re: QuotaCheckError.INCOMPLETE_SIGNUP on test account, after accepting TC and setting up billing

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi, I responded on the other thread. Cheers, Anash P. Oommen AdWords API Advisor. On Thursday, August 29, 2013 12:28:53 AM UTC+1, Dorin Rosenshine wrote: Using the PHP library, running the GetTextAds.php example and getting: Uncaught SoapFault exception: [soap:Server]

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, Could you sign up for a developer token in a non-test MCC account? We don't support developer tokens in test MCC accounts. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, August 28, 2013 9:50:34 PM UTC+1, Martin Samm wrote: i've create an MCC Test Account

Re: Use test accounts since developer token is pending approval for 4 weeks

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, you can. You just need to create a test Advertiser account under your API MCC and make sure that you restrict your calls to the test account. The calls will succeed as long as they are not made to a production account. About the email: Yes, we have moderation turned on for new users.

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, Your developer token cannot be in a test MCC account. You should use the test MCC account to test MCC API features of AdWords API. Your developer token should be in a non-test MCC. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, August 28, 2013 10:08:58 PM UTC+1, Martin

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
. Oommen (AdWords API Team) wrote: Hi Chris, Is the issue resolved? Could you post a code snippet that shows the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, August 3, 2013 12:20:44 AM UTC+5:30, Chris Jenkins wrote: I'm just starting to dig into the api and I'm having

Re: Getting 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND' error on fetching Destination Url report

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Shobha, This error message could be temporary, could you try the call once more and see if the data comes through? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, August 29, 2013 11:04:46 AM UTC+1, shobha.p...@gmail.com wrote: Hi, I am trying to fetch columns 'CampaignId',

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, Yes, we are aware of that, we are working with our tech writers to make this clear. There are several other users who had the same issue. Cheers, Anash On Thursday, August 29, 2013 10:19:21 AM UTC+1, Martin Samm wrote: Anash, i think there's an account i can use. i have to

Re: Adwords API returns enormous values

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi Jasper, I responded to you on your other thread. Cheers, Anash On Wednesday, August 28, 2013 5:59:32 AM UTC+1, Jasper Villafranca wrote: Hello, We have been using TargetingIdeaService v201306 to retrieve data for * COMPETITION*, *KEYWORD_TEXT*, *SEARCH_VOLUME*, *AVERAGE_CPC*, *

Re: Building AdWords API Minimum Requirements

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi David, That totally depends on what data you need for your application. The AdWords API documentation is available at https://developers.google.com/adwords/api/docs/. Could you kindly take a look and ask more specific questions on a service / method? Cheers, Anash P. Oommen, AdWords API

Re: com.google.api.client.googleapis.auth.clientlogin.ClientLoginResponseException: 403 Forbidden

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi Mona, Could you login once to https://adwords.google.com from the server where your code is running? That should hopefully fix your issues. If not, let me know what additional error message is returned by the ClientLogin server when you get a 403 error. I'll investigate further. Cheers,

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi, What's your customer id? I can take a look and verify what else you need to do to activate your accounts. It is okay to post the customer id on this thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, August 27, 2013 6:16:09 PM UTC+1, ga...@coderr-media.de wrote: Hello,

Re: Manual SOAP for AdwordsUserListService - AuthenticationError.LOGIN_COOKIE_REQUIRED

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi Ryan, Looks like tns:authToken***/tns:authToken tns:clientCustomerId***/tns:clientCustomerId tns:developerToken***/tns:developerToken tns:userAgent***/tns:userAgent should be in cm/ namespace, not rm namespace? Something like tns:RequestHeader

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2013-08-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, that shouldn't happen as far as I can tell. A test account is closed and hence should be inactive, but you shouldn't get that error message back. Could you post a sanitized SOAP message so I can take a look? Cheers, Anash P. Oommen, AdWords API Advisor On Tuesday, August 27, 2013

Re: Get the used device for report

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi David, You need to run an ad performance report to get this data. Device is one of the supported columns. See https://developers.google.com/adwords/api/docs/appendix/reports#ad for details. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, August 14, 2013 7:58:59 AM UTC+1, David

Re: Adwords API Development problem

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Naji, Jim, https://developers.google.com/adwords/api/docs/requirements states that End-Advertiser-Only AdWords API Clients (each as defined in the Terms Conditionshttps://developers.google.com/adwords/api/docs/terms) are not required to fully implement the required AdWords API features in

Re: Internal API error when requesting feed items

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi, I've opened a request with the Feeds team to investigate this further. I'll update this thread as I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, August 27, 2013 8:30:54 AM UTC+1, fr...@bgenius.com wrote: Dear reader, When requesting feed items for a

Re: google adwords api oauth2 test environment

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Michael, You should create test account with a separate login, you cannot have two AdWords accounts with the same login email. As for working around OAuth2 authorization for testing purposes, you could generate an OAuth2 access token and refresh token for your test MCC account, then

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

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Noah, Could you try retrieving the cpcBidSource ( https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupService.CpcBid#cpcBidSource)? That should say whether the bid is being served from the criterion or from ad group. Cheers, Anash P. Oommen AdWords API Advisor. On

Re: oauth2 mcc account vs adwords account

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Folks, You don't need to turn on AdWords API on Google API Console. Google API Console hosts all our REST APIs (Drive, Apps, etc.), whereas for AdWords API, you signup from your AdWords API MCC account as mentioned on https://developers.google.com/adwords/api/docs/signingup. Once you have an

Re: Unique of creative id on Tracking values

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi, Ad Id is unique in an ad group. Ad group id is globally unique. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, August 26, 2013 5:42:19 PM UTC+1, Shay BarChen wrote: Hi , Today i'm using {Creative} in my destination URL Now i wonder if AD ID is unique per Google account or only

Re: Getting AuthenticationError.OAUTH_TOKEN_REVOKED

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
It could also be that someone changed the password of this account recently. OAuth2 refresh tokens don't generally get revoked on their own Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, August 26, 2013 4:59:37 PM UTC+1, bachelorant...@googlemail.com wrote: Hi, thank you for your

Re: Uniqueness of feed-related ids

2013-08-27 Thread Anash P. Oommen (AdWords API Team)
Hi Zweitze, - feed ids: globally unique - feed item ids: unique within a feed. - feed attribute ids: unique within a feed. - feed mapping ids: globally unique I'll also ask the tech writers to update this on the documentation page. Cheers, Anash P. Oommen AdWords API Advisor. On Tuesday,

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.* The

Re: Authentication error with New Google.Ads.Common.dll , Google.AdWords.dll version V201306

2013-08-20 Thread Anash P. Oommen (AdWords API Team)
Hi Pramod, Could you try the code in a slightly different manner? The C# code equivalent is as follows: AdWordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.DeveloperToken = ; //...more settings CampaignService campaignService =

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Is the issue resolved? Could you post a code snippet that shows the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, August 3, 2013 12:20:44 AM UTC+5:30, Chris Jenkins wrote: I'm just starting to dig into the api and I'm having an issue when I'm calling reports.

Re: .Net Client Library App.config issue with soap extension types.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Did you add a reference to Google.Ads.Common.dll? It is in the lib folder in the binary download. Or if you are using the nugethttps://www.nuget.org/packages/Google.AdWords/package, the dependencies will be setup properly. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday,

Re: Issue migrating from v201209 to v201306

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi Tommy, This looks like a PHP client library issue, could you open an issue at https://code.google.com/p/google-api-adwords-php/issues/list so that the developers can follow up with you? Cheers, Anash P. Oommen AdWords API Advisor On Friday, July 26, 2013 7:28:02 PM UTC+5:30, Tommy Newman

Re: API Review Team Approval

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, If you have a Google Account manager, you could reach out to them, otherwise you could reach the team directly at adwordsapi-tok...@google.com. The team may take a while to respond, they will reach out using the email address you have on AdWords API Center page. Cheers, Anash P. Oommen

Re: client secret for service accounts

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please open an issue at https://code.google.com/p/google-api-ads-java/issues/list, so that the developers can reach out to you? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, July 26, 2013 6:43:50 PM UTC+5:30, SkaiBoa wrote: Hello, we got a Java-based application

Re: Why is ClientLoginTokens marked as deprecated

2013-07-28 Thread Anash P. Oommen (AdWords API Team)
Hi, ClientLogin API is deprecated, the official sunset is in Apr 2015. However, AdWords API may discontinue support for ClientLogin API earlier, hence we marked the classes as deprecated. We haven't announced a sunset date, so it should work for another six months. You can refer to

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null'] error

2013-07-26 Thread Anash P. Oommen (AdWords API Team)
Hi Justinas, If you can share your account id, I can take a look. Cheers, Anash P. Oommen, AdWords API Advisor On Wednesday, July 24, 2013 11:45:19 AM UTC+5:30, Justinas Gulbinas wrote: Hello I've been using my live MCC account for several months successfully, started to get

Re: Invalid token on staging env

2013-07-26 Thread Anash P. Oommen (AdWords API Team)
Hi Matthew, Are you using this to make AdWords API calls? The scope doesn't seem to be include AdWords API scope. Cheers, Anash P. Oommen AdWords API Advisor. On Friday, July 26, 2013 7:37:19 AM UTC+5:30, Matthew Ledom wrote: I have created our platform on my localhost. I have since deploy

Re: Concurrency issues with ReportUtilities.DownloadClientReport

2013-07-23 Thread Anash P. Oommen (AdWords API Team)
Hi, The library doesn't do anything to do requests in sequence, the only place where it can get blocked is in the number of HTTP connections. I'd also try one additional thing, to prepopulate the authToken as follows: user.Config.AuthToken = new AuthToken(config,

Re: Getting Error The SoapListenerExtension class is not loaded. The most possible cause for this error is that you haven't registered Google.Api.Ads.Common.Lib.SoapListenerExtension as a soap extensi

2013-07-22 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, Most likely this is a assembly binding issue, could you run fuslogvw.exe and see if that's the case? http://msdn.microsoft.com/en-us/library/e74a18c4(v=vs.71).aspx Cheers, Anash On Friday, July 19, 2013 4:42:12 AM UTC+5:30, Jonathan Shaltz wrote: What else might be necessary?

Re: Retrieve and modify upgraded sitelinks with adwords api

2013-07-16 Thread Anash P. Oommen (AdWords API Team)
Thanks James for clarifying, it is indeed true that if you don't check for PlaceHolderId, then you will get every type of ad extension for the campaign. (Yeah, I know, no code examples...) Cheers, Anash On Tuesday, July 16, 2013 7:38:33 AM UTC+5:30, james wrote: Have just started on this

Re: Oauth2.0 directly generating access token once already allowed access

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
, Chirag wrote: Hi Anash, Thanks for your reply. But how i can take care this with PHP Client library. I think there is no scope for this under v201306. On Monday, June 10, 2013 2:52:49 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi Chirag, If you want to force users

Re: sitelink descriptions and FeedMappings

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
? Sorry if I'm being thick. Thanks again James On Thursday, July 11, 2013 6:05:03 PM UTC+10, Anash P. Oommen (AdWords API Team) wrote: Hi James, I guess you are looking for https://developers.google.com/adwords/api/docs/reference/v201306/FeedService.FeedAttribute?hl=en#name

Re: sitelink descriptions and FeedMappings

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi James, I thought you *were* looking for a user-defined field, sorry about that. See https://developers.google.com/adwords/api/docs/guides/feed-services, under the section that says, 3. Map the feed and placeholder fields.. This is where

Re: I applied for an API token many months ago. I still have not been approved.

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi Gregory, Please fill https://services.google.com/fb/forms/newtoken/ if you haven't done so already. The review team will follow up with you once this is done. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, July 14, 2013 8:57:29 AM UTC+5:30, c...@computerproof.com wrote: Does

Re: My ads are not running on the API testing account

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, Test accounts are closed accounts and hence won't run ads. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, July 13, 2013 10:29:11 PM UTC+5:30, ho...@laeliteppc.com wrote: Hello, quick question: For some reason my ads on the API test account are not running (even though I have

Re: Ads are not running on API testing account

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, I have responded on https://groups.google.com/forum/#!topic/adwords-api/6YydfAjKmJM Cheers, Anash On Saturday, July 13, 2013 2:54:49 AM UTC+5:30, ho...@laeliteppc.com wrote: Hello, quick question: For some reason my ads on the API test account are not running. When doing a Diagnosis

Re: Parse error: syntax error CampaignFeedService.php

2013-07-15 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you open an issue on https://code.google.com/p/google-api-adwords-php/issues/list? Thanks, Anash P. Oommen, AdWords API Advisor On Friday, July 12, 2013 2:34:10 PM UTC+5:30, ฉัตรมงคล อมรเวช wrote: I got this error when try to get existing feeds. Parse error: syntax error,

Re: Special characters in Sitelinks

2013-07-12 Thread Anash P. Oommen (AdWords API Team)
Hi Jon, Could you open an issue in the Perl client library's issue tracker? https://code.google.com/p/google-api-adwords-perl/issues/list Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, July 12, 2013 12:53:18 AM UTC+5:30, Jon wrote: When I create site links (FeedItems) with

Re: sitelink descriptions and FeedMappings

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
is if I create my own feed for sitelinks, how do I specify the description attributes? I can do the mappings for the link text and link URL, but there are no field ID constants for the description attributes. Have fun, James On Wednesday, July 10, 2013 4:17:29 PM UTC+10, Anash P. Oommen

Re: Fields name for template ID=138

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
help and support. Asad On Wednesday, July 10, 2013 3:56:16 PM UTC+10, Anash P. Oommen (AdWords API Team) wrote: Hi Asad, Your best bet would be to create an ad in UI and retrieve it using the API. We have a limited number of template ads documented at https://developers.google.com

Re: Annotations Appear in CSE Preview but not on Website

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi, This forum is for AdWords API related questions. You might want to post your question on http://productforums.google.com/forum/#!forum/webmasters. Cheers, Anash P. Oommen AdWords API Advisor On Thursday, July 11, 2013 5:14:02 AM UTC+5:30, grantmake...@gmail.com wrote: Hello, I've

Re: Waiting for adwords API access

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Ed, You would have received an email from adwordsapi-tok...@google.com, could you please reply to that email and ask about the status? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, July 10, 2013 7:16:26 PM UTC+5:30, Ed Developer wrote: Hello - I requested API access a

Re: Any idea what happened today on AdWords search?

2013-07-11 Thread Anash P. Oommen (AdWords API Team)
Hi Mircea, Could you kindly ask your question on https://www.en.adwords-community.com/? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, July 10, 2013 9:38:27 PM UTC+5:30, Mircea Budean wrote: Today my CTR jumped a little high on all my search campaigns on all my AdWords

Re: Template ids of templates in ad builder.

2013-07-10 Thread Anash P. Oommen (AdWords API Team)
Hi Yogesh, You can try creating the ad in UI and then retrieve it using AdWords API to get the ids and their respective fields. Cheers, Anash P. Oommen. AdWords API Advisor. On Thursday, December 23, 2010 1:28:29 PM UTC+5:30, Yogesh Agashe wrote: Hello, I am using python client library

Re: ClickType selector in AD_PERFORMANCE_REPORT

2013-07-10 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, Could you try running the API report once more and check if it matches the UI now? If it doesn't, I'll investigate this more. Cheers, Anash On Tuesday, July 9, 2013 6:06:23 AM UTC+5:30, alx wrote: Hi David, Thanks for your reply! However, I definitely do not see how impressions

<    3   4   5   6   7   8   9   10   11   >