Reporting without downloading report?

2015-02-13 Thread Antonio Peric
Hi, is it possible to get data for reports without downloading report and then parsing the file? thnx -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Daily statistics

2015-02-13 Thread direct . kozlova
Thnx! And which one field I must use to get search networks costs and context-media networks costs? (p.s. sorry for my english) понедельник, 9 февраля 2015 г., 15:21:33 UTC+3 пользователь Danial Klimkin написал: Hello, You need to use the reporting service to obtain statistic data, see:

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2015-02-13 Thread suga priya
Hi Josh, Any update on this? Please help me to resolve this issue. On Tuesday, 3 February 2015 12:36:39 UTC+5:30, Sugappriya Palanisamy wrote: Hi Josh, I used below code for Network settings (only for the Google). But the issue is still persistent $network = new networkSetting();

Regarding Custom Affinity Audience

2015-02-13 Thread Akiko Matsuzawa
We've been getting two types reports for campaign performance and criteria performance, as this site states below. https://developers.google.com/adwords/api/docs/appendix/reports#campaign https://developers.google.com/adwords/api/docs/appendix/reports#criteria The values of two reports have been

Проблема с добавлением дополнительных ссылок

2015-02-13 Thread treto1ctest
Добрый день, столкнулся с проблемой добавления больше одной доп ссылки для группы объявлений. Сначала создавал Feed через FeedService, но так как их разрешено не более 20 для компании остановлся на одном предопределенном: Главный фид дополнительных ссылок Наполняю его данными(FeedItemService)

Re: Reporting without downloading report?

2015-02-13 Thread Danial Klimkin
Hello Antonio, Every client library supports downloading data into a file and as a String. Most of the libraries allow acquiring an input stream as well. Exact details depend on the language / library you are using. -Danial, AdWords API Team. On Friday, February 13, 2015 at 12:42:21 PM

Re: Одновременный сбор отчетов по всем кампаниям клиентов

2015-02-13 Thread Danial Klimkin
Здравствуйте, Константин, Отчет можно запросить только для одного аккаунта для каждого запроса. ClientCustomerId можно поменять программно, без изменения auth.ini: $user = new AdWordsUser(); $user-SetClientCustomerId($clientCustomerId); -Даниил, команда AdWords API. On Thursday, February

Use Logger::LogToFile and disable the standard logging in soap_xml.log

2015-02-13 Thread abc def
Hi, i am using the adwords API PHP Library v201406 (i know there is a newer version) and i implement the following lines to log every api request in a new file: $user-LogAll() [...] \Logger::LogToFile(\Logger::$SOAP_XML_LOG, 'filename.log'); This works fine, but there is the standard logging

Re: Reporting without downloading report?

2015-02-13 Thread Antonio Peric
Can you give me example for PHP please On Friday, February 13, 2015 at 3:13:56 PM UTC+1, Danial Klimkin wrote: Hello Antonio, Every client library supports downloading data into a file and as a String. Most of the libraries allow acquiring an input stream as well. Exact details depend on

Re: Reporting without downloading report?

2015-02-13 Thread Danial Klimkin
Hello Antonio, For PHP, just provide a NULL for the path parameter to retrieve the report contents as a string. -Danial, AdWords API Team. On Friday, February 13, 2015 at 5:32:06 PM UTC+3, Antonio Peric wrote: Can you give me example for PHP please On Friday, February 13, 2015 at

Re: Regarding Custom Affinity Audience

2015-02-13 Thread Josh Radcliff (AdWords API Team)
Hi, Since custom affinity audiences are not yet supported in the API, reports at the criteria level (Criteria Performance Report or Audience Performance Report) will not include all impressions for campaigns using these audiences. Unfortunately, there's no work around at this time for that

Geo targeted ad getting clicks outside of targeted area

2015-02-13 Thread Hunter Culbert-Steele
Hi there, I have my ads set for a specific geographical area and today 50% of the clicks came from far away from this area. Do I get charged for these clicks? Also, out of the 6 adword clicks today, all six of them bounced and the average time spent on site was 0.00 Any feedback would be

Re: Why does TargetingIdeaPage not inherit from Page?

2015-02-13 Thread Danial Klimkin
Hi Christian, These are two different service types which are not related, thus objects can be defined differently and can be changed independently one from another. -Danial, AdWords APi Team. On Thursday, February 12, 2015 at 12:21:25 PM UTC+3, Christian H. wrote: Hello, I just

Can we set a campaign for specific videos?

2015-02-13 Thread רויטל פרידמן
Can we set a campaign for specific videos? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

CAMPAIGN_LOCATION_TARGET_REPORT column Cost padding 0s to the right.

2015-02-13 Thread dhdeveloper3603
I can't find any documentation on it but i am getting Cost back when Pulling data through API with AWQL for CAMPAIGN_LOCATION_TARGET_REPORT and it's padding 0's to the right. So when the data comes to me before i do anything to it, 21.60 = 216000 and 205.50 = 205500 Problem with that is i

Re: CAMPAIGN_LOCATION_TARGET_REPORT column Cost padding 0s to the right.

