Re: How to integrate custom date option on dotnet API?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, Is it for reporting? If yes, you can set the dateRangeType to CUSTOM_DATE, and set dateRange.min an dateRange.max in mmdd format. Cheers, Anash P. Oommen, AdWords API Team. On Saturday, December 6, 2014 3:36:38 AM UTC-5, Anu V Vivin wrote: How to integrate custom date option

Re: Operations which can be executed in parallel without causing CONCURRENT_MODIFICATION error

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Tomas, Yes, you can. And if you get CONCURRENT_MODIFICATION, you can just retrying the call to see if it succeeds. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 8, 2014 3:36:02 AM UTC-5, Tomas Rimkus wrote: Can I do mutate operation on the same type criterions in two

Re: How to change display-Url in multiple adgroups ?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, 1. Display URL is ad's property, so there's no way to set this at campaign or adgroup level. 2. Trying to set Display URL doesn't throw an exception, and this is by design. I agree that this is not probably the best way to handle things. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: Do we need to add the billing information for production account during the testing

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ulfat, The error could mean one of the two things: 1. You are not using the developer token from your production account 333-332-3726 2. You haven't entered billing details and accepted AdWords API TC on your production account 333-332-3726. It is fine to use ClientCustomerId as

Re: Is this possible to login Adwards accont from a third party application and can access adwards data and can store in DB ?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naresh, Yes, AdWords API allows you to fetch your AdWords account data and store it locally in your database. There are several code examples that come along with the PHP library, but you'd want to start by reading the documentation at https://developers.google.com/adwords/api/. If you have

Re: Is there any simple concept tutorial to integrate Adwards API in PHP

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naresh, I'd recommend reading the README for the library - https://github.com/googleads/googleads-php-lib/blob/master/README.md#getting-started Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, December 6, 2014 6:22:00 AM UTC-5, Naresh Kumar wrote: As i have invested my lot of

Re: How do I set custom date range when downloading reports using adwords API dotnet client library.

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, I've answered your question on the other thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, December 6, 2014 3:37:58 AM UTC-5, Anu V Vivin wrote: How do I set custom date range when downloading reports using adwords API dotnet client library. -- --

Re: Retreiving structural data for sitelinks

2014-12-04 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, Yes, if you don't filter by feedId, then GetCampaignFeeds will give you ALL the campaign feeds where placeholdertype = 1 (i.e. sitelinks). Just pick the FeedId from the CampaignFeed. There's a caveat to this: By definition, a Feed doesn't have an extension type associated with it,

Re: Retreiving structural data for sitelinks

2014-12-04 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, Since you are looking for feed ids only, the caveat I mentioned on the previous message shouldn't apply to you. private CampaignFeed[] GetSitelinkFeeds(AdWordsUser user) { CampaignFeedService campaignFeedService = (CampaignFeedService) user. GetService(

Re: Retreiving structural data for sitelinks

2014-12-01 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, 1. Nope, The code snippet is to illustrate how the API call is to be made; you should be using paging in your production code. 2. Not from the report directly, but you could modify the GetCampaignFeeds method so as to not filter by FeedId and you'd get all the FeedIds of a specific

Re: Retreiving structural data for sitelinks

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Visar, You need to use the CampaignFeedService to retrieve the MatchingFunction and then parse it to identify the FeedItems that are associated with a campaign. The C# code to do this looks : private CampaignFeed[] GetCampaignFeeds(AdWordsUser user, Feed feed) { CampaignFeedService

Re: java.lang.NullPointerException after trying to get traffic estimations

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jorge, If you can capture a SOAP request and response XML and post it after removing the credentials and developerToken from the request XML, it would be most useful. See https://github.com/googleads/googleads-java-lib#how-do-i-enable-logging for details on how to capture SOAP logs using

Re: HourOfDay returns 400 on AdGroup

2014-11-26 Thread Anash P. Oommen (AdWords API Team)
Hi Jakub, Can you please use the Reply to Author option to share with me the report definition you are using, and your customer ID? I can investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 24, 2014 12:18:19 PM UTC-5, Jakub Jirka wrote: Hello I have a

Re: Existing Google Service Account for DFP, can I use the same Service Account for Adwords?

