Re: Will cost report number be different between DFA and Adwords API?

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi Wendy, AdWords API reports contain the same data that you see in the AdWords UI. I'm not an expert in DFA, but if you see differences between the AdWords UI and the DFA UI, you will see those same differences in API reports. If you have further questions about this topic, you may want to pos

Re: Upload and download via API

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi Michelle, The API does not directly support importing from Excel. A better fit for that use case is the AdWords Editor or AdWords Scripts . Cheers, Josh, AdWords API Team On Friday, January 23

Re: using OfflineConversionFeedService

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, Please refer to the *Validation rules* section of our Importing Conversions guide , which covers the requirements for uploaded conversions. The particular error you mentioned is due to the follow

Re: PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab'

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, You could try submitting an exemption request along with your requests. Please see our Exemption Requests guide for more details. Thanks, Josh, AdWords API Team On Friday, January 23, 2015 at 9:44:12 AM UTC-5, Дмит

Re: Upload and download via API

2015-01-23 Thread michelle . magary
I have a similar question. I want to upload an excel spreadsheet with ad group and keyword bid changes. Does the API support this today? If so, what format does the spreadsheet require? Thanks, Michelle On Thursday, August 20, 2009 at 2:41:18 PM UTC-4, AdWords API Advisor wrote: > > Hi John, >

Re: Remarketing lists on an MCC level