2015-02-13 Thread Danial Klimkin
Hello, Please see: https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money -Danial, AdWords API Team. On Friday, February 13, 2015 at 1:45:11 AM UTC+3, dhdevel...@gmail.com wrote: I can't find any documentation on it but i am getting Cost back when Pulling data

Re: Cannot set or change several BiddingStrategyConfiguration

2015-02-13 Thread Danial Klimkin
Лена, добрый день, Данная опция не доступна через АПИ напрямую, но доступна полностью аналогичная стратегия -- TARGET_SPEND (через BiddingStrategyService). -Даниил, команда AdWords API. On Thursday, February 12, 2015 at 9:32:07 AM UTC+3, Лена Про wrote: Hello Danial! thanks, i

HTTP error 403 when accessing 'adwords.google.com'

2015-02-13 Thread rocsanka
Hi ! From *27.01.15* we can't access no one service from our main host *'46.165.242.209'*, but from any other location everything is OK. Calling: *curl https://adwords.google.com/api/adwords/cm/v201406/AdGroupCriterionService?wsdl;

Re: Can we set a campaign for specific videos?

2015-02-13 Thread Danial Klimkin
Hello, AdWords for Video campaigns are not supported via the API. -Danial, AdWords API Team. On Thursday, February 12, 2015 at 4:15:25 PM UTC+3, רויטל פרידמן wrote: Can we set a campaign for specific videos? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: HTTP error 403 when accessing 'adwords.google.com'

2015-02-13 Thread rocsanka
Hi Danial ! It is located at Germany: NETDIRECT-NET Leaseweb Germany GmbH Regards, Sergey. пятница, 13 февраля 2015 г., 18:48:27 UTC+3 пользователь Danial Klimkin написал: Hello Sergey, Where are your servers physically located? -Danial, AdWords API Team. On Friday, February 13,

Value Tracks parameters not substituted

2015-02-13 Thread rocsanka
Hi, After few days using of 'Value Track' AdWords feature we have got strange behavior of system while parameters substituting: some of them have values while some not. Example: Source url looks like:

Re: Проблема с добавлением дополнительных ссылок

2015-02-13 Thread Danial Klimkin
Добрый день, Возможно создание только одного маппинга между AdGroupId и FeedId. Вместо добавления нового, вам нужно обновить имеющийся и добавить новый feedItemId в список rhsOperand. -Даниил, команда AdWords API. On Friday, February 13, 2015 at 5:00:20 PM UTC+3, treto...@gmail.com wrote:

Re: HTTP error 403 when accessing 'adwords.google.com'

2015-02-13 Thread Danial Klimkin
Hello Sergey, Where are your servers physically located? -Danial, AdWords API Team. On Friday, February 13, 2015 at 6:37:59 PM UTC+3, rocs...@gmail.com wrote: Hi ! From *27.01.15* we can't access no one service from our main host *'46.165.242.209'*, but from any other location

Re: Daily statistics

2015-02-13 Thread Danial Klimkin
Hello, Most likely you'll need Cost field for CampaignPerformance report: https://developers.google.com/adwords/api/docs/appendix/reports#campaign For more details on display network, see: https://developers.google.com/adwords/api/docs/appendix/reports#display-keyword -Danial, AdWords

Re: Campaign Service returns UNEXPECTED_INTERNAL_API_ERROR with Shopping Campaigns

2015-02-13 Thread Josh Radcliff (AdWords API Team)
Hi, I looked up your request, and the underlying error is caused by the ShoppingSetting.salesCountry https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.ShoppingSetting#salesCountry setting in your request. Are you able to create a Merchant Center account with a

Re: Use Logger::LogToFile and disable the standard logging in soap_xml.log

2015-02-13 Thread Josh Radcliff (AdWords API Team)
Hi Christian, I'm not a PHP expert, but looking through Logger.php https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/Common/Util/Logger.php and AdWordsUser.php

Re: Geo targeted ad getting clicks outside of targeted area

2015-02-13 Thread Josh Radcliff (AdWords API Team)
Hi, For non-API questions, please use the Help Center https://support.google.com/adwords/?hl=en#topic=3119071 or the AdWords Community https://www.en.adwords-community.com/. Both of those have general AdWords product experts who can help answer these questions. Thanks, Josh, AdWords API Team

Re: Keywords Idea - search by Postal Code

2015-02-13 Thread Progressus
We are having the same issue. I can use a location ID for the US or a specific city without any issues. But using a location ID for a postal code results in: TargetingIdeaError.INVALID_SEARCH_PARAMETERS Are postal codes not a valid location for this service? On Monday, September 29, 2014 at

Change CPC bid for Shopping Product Group

2015-02-13 Thread mahantesh_patil
Hello: I have a shopping campaigns with 2 product groups: Product Group 1, Product Group 2 *I want to change the CPC bid for Product Group 1 from 0.28 to 0.55* I am able to change the default CPC bid for the adgroup using the following snippet. *Appreciate any pointers to adjust this snippet

Change CPC bid for Shopping Product Group

2015-02-13 Thread Mahantesh Patil
Hello: I have a shopping campaigns with 2 product groups: Product Group 1, Product Group 2 *I want to change the CPC bid for Product Group 1 from 0.28 to 0.55* I am able to change the default CPC bid for the adgroup using the following snippet. *Appreciate any pointers to adjust this snippet