Re: AdParameters adding

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi, I recommend using ad customizers instead of ad params to achieve the same result. Ad customizers are more flexible than adparams, and you can set the rule to show customizer values at campaign, adgroup or keyword levels. See our https://developers.google.com/adwords/api/docs/guides/ad-custo

Re: How Build an APP for android/ios to consume full API AdWords ?

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi Gilberto, There is no iOS library for AdWords API. Java should work for Android, but if it doesn't, you can request help on this forum. Another probable option would be to use Xamarin's mono + AdWords API .NET library to do cross-platform development for both iOS and Android. That said, I w

Re: What does QualityInfo exactly show?

2014-12-15 Thread Anash P. Oommen (AdWords API Team)
Hi Haukur, Given that the API doesn't expose the exact values as shown in the UI, your approximation is correct. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, December 9, 2014 6:46:00 AM UTC-5, Haukur Jarl wrote: > > Hi Paul, > > Since it's just booleans, am I right to assume: > > >

Re: Reports generation fr MCC accounts is throwing error

2014-12-15 Thread Anash P. Oommen (AdWords API Team)
Hi Ulfat, in v201409, the ENUM value ACTIVE was changed to ENABLED. See https://developers.google.com/adwords/api/docs/appendix/reports#criteria for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, December 9, 2014 4:04:03 AM UTC-5, ulfathussain.dp...@gmail.com wrote: > > >

Re: ACCOUNT_PERFORMANCE_REPORT Reach and Frequency

2014-12-12 Thread Anash P. Oommen (AdWords API Team)
Hi Joseph, I don't think this field is available through AdWords API yet. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, December 10, 2014 11:23:59 PM UTC-5, Joseph Tay wrote: > > Hi, > > I need to find the equivalent of the *Unique Cookies* and Avg. impr. > freq. per cookie metric

Re: campaign sub-type IS possible, according to the examples in the API docs. Or I got it wrong

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, advertisingChannelSubType simply provides an additional refinement over advertisingChannelType

Re: How to add an "App Install Ad" via API?

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, I think you will find this guide useful: https://developers.google.com/adwords/api/docs/guides/driving-mobile-app-downloads. App install ad is a template ad. Cheers, Anash P. Oommen, AdWords API Advis

Re: How to set time zone of other country from India in ppc campaign

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Dharma, You need to create appropriate ad schedules in your account using CampaignCriterionService. I don't have a code example that shows how to create one, but https://github.com/googl

Re: OAuth provider cannot be null when selecting Authorization method as "OAuth"

2014-12-11 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, Try picking up the latest client library from https://github.com/googleads/googleads-dotnet-lib/releases/latest. Then catch the AdWordsReportsException that is throw

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: 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: 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: 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 T&C on your production account 333-332-3726. It is fine to use ClientCustomerId as 247-901-47

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: 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 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 opt

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( AdWordsService.v201409.C

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, so

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 ty

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 hav

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 Ja

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 campaig

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)
en over > to a new account with a clickfuel.com domain? > > Thank so much, Anash! > > > 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 t

Re: API creation of mobile specific ad

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
g . Do > you know why? > > Thanks 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 >> devicePrefe

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
t; with maxCpc 0.5$ > "buy shoes" with maxCpc 1.0$ > > Best regards, > 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 requ

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 t

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=email&utm_source=footer for an example. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, November 6, 2014 1

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:4

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
ut the uniqueness behavior 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 > wrote: > >> Thanks! >> >> On Tue, Oct 21, 2014 at 11:23 AM, A

Re: probably bug around Campaign > advertisingChannelSubType > DISPLAY_MOBILE_APP

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
//lh5.googleusercontent.com/--WHTjNeXS4o/VFY520DXJII/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

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)
n for the child account so it can authorize 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

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 https://develo

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

2014-11-03 Thread Anash P. Oommen (AdWords API Team)
: > > Hi, > > 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

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

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 scrip

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 foll

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: 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. https://

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, asi...@jumpstarta

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 Wedn

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 https://suppor

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. E

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. On