2014-11-14 Thread Anash P. Oommen (AdWords API Team)
! On Friday, November 7, 2014 10:08:22 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi, Yes, you can make calls using the same service account to both DFP and AdWords. The main difference is that AdWords require impersonation (the sub parameter in service account flow, see https

Re: Existing Google Service Account for DFP, can I use the same Service Account for Adwords?

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, you can make calls using the same service account to both DFP and AdWords. The main difference is that AdWords require impersonation (the sub parameter in service account flow, see https://developers.google.com/accounts/docs/OAuth2ServiceAccount#creatingjwt), so you'd have to follow

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
, Christian Am Donnerstag, 6. November 2014 21:39:40 UTC+1 schrieb Anash P. Oommen (AdWords API Team): Hi Christian, You can send multiple keywords per request, see https://groups.google.com/d/msgid/adwords-api/bec89d9c-9720-4ed3-9ed7-fa0cd3644732%40googlegroups.com?utm_medium=emailutm_source

Re: API creation of mobile specific ad

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
for your help. On Thursday, 7 August 2014 15:08:43 UTC+2, Anash P. Oommen (AdWords API Team) wrote: Hi Milo, You can create a normal text ad using AdGroupAdService, and set the ad's devicePreference https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupAdService.TextAd

Re: ADD keywords operations : Concurrent vs. sequential

2014-11-06 Thread Anash P. Oommen (AdWords API Team)
Hi, You are using AdGroupCriterionService, right? What kind of responseTimes are you seeing in the SOAP response header of the API calls? Cheers, Anash On Wednesday, November 5, 2014 12:42:40 PM UTC-5, GDZ wrote: Still unclear how to fix that... On Wednesday, October 29, 2014 5:32:42 PM

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-06 Thread Anash P. Oommen (AdWords API Team)
Hi Christian, You can send multiple keywords per request, see https://groups.google.com/d/msgid/adwords-api/bec89d9c-9720-4ed3-9ed7-fa0cd3644732%40googlegroups.com?utm_medium=emailutm_source=footer for an example. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 6, 2014

Re: probably bug around Campaign advertisingChannelSubType DISPLAY_MOBILE_APP

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, I'm not sure I understand the issue. Were your original mail missing a screenshot? Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, November 2, 2014 9:03:04 AM UTC-5, Berry Tsakala wrote: i'm trying to 'ADD' new campaign with specific subtype. this feature was added to

Re: Issue regarding Invalid and/or missing SSL certificate for URL for an application

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
, Thanks for the reponse . I am using my php client library for making my php calls . So there isn't any issue regarding the Invalid grant for the application ?? Is it valid for any client library? On Friday, October 31, 2014 9:50:19 PM UTC+5:30, Anash P. Oommen (AdWords API

Re: Help! AuthenticationError.OAUTH_TOKEN_INVALID

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
Hi Alexey, From your mail, it looks like the token is valid only for 2 scopes https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile; To use AdWords API, you should also include https://www.googleapis.com/auth/adwords as a scope. See

Re: Using API token of the root MCC account to link child MCC accounts to external MCC accounts.

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
the request? Thanks! On Friday, October 31, 2014 9:36:34 AM UTC-7, Anash P. Oommen (AdWords API Team) wrote: Hi Agnieszka, You would need only one developer token (i.e. the one at the root MCC account level), but you'd need authorization from both the account being linked (to send out

Re: probably bug around Campaign advertisingChannelSubType DISPLAY_MOBILE_APP

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
/AJw/TLb_ucCBPgU/s1600/bug.jpg to recreate the bug, just try to set its subtype as i did, and then look in the web interface, at the campaign type subtype area. On Monday, November 3, 2014 4:09:20 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: Hi Berry, I'm not sure I

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
on adgroups? The 201402 version is sunsetting soon, so we need to know what we have to do. Thanks, Eric On Wed, Oct 22, 2014 at 4:06 PM, Eric Maas eric.stephen.m...@gmail.com wrote: Thanks! On Tue, Oct 21, 2014 at 11:23 AM, Anash P. Oommen (AdWords API Team) adwordsapiadvisor

Re: Error when calling getReportFields

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
/soap:Envelope On Tuesday, October 28, 2014 8:39:37 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, Could you post a request id for a failed request, so I can investigate this further? It is part of the SOAP response header. Cheers, Anash P. Oommen, AdWords API Advisor

Re: Required Minimum Functionality field conflicts

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, Our team doesn't deal with RMF compliance, so I cannot answer this question. Could you please reach out to the token review team by email? You should have an email they sent you during the token review or RMF compliance review process. Cheers Anash P. Oommen, AdWords API Advisor.

Re: Issue regarding Invalid and/or missing SSL certificate for URL for an application

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Kiran, What language are you using to make API calls? AdWords API doesn't require you to install any special certificates, but depending on the language and library you are using, you may require to install the certificate for AdWords API site into your machine's trusted certificate store.

Re: Report Summary is missing

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi David, skipReportHeader and skipReportSummary headers work only for csv/tsv reports, they don't apply to XML reports. If I remember correctly, XML reports don't have summary footer at all. About the math: it depends on how you have setup conversion counting in AdWords UI. See

Re: Errors while trying to update criterion labels

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Kamil, Could you please post a SOAP request and response xml for a failed request? See https://github.com/googleads/googleads-php-lib/blob/master/README.md#how-do-i-enable-logging for instructions on how to setup logging in PHP library. Cheers Anash P. Oommen, AdWords API Advisor. On

Re: EntityCountLimitExceeded: Shared Budget

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Aaron, You can either use BudgetService.mutate (REMOVE operation) or the AdWords UI (https://support.google.com/adwords/answer/2517512?hl=en) to remove the budgets you don't need. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, October 30, 2014 6:53:58 PM UTC-4,

Re: Using API token of the root MCC account to link child MCC accounts to external MCC accounts.

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Agnieszka, You would need only one developer token (i.e. the one at the root MCC account level), but you'd need authorization from both the account being linked (to send out the invite) and the account being linked to (to accept the invite). See our guide on this topic for details.

Re: One adword API developer token for multiple account

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Shijo, I think the best approach would be for you to implement OAuth2 web flow in your application. Your users need to login to your site, and grant your application the necessary permissions to access their account. Then you can use the access token to make calls to the relevant accounts.

Re: Youtube right-side banner required settings

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi, Since this is a product question, could you please ask the question on our product forum instead? https://www.en.adwords-community.com/ Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 31, 2014 10:09:10 AM UTC-4, LamareDev wrote: I am looking for confirmation if the

Re: Upload offline conversion to Adwords, Cannot see the value in the adwords

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Joey, If the API call succeeded, then that's a sign that the data got imported. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 22, 2014 10:12:34 PM UTC-4, Joey Belarmino wrote: Hi Ray Tsang, Can you please help me as well. I tried last night running the script,

Re: Removal of returnMoneyInMIcros flag in API version v201409 and workaround for it

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Shobha, There's no workaround to the issue you mentioned other than dividing the value by 100. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 31, 2014 10:50:50 AM UTC-4, Shobha Thorve wrote: Hi Google team, We just wanted to know what is the reason why the money is

Re: Connection has been shutdown: javax.net.ssl.SSLException

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Rafal, Apologies for the delay, could you kindly open an issue at https://github.com/googleads/googleads-java-lib? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 2:15:58 AM UTC-4, Rafał Gorzkowski wrote: Hy I'm using the Google Adwords API (v1.27.0 ). Sometimes

Re: ADD keywords operations : Concurrent vs. sequential

2014-10-30 Thread Anash P. Oommen (AdWords API Team)
Hi GDZ, Are you sure your machine is not blocking on outgoing connections? .NET, for instance, limits the number of simultaneous Web connections to 2. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote: Hello! Not really a question but

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-28 Thread Anash P. Oommen (AdWords API Team)
figure this out? On Friday, January 3, 2014 8:06:04 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: Hi Mesut, Let me know if the issue persists, I'll ask the reports team to investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 30, 2013 1:02

Re: Error when calling getReportFields

2014-10-28 Thread Anash P. Oommen (AdWords API Team)
. Can you think of anything else which could be causing it not to work? On Monday, October 27, 2014 2:55:40 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, ReportDefinitionService is a SOAP service, so clientCustomerId goes in the SOAP RequestHeader header. Cheers, Anash

Re: AuthenticationError.NOT_ADS_USER with service account

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, You should also set oauth2_prn to identify the OAuth2 user. This should be the login email of your AdWords account, or your AdWords MCC account. If you are setting the email address of your AdWords account, then client_customer_id should contain your AdWords account's CID. If you are

Re: ReportsException Deprecated with no Clear Replacement

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, I'll fix the wiki guide to cover this case. You have to use AdWordsReportsException https://github.com/googleads/googleads-dotnet-lib/blob/master/src/AdWords/Util/Reports/New/AdWordsReportsException.cs instead of ReportsException, and the code works pretty much the same way otherwise.

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, in v201409, we made client customer id a required field in all the services. We have asked the team to relax this requirement for ReportDefinitionService. Meanwhile, you can work around the issue by setting the clientCustomerId header in the API calls to ReportDefinitionService.

Re: Service Account NOT_ADS_USER error

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, Did you set the prn email when getting the access token in service account flow? This field is required, since AdWords API doesn't allow anonymous OAuth2 access. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 3:31:15 PM UTC-4, IMM Boulder wrote: I have

Re: Value Tracks parameters not substituted

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Sergey, Since this is a product question and not specific to API, could you kindly post it on https://www.en.adwords-community.com/ ? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 10:41:02 AM UTC-4, rocs...@gmail.com wrote: Hi, After few days using of 'Value

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
get this error. Does it matter which clientCustomerId is used? On Monday, October 27, 2014 1:26:46 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, in v201409, we made client customer id a required field in all the services. We have asked the team to relax this requirement

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-21 Thread Anash P. Oommen (AdWords API Team)
to find they can't change it. Thanks, Eric On Tue, Oct 14, 2014 at 3:54 PM, Anash P. Oommen (AdWords API Team) adwordsapiadvisor+an...@google.com wrote: Hi David, The team got back to me telling that this change is not feasible, so you need to rename and then delete if you need to maintain

Re: Concurrent Modification on Ad Group Error.

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
Hi Brett, You need to catch and retry the error after say, 30 seconds. Or, synchronize your API calls such that no two threads update the same adgroup at the same time. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, October 13, 2014 3:20:45 PM UTC-4, Brett Koenig wrote: Hey,

Re: Applying labels on adgroup

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
Hi Ashish, AdWords API calls are usually atomic in nature - either all the operations succeed, or they fail. If you have a failing operation, you should remove the failing operation, and make the API call again. There's a partialFailure soapHeader you could use to get the behaviour you want,

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
adgroups and campaigns to be renamed. I'll update the thread as I hear from them Have you heard from the team? Cheers David On Thursday, 18 September 2014 14:51:46 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Mariusz, I've asked the team to investigate whether

Re: SOAP Logs with Google AdWords

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
that be enough? Thanks, Conor On Friday, 3 October 2014 14:54:28 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Conor, I guess the documentation can be improved in that wiki. Here's the MSDN document that shows what the values should be. http://msdn.microsoft.com/en-us/library

Re: Image Ad Upload

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
, Conor On Monday, 29 September 2014 20:37:00 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Conor, I'd need some additional details, please share them by using the *Reply to Author* option. DO NOT post any of these details online. 1. Your customer ids (client and API MCC accounts). 2

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
account, if that makes any difference. Thanks, Greg On Wednesday, September 24, 2014 8:55:10 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi Greg, The team told me that the fix is live, so you should be able to set bid modifiers on shopping adgroups now. Let me know if the request

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, Did you update add name=AdsClientLibs.SoapXmlLogs value=Off/ to Information level? Thx, Anash On Friday, October 3, 2014 8:41:05 AM UTC-4, testa...@geeks.ltd.uk wrote: Hi Alan, Thanks for your message. I'm using C# but can't see an option anywhere in the ad words user object

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
from another method of logging? Was that any help? Have you had time to look at the other details I sent you that you asked for? Thanks again for your help with all this. I really appreciate it. Best wishes, Conor On Friday, 3 October 2014 14:32:41 UTC+1, Anash P. Oommen (AdWords API

Re: How to download the reports for multiple clients in v201406 in Java

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Amit, 1. Use the credentials of your MCC account when obtaining the OAuth2 token. This gives you access to all the accounts that you want to download report for. 2. Use ManagedCustomerService.get to retrieve the list of all customer ids. See code example here

Re: FYI - Upgraded URLs supported in test accounts, but ...

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you share your test account's client customer id by using the Reply to Author option? I can take a look. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 30, 2014 12:22:56 PM UTC-4, BDCoder wrote: Hi Guys, Just realized that once whitelisted, I can see the

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with getBulkKeywordIdeas

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ari, Can you share the request id from a failed request? It is part of the SOAP response headers. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 30, 2014 1:32:51 PM UTC-4, Ari wrote: Hi, I'm using the getBulkKeywordIdeas function from the TargetingIdeaService and

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Danny, You should be using a single feed, and associating the right set of FeedItems with the campaigns using a MatchingFunction. The usual practice is to keep one feed per extension type (e.g. one for sitelinks, one for call extensions, etc.).

Re: Intermittent server timeout when accessing API

2014-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Danilo, Could you share your API MCC customer id by using the Reply to Author option? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, October 1, 2014 8:48:26 AM UTC-4, Danilo B. wrote: The Adwords API appears to be behind some load balancer. Using netstat, I could trace back

Re: Resetting the developer token - would it preserve the OAuth grants?

2014-09-30 Thread Anash P. Oommen (AdWords API Team)
Hi MG, Resetting the developer token every month doesn't give you any extra benefit from a security standpoint. The only situation in which it makes sense to reset a developer token is when it gets shared with someone, and you don't want to make the person making API calls using that token. On

Re: How can I know if my application has Standard Access Token for API or Basic Access Token?

2014-09-30 Thread Anash P. Oommen (AdWords API Team)
Hi, Right now, there isn't any way for a user to know this directly. We are working to get this fixed. If you can share your API MCC customer id by using the Reply to Author option, I can look it up for your token. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 30, 2014

Re: What is the Ad Type for HTML ads, created by Google Web Designer in Ad Performance report?

2014-09-30 Thread Anash P. Oommen (AdWords API Team)
Hi, I believe these are both Template Ads, and you can *probably* distinguish the ads by their template ids. Cheers, Anash On Monday, September 29, 2014 2:37:20 AM UTC-4, nf7588 wrote: Hi, Is there a way to distinguish between ads that were created by Display Ad Builder tool and ads that

Re: Send report format .html

2014-09-30 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, Feel free to ask on this thread if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 29, 2014 4:38:59 PM UTC-4, Sage Lewis wrote: That's easy for you to say :) I'm still pretty new to parsing csv files. But I am getting closer. I'll keep

Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi, Yes, upgraded URLs = all the final* urls and settings around it. By default, this works only for your test accounts. Once your account is whitelisted for the feature (through the signup form), your calls will start working against production accounts, and ads will function properly.

Re: Image Ad Upload

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
to handle them? Thanks, Conor On Friday, 26 September 2014 21:01:48 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Conor, This is a code example from an old version of the client library. Let me know if it works for you. // Create your image ad. ImageAd imageAd = new

Re: How to exclude Callouts from the Placeholder Feed Item Report?

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi, You can filter by PlaceholderType column. The IDs for various placeholder types are available on https://developers.google.com/adwords/api/docs/appendix/placeholders Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 29, 2014 1:26:03 AM UTC-4, nf7588 wrote: Hi, Wer're

Re: Going from Command Line to Creating Web-based tools

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, It is not required in your case, since you copy-pasted your code into the main page. Cheers, Anash On Saturday, September 27, 2014 10:01:43 AM UTC-4, Sage Lewis wrote: So I found that if I commented this out: // Don't run the example if the file is being included. //if (__FILE__

Re: Can't create a test account without first getting access to the API?

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi, You don't need an approved token to try the API against a test (sandbox) account. See https://developers.google.com/adwords/api/docs/test-accounts for instructions. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 29, 2014 7:31:02 AM UTC-4, jem...@molekula.com wrote: I

Re: Send report format .html

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, You can divide the value by 100 before printing the html. Also, php has pretty good support http://php.net/manual/en/function.str-getcsv.php for parsing csv. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September 28, 2014 12:58:25 PM UTC-4, Sage Lewis wrote: I'm

Re: Whitelisted for upgraded URLs?

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi, I believe the account would have been whitelisted already, the emails haven't been sent out yet. If whitelisted, try creating an ad in the UI, and you should start seeing the final Url option on the UI also. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September 28, 2014

Re: Image Ad Upload

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
? Is there a particular way to handle them? Thanks, Conor On Friday, 26 September 2014 21:01:48 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Conor, This is a code example from an old version of the client library. Let me know if it works for you. // Create your image ad

Re: Intermittent HTTP 404 errors on ad-hoc reports API

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi James, Could you share the following details with me using the Reply to Author option? I can investigate this further. I'd need some additional details, please share them by using the *Reply to Author* option. DO NOT post any of these details online. 1. Your customer ids (client and API

Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi, 1. Yes, the user will be sent to the right version of the url depending on the detected device. 2. No, url needn't be set if you set finalUrl. Url field will eventually go away, and will be replaced by the finalUrls fields - FinalUrl is where you want your customer to land. -

Re: Cannot generate Adword Summery Report.

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi Purvish, Could you please post this on https://groups.google.com/forum/?utm_medium=emailutm_source=footer#!forum/adwords-scripts? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, September 25, 2014 3:13:08 AM UTC-4, Purvish Patel wrote: I follow the step to get Adwords Summery

Re: Image Ad Upload

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
it's done. Thanks, Conor On Thursday, 25 September 2014 14:19:46 UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi, To create an imageAd, you'd need to upload the image first using MediaService (see https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp

Re: Image Ad Upload

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi, To create an imageAd, you'd need to upload the image first using MediaService (see https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201406/Miscellaneous/UploadImage.cs), then use that media id to create an image Ad. Cheers, Anash P. Oommen, AdWords

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Anash P. Oommen (AdWords API Team) napsal(a): Hi, You should be reducing the date range significantly - preferably, keep it to a couple of recent months. Right now, you are requesting data worth 12 years. For one, you are requesting data from 1 Jan 2000, but AdWords launched http

Re: Going from Command Line to Creating Web-based tools

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, I think that's pretty straightforward; you just need to copy-paste the code from https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201406/Reporting/GetReportFields.php into your index.php and modify the printf calls such that they print out html tags

Re: PHP Client Library : Problem to use API Adsword

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi Sage, Have you explored AdWords scripts https://developers.google.com/adwords/scripts/? It is much simpler to use than AdWords API, and may be the right product for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 8:00:08 PM UTC-4, Sage Lewis wrote: As

Re: Can You Use The AdWords API To Access The Ad Preview Diagnosis Tool?

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi Robert, No, this feature is not available through AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 4:36:25 PM UTC-4, Robert O'Kruk wrote: Hello, I am wondering if you can use the AdWords API to access the data that is provided from the AdWords

Re: How to create in API report some specific Keywords filters

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi Oscar, Keyword performance report will give you all the rows if you set includeZeroImpressions: true in your requests. See https://developers.google.com/adwords/api/docs/guides/zero-impression-reports for more details. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September

Re: Having trouble locating the validation error code information on the API docs

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
Hi David, Looks like these aren't documented externally yet, I'll check with our tech writer and let you know. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 4:20:11 PM UTC-4, David Nunez wrote: Hi, I've added a FeedItem to an existing Feed through the

Re: Issue with uploading large amounts of data using MutateJobService

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
to be able to make use of this aspect of the API. Many thanks. On Thursday, September 4, 2014 8:00:59 PM UTC+1, Anash P. Oommen (AdWords API Team) wrote: Hi Brian, A fix is being worked upon, it should hopefully be in place during the next server update. Cheers, Anash P. Oommen, AdWords API

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
it? Thanks, Greg On Monday, September 8, 2014 8:31:00 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi Greg, We have added a fix, and this should go live during the next server push. If the issues persist after a few days, let me know. Cheers, Anash P. Oommen, AdWords API Advisor

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi, You should be reducing the date range significantly - preferably, keep it to a couple of recent months. Right now, you are requesting data worth 12 years. For one, you are requesting data from 1 Jan 2000, but AdWords launched http://en.wikipedia.org/wiki/AdWordsonly on October 23, 2000.

Re: Can RateExceededError happen only for part of operations in case PartialFailure is true

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Dzmitry, I haven't seen that happen, though you wouldn't need a special handling for RateExceededError in this case. You just need to handle this case like any other: try { Make API call } catch (ex) { Pick the operations that failed. (this would be everything when partialfailure is

Re: Join multiple reports

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Amit, You need to join reports at your end, AWQL doesn't support joining reports. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 3:35:32 AM UTC-4, Amit Pawar wrote: Hi Team, Can we join the multiple adwords reports ? Using AWQL ? I want to join below

Re: How to run auction insights reports using AdWords Script

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Luis, This report is not yet supported in AdWords API. See https://developers.google.com/adwords/api/docs/appendix/reports for the list of reports we support today. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 23, 2014 8:01:16 PM UTC-4, Luis M. Castañeda wrote: I

Re: partial errors dosen't work with validate only

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi, If you can post a request and response xml after removing the credentials, I can investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 4:02:46 AM UTC-4, anir...@deltax.com wrote: Hi, im making a call to campaignService mutate. I set

Re: How to run search terms report on selected keywords using AdWords Script

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Luis, You'd need to run the Search Query Performance report. See https://developers.google.com/adwords/api/docs/appendix/reports#search-query for details. Cheers, Anash P. Oommen AdWords API Advisor. P.S: Scripts has a separate forum, see

Re: BulkMutateJob WORKFLOW_FAILURE

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
Hi Kinsey, Thanks for providing the ID, I'll investigate this further at my end. Also, a negative id has no special meaning, MJS ids can be in integer (positive or negative), that's all. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 22, 2014 8:26:06 PM UTC-4, kinsey001

Re: BulkMutateJob WORKFLOW_FAILURE

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
://www.google.com/appserve/fb/forms/standardaccess/ for your developer token to make sure this API call works. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 24, 2014 3:43:11 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Kinsey, Thanks for providing the ID, I'll investigate

Re: Campaign Id

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, You can also filter for a campaign by adding a predicate, and the field names to filter for are here https://developers.google.com/adwords/api/docs/appendix/selectorfields. E.g. to filter a campaign by its name, you could filter by CampaignName = 'xxx'. Cheers, Anash P. Oommen,

Re: How to find out what changes were made in the past 90 days

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi, CustomerSyncService is not meant to be used as a change history tracker; it is more meant to let you know what objects to sync when syncing between your local server and the AdWords server. If you get TOO_MANY_CHANGES error, you should either reduce the time period to see if you can get a

Re: XmlException / InvalidOperationException Issue

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, One common reason for this error is that you don't have the maximumErrorResponseLength https://github.com/googleads/googleads-dotnet-lib/blob/master/src/AdWords/App.config#L119 key in your App.config. By default, .NET framework truncates an error response to 64K, which is bad, if

Re: I want to set the sub-type of CampaignService, which API should I use?

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Zhou, This feature is not yet available in AdWords API, we plan to make this available in a future version of AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September 19, 2014 2:42:40 AM UTC-4, hr zhou wrote: It is mentioned that the CampaignService type is set by

Re: Developers Token not received

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Suma, You would have received an email from AdWords API Token review team when you signed up for the token. Please follow up on that email to know the progress of your developer token review. While the token is pending, it will still work with test accounts. Cheers, Anash P. Oommen,

Re: How to Capture SOAP messages in.NET Visual Studio

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi Mariusz, I think the report logs are not written to SOAP logs right now. You'd have to look at either the Errors field, or use Fiddler to capture the response. I've opened an enhancement request at https://github.com/googleads/googleads-dotnet-lib/issues/26 to make sure this is addressed

Re: How to set mobile carrier to MobileAd ?

2014-09-22 Thread Anash P. Oommen (AdWords API Team)
Hi, The error you were getting was due to an outdated documentation page, which we have updated now. Softbank@JP is no longer supported as a mobile carrier. Cheers, Anash On Wednesday, September 10, 2014 11:17:27 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi, Thanks for sharing

<    1   2   3   4   5   6   7   8   9   10   >