2015-01-23 Thread Karo Röbisch
What a pity :-( That would make my life so much easier. On Monday, September 15, 2014 at 2:08:12 PM UTC+2, Danial Klimkin wrote: > > Hello Alon, > > > No, not at the moment. User lists are limited to a single account only. > > > -Danial, AdWords API Team. > > > On Sunday, September 14, 2014 1:37:

Will cost report number be different between DFA and Adwords API?

2015-01-23 Thread wendy zhou
Hi, I'm trying to understand what's difference between DFA and Adwords API from data retrieving point. For example, I'm pulling cost report across all advertisers and is there will be difference between through DFA and Adwords API? Thanks for your kind help Best Wendy -- -- =~=~=~=~=~=~=~

using OfflineConversionFeedService

2015-01-23 Thread Владимир Казаченко
I constantly get this error OfflineConversionError.EXPIRED_CLICK. How I can get lead information by glick id? I m interested in lead date, ctcLookbackWindow, viewthroughLookbackWindow -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: [PHP API] - Time elapsed to set a new bid really long by using "AdGroupCriterionService" method

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, All of the *mutate* methods in the API take a *collection* of operations as their argument. This means you can (and should) batch multiple operations in a single *mutate* call whenever possible. See our Best Practices guide

Re: Incorrect response of the "CampaignService"

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Sorry, I should have clarified: - When getting campaigns, *clientCustomerId* should be set to an AdWords account - When getting the list of accounts via ManagedCustomerService , the *clientC

Re: Incorrect response of the "CampaignService"

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, Please make sure that you are setting the clientCustomerId header to an AdWords account's customer ID and *not* your MCC account's customer ID. See the sample auth.ini file

Re: AdwordsSession Managment

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, The Java client library has a page on Thread Safety that answers many of the questions below. Regarding the AdWordsSession, you could either keep a separate instance per account or reuse the same instance and call *setCli

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, I'm following up with the feeds team to see if there's a way to get around this issue via the API. I'll post back when I hear back from them. In the meantime, you could try collecting all ENABLED AdGroup IDs via AdGroupService or reports, and then split up your AdGroupFeedService request i

AdwordsSession Managment

2015-01-23 Thread Jonathan
Hey everybody I have a question about the AdwordsSession object and the AdWordsServices object and whats the best way to use these objects We have an MCC account with a few accounts. As for my understanding i will need to create a different instance of AdwordsSession for each of the accounts.

Re: AWQL PRODUCT_PARTITION_REPORT ProductGroup invalid field name

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi, You could try enabling request/response logging in the library. The log messages should contain the version you are hitting. I suspect the version is the problem - I am able to run a report requesting *P

PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab'

2015-01-23 Thread Дмитрий Дмитриевич
Hello! I have adgroup which is called "SomeBrand Tab 8GB 3G Black". And when I try to create some text ads and keywords for it, I receive next error message: [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab', key=PolicyViolationKe

POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab'

2015-01-23 Thread Дмитрий Дмитриевич
Hello! I have adgroup which is called "SomeBrand Tab 8GB 3G Black". And when I try to create some text ads and keywords for it, I receive next error message: [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ operations[0].operand.criterion.text; trigger:'Tab', key=PolicyViolationKe

Re: Dúvida - AdWords API - PHP

2015-01-23 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Obrigado Anash! Só confirmando, ficará assim? // Salva o arquivo no caminho indicado abaixo $filePath = NULL; // Download report ReportUtils::DownloadReport($reportDefinition, $filePath, $user, $options); printf("Report with name '%s' was downloaded to '%s'.\n", $reportDefinition->reportName,

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-23 Thread t . kieft
Hi, This is not working. I have some accounts that have a large number of removed ad groups, while others have a large number of enabled ad groups. When I try to filter AdGroupFeed objects based on the Ad Group IDs, either way I get SelectorError.TOO_MANY_PREDICATE_VALUE. Unfortunately the AdG

[PHP API] - Time elapsed to set a new bid really long by using "AdGroupCriterionService" method

2015-01-23 Thread Pierre Augereau
Good morning, I'm using the AdWords PHP Api (v201406) to update the price of many keywords. But, when I'm using the function "AdGroupCriterionService" to set the new bid, there is always some calls (from the sending request to the response with "$adGroupCriterionService->mutate($operations)") t

Incorrect response of the "CampaignService"

2015-01-23 Thread Роман Рублевский
Good afternoon, There is an issue with a "CampaignService": we need to make a list of campaigns of our account. We successfully send the request for that and receive the response, but the answer is that we have no campaigns at all while there are more than 10 of them on. The same issue with a li

Recherche développeur spécialisé Api Adwords

2015-01-23 Thread David Le Glouannec
Bonjour nous sommes une agence spécialiste d'adwords depuis 2005 et sommes en recherche urgente d'un développeur spécialisé ou ayant une expérience sur l'Api Adwords. Merci de prendre contact David Le Glouannec 01 45 86 13 43 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Проблема с созданием запроса к AdGroupFeedService

2015-01-23 Thread Anash P. Oommen (AdWords API Team)
Hi, The error message means that the user has already added sitelinks to the adgroup you are trying to modify. To update the list of sitelinks, retrieve the AdGroupFeed for the AdGroup using AdGroupFeedService. You can filter for PlaceholderType CONTAINS_ANY[1] and AdGroupId=xxx. Then modify it

Re: Проблема с созданием запроса к AdGroupFeedService

2015-01-23 Thread treto1ctest
Здравствуйте! Спасибо. На текущий момент уменя проблема с 1: я всегда указываю "1", первый раз создается дополнительная ссылка, на второй получаю ошибку(уже с другими параметрами): [AdGroupFeedError.CANNOT_ADD_ALREADY_EXISTING_ADGROUP_FEED @ operations[0].operand, AdGroupFeedError.FEED_ALREADY_

Re: CampaignFeedMapping: matching function error

2015-01-23 Thread Danial Klimkin
Hello, Please see the general feeds guide: https://developers.google.com/adwords/api/docs/guides/feed-services The full example shows how to set up a combined matching function. -Danial, AdWords API Team. On Thursday, January 22, 2015 at 6:53:53 PM UTC+3, feth...@tribal-im.com wrote: > >

Re: AWQL PRODUCT_PARTITION_REPORT ProductGroup invalid field name

2015-01-23 Thread StewartR
Hi Josh, Thanks for taking the time to reply. No - I don't believe I am using V201406. I am certainly using the most up-to-date version of the client library and certainly have no mention of the string "201406" anywhere in my code so unless the current client library defaults to an older vers

Re: Проблема с созданием запроса к AdGroupFeedService

2015-01-23 Thread Anash P. Oommen (AdWords API Team)
Hi, Here is an example using CampaignFeedService. AdGroupFeedService xml would look similar. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v2014