Re: Error when calling getReportFields

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
ion > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:type="AuthenticationError"><null>AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIREDAuthenticationErrorCLIENT_CUSTOMER_ID_IS_REQUIRED > > On Tuesday, October 28, 2014 8:39:37 AM UTC-4, Anash P. Oommen (AdWords > API

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 b

Re: Error when calling getReportFields

2014-10-28 Thread Anash P. Oommen (AdWords API Team)
e request header. 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 clientCustome

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-10-28 Thread Anash P. Oommen (AdWords API Team)
et me know how I can 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

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
post) but I still 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

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 'Val

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 verifi

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. Usin

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 instead of ReportsException, and the code works pretty much the same way otherwise. C

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 setti

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-21 Thread Anash P. Oommen (AdWords API Team)
hink to look at the > removed Ad Groups and find it there, only 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, >>

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-14 Thread Anash P. Oommen (AdWords API Team)
team to investigate whether it is feasible to allow deleted > 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, An

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, b

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: ad group mobile bid modifiers in shopping campaigns not working

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
>> 30001 >> >> 0.548885077186964 >> >> >> >> >> >> 09-24-14 15:01:25,935 [main] WARN soapXmlLogger - SOAP Response: >> http://schemas.xmlsoap.org/soap/envelope/";

Re: Image Ad Upload

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
..@geeks.ltd.uk wrote: >>> >>> Hi Anash, >>> >>> Has there been any progress? >>> >>> Thanks again for your help. >>> >>> Best wishes, >>> Conor >>> >>> On Monday, 29 September 2014 20:37:00 UTC+1, A

Re: SOAP Logs with Google AdWords

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
the standard > AdWords API, should 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. Her

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
ou emailed to me a couple of days ago, except I > changed the two values of the switches from 'Off' to 'Information Level'. > > Do you have any other suggestions? > > Did you get the raw SOAP data I sent you earlier from another method of > logging? Was that an

Re: SOAP Logs with Google AdWords

2014-10-03 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, Did you update 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 > I'm using to log all. Do you know how

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

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.). https://github.com/googleads/googleads-php-li

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 >

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

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

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: 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: 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: Image Ad Upload

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Service.v201406.AdGroupAdService)) >>> .mutate(operations.ToArray()); >>> } >>> >>> However, running this code now results in an exception being thrown. The >>> main exception message is 'The underlying connection was closed:

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 11:34:

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

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: 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: Image Ad Upload

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
ted error occurred on a send.', and the inner exception message is > 'An existing connection was forcibly closed by the remote host.'. Have > these errors come up before in AdWords? Is there a particular way to handle > them? > > Thanks, > Conor > > &g

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. Cheers

Re: Image Ad Upload

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
t; following steps are. > > I have downloaded the AdWords examples for C# but there are no references > to ImageAd, so I can't see how it's done. > > Thanks, > Conor > > On Thursday, 25 September 2014 14:19:46 UTC+1, Anash P. Oommen (AdWords > API Team) wrote:

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=email&utm_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 Summer

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. - FinalMobileUrl

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: 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: 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 AdW

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 ? 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: > >

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 instea

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-09-25 Thread Anash P. Oommen (AdWords API Team)
get "ALL_TIME" data? > > Thanks, > Jiri > > Dne středa, 24. září 2014 21:15:51 UTC+2 Anash P. Oommen (AdWords API > Team) napsal(a): >> >> Hi, >> >> You should be reducing the date range significantly - preferably, keep it >> to a coupl

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 AP

Re: BulkMutateJob WORKFLOW_FAILURE

2014-09-24 Thread Anash P. Oommen (AdWords API Team)
tps://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 prov

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 wro

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 https://groups.google.com/forum/#!forum/adwords-sc

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 se

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: 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: 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 not

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 only on October 23, 2000.

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