Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread JP Adrock
In the youtube video ( http://youtu.be/Idvia4600_E ) at 5 min 45 sec, the presenter pauses a campaign via the command prompt by typing php PauseCampaign.php... My question, is would this also be possible through a web browser, or does it have to be executed via command prompt? Because what

Checking to see how many daily operations you have left?

2015-01-28 Thread kadence
I have Basic Access which has a limit of 10,000 operations per day. Is there an operation to see how many operations you have left? And is there anywhere in your MCC dashboard or somewhere else you can view your API usage? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
Hi, we are building SPA and mobile app (SPA packed inside phonegap) with REST API based on Symfony2. The thing we got stuck is login to our rest api. We want to use Google Oauth to authorize user to access our API. Which flow/login we should use and is this possible. The idea is to use

Get UserList by AdWordsService.v201409.AdwordsUserListService

2015-01-28 Thread Lee Lee
Hi Team, I use AdWordsService.v201409.AdwordsUserListService to get UserList. But I see * No. of search users* column in Adwords editor equal - or Display only when UserList.SizeForSearch == 0. I don't understand, how to discriminate when * No. of search users* = -, when * No. of search users*

Re: Checking to see how many daily operations you have left?

2015-01-28 Thread Danial Klimkin
Hello, No, there is no place to see today's stats. We recommend collecting server responses and checking the operations field of the SOAP header to keep track of the day's usage. -Danial, AdWords API Team. On Wednesday, January 28, 2015 at 7:18:41 AM UTC+3, kad...@fofx.com wrote: I have

php PauseCampaign.php

2015-01-28 Thread JP Adrock
I am able to pause/enable my desired campaign(s) through command line, but how can I do this via browser? I have tried the following with no luck: ?php $output1 = shell_exec('php GetCampaigns.php'); echo pre$output1/pre; $output2 = shell_exec('whoami'); echo pre$output2/pre; ? I have safe

Re: Pause/Unpause using Adwords API (PHP)

2015-01-28 Thread Danial Klimkin
Hello JP, Command line script is shown as a simple example. It is definitely possible to make an API call from a web page, but it is out of scope for the AdWords team to go into details. The AdWords API library can be used as any other PHP library on a web server. -Danial, AdWords API

Re: Need help with SPA and mobile login

2015-01-28 Thread Danial Klimkin
Hello, This group is for questions regarding AdWords API only, we can't support other APIs here. This page can be helpful though: https://developers.google.com/accounts/docs/OAuth2 -Danial, AdWords API Team. On Wednesday, January 28, 2015 at 12:29:22 PM UTC+3, Antonio Peric wrote:

Google Analytics column values retrieved from reporting API do not match values retrieved from Client Reporting website

2015-01-28 Thread Mark Ibanez
Hi, We are using Adwords API to retrieve reports that include these four columns: Bounce rate, Pages / session, Avg. session duration and % new sessions. The problem is that when we compare the values retrieved from the reporting API to the reports downloaded from My Client Center (MCC) Client

Re: Dúvida - AdWords API - PHP

2015-01-28 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Novamente obrigado Anash! Última dúvida: Tem como retornar um ARRAY ao invés de STRING? Obrigado! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

[PHP] Como filtrar somente resultados Rede de Pesquisa?

2015-01-28 Thread Desenvolvimento - Grupo Lead Negócios Inteligentes
Pessoal, queria saber como filtrar somente resultados Rede de Pesquisa e não vir junto de a de Display? Estou tentando a um tempo, só que não consigo. Já tentei usar esse predicado: *AdvertisingChannelType*, Porém não consegui. Segue o código abaixo: ?php error_reporting(-1);

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-28 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, This may be due to a budget order getting stuck in the pending state, possibly during the upgrade process. What's the budget order ID for the object with null values? Is it 186878453, by any chance? Thanks, Josh, AdWords API Team On Tuesday, January 27, 2015 at 8:33:42 PM UTC-5,

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-28 Thread Brandon
Hi Josh, Yes, it is 186878453. Thanks, Brandon Josh Radcliff (AdWords API Team)於 2015年1月29日星期四 UTC+8上午5時32分58秒寫道: Hi Brandon, This may be due to a budget order getting stuck in the pending state, possibly during the upgrade process. What's the budget order ID for the object with null

Re: How to find out the lost impressions due to low bid price and estimated clicks ?

2015-01-28 Thread Josh Radcliff (AdWords API Team)
Hi, There are a couple of different services in the API to help you optimize your campaigns. Check out our Estimating Traffic guide https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service for details on the *TrafficEstimatorService*. Also, the DataService

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
Hi, this is about Google Adwords APi. Entire server aplication is about integeration with Adwords API On Wednesday, January 28, 2015 at 2:18:53 PM UTC+1, Danial Klimkin wrote: Hello, This group is for questions regarding AdWords API only, we can't support other APIs here. This page

Re: MCC Linking - Maximum Number of Allowed Managers

2015-01-28 Thread Richard Linklater
Hello, We have had this error to. I believe there is difference when link an MCC to an MCC. There can only be a one MMC linked to another. For example if your MMC was called Joe MCC and you wanted to link to Tom MCC you could, but if Gary MCC also wanted access to the whole of Tom MCC they

Re: Need help with SPA and mobile login

2015-01-28 Thread Antonio Peric
To explain little more: - we are building google adword analytics application. Application servers data via our api to singlepage app. On Wednesday, January 28, 2015 at 2:18:53 PM UTC+1, Danial Klimkin wrote: Hello, This group is for questions regarding AdWords API only, we can't support

Re: [PHP] Como filtrar somente resultados Rede de Pesquisa?

2015-01-28 Thread Josh Radcliff (AdWords API Team)
Hi, The predicate you commented out should filter to only your *Search* campaigns. // Filter out deleted criteria. //$selector-predicates[] = new Predicate('AdvertisingChannelType', 'IN', array('SEARCH')); If you uncomment that line, does the report fail, or does it return non-search

Re: Paid_Organic_Query_Report

2015-01-28 Thread Paul Ingles
Hi, I've just started experimenting with this new report and am seeing some interesting data for CombinedAdsOrganicClicksPerQuery and OrganicClicksPerQuery: both seem to be expressed as percentages rather than doubles? I'm downloading the report as a gzipped CSV through the Java SDK (if that

Re: Get UserList by AdWordsService.v201409.AdwordsUserListService

2015-01-28 Thread Josh Radcliff (AdWords API Team)
Hi, On an API UserList https://developers.google.com/adwords/api/docs/reference/v201409/AdwordsUserListService.UserList object there are two fields each for *Search* and *Display*: - Search - SizeForSearch - SizeRangeForSearch - Display - Size - SizeRange

MutateJobService gets stuck

2015-01-28 Thread Rafael Machado
I'm trying to use the C# Adwords API to batch update keywords. Sometimes the MutateJobService.mutate() method gets stuck (the code doesn't continue and it doesn't return any error either). As it doesn't return any error or any other output (it simply gets frozen), i'm not able to verify what's

Re: MutateJobService gets stuck

2015-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Rafael, API call stuck usually means that you have a WebRequest leak somewhere - something like this one https://github.com/googleads/googleads-dotnet-lib/issues/36. Are you using the latest client library? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 29, 2015 at

Re: MCC Linking - Maximum Number of Allowed Managers

2015-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Richard, Yes, the limits you mention are correct. As for your use case - if Tom MCC would want to manage Joe MCC, then they can link Joe MCC under their account. If an additional Gary MCC wants to manage Joe MCC, then the workaround would be to invite Gary to manage Joe MCC. Then Gary can

Re: Google Analytics column values retrieved from reporting API do not match values retrieved from Client Reporting website

2015-01-28 Thread Mark Ibanez
Hi Josh, Thanks for taking the time to reply. I'm still asking for permission to send you the IDs. I'm not sure how to send you the report request (item #3) though as I am using the AdWords API Dotnet Client Library and Ads API Dotnet Common Library. If you could send me steps on how to do

Re: Google Analytics column values retrieved from reporting API do not match values retrieved from Client Reporting website

2015-01-28 Thread Mark Ibanez
Hi Josh, Thanks for taking the time to reply. I'm still asking for permission to send you the IDs. I'm not sure how to send you the report request (item #3) though as I am using the AdWords API Dotnet Client Library and Ads API Dotnet Common Library. If you could send me steps on how to do

Re: Dúvida - AdWords API - PHP

2015-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi, The return value should be mixed. As you can see on https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#L166, what the method returns is the response from a curl_exec http://php.net/manual/en/function.curl-exec.php call. Cheers,

Re: Get UserList by AdWordsService.v201409.AdwordsUserListService

2015-01-28 Thread Linh Doan Manh
Hi Josh, I have a problem like as Lee I need to identify* Display Only* user list before mutate audiences for campaigns with campaign type is Search Network only. Please help me how to check *Display Only* user list? Thansk, On Thursday, January 29, 2015 at 5:42:19 AM UTC+7, Josh Radcliff

Re: Google Analytics column values retrieved from reporting API do not match values retrieved from Client Reporting website

2015-01-28 Thread Josh Radcliff (AdWords API Team)
Hi Mark, Please take a look at the Help Center article on cross-account reporting https://support.google.com/adwords/answer/6027243?hl=en, particularly the portions regarding when stats are updated for the MCC view. If that does not explain the discrepancies, please send the following *only to