Re: "error": "unauthorized_client"

2017-08-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, If you are using a web application type of authentication, then your app requires callback URLs. You are also generating a client ID based on your web application primarily. Could you confirm if this is indeed the nature of your application? To know more regarding the difference between

Re: Incorrect ad group max. CPC value

2017-08-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi Anna, To better investigate your concern, could you send to me the SOAP request and response generated when you fetched these values? You may reply using *Reply privately to author*. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Getting very high value for Estimated average CPC

2017-08-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi Saurav, Could you confirm if you have also tried a similar request using the Keywords Planner in the AdWords UI? If you haven't yet, I would recommend that you do so and if the results match then it would mean that the "world" query indeed results to a high estimate value. However, should y

Re: how to link Client account to MCC account using Adwords api?

2017-08-30 Thread n
Hi, Thanks, But I want to get Client Customer ID without login in AdWords account i.e using calling any AdWords API I want to fetch ID dynamically so I stored into my database and, after using that ID I want to get the report. When I log in using client login detail in my Web system, I want t

"error": "unauthorized_client"

2017-08-30 Thread Tim Johnson
Hi, I am testing what will be a web app auth flow. I have created an MCC account, and also have a google developer client ID and secret. I go through the web app flow that I mimic via the Google Sandbox token process. From this process, I am able to get a refresh token. I attempt to run a si

Incorrect ad group max. CPC value

2017-08-30 Thread Anna
Hi, I'm trying to fetch my cpcBid of ad group (id :41205361142) and it returns this : CpcBid{bid=Money {comparableValueType=Money, microAmount=10} , bidsType=CpcBid, cpcBidSource=ADGROUP}. However, the max. CPC of that adGroup should be 7.5 instead of 1000. Could you please check that

Re: Adwords API Video campaigns

2017-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Santhosh, You need to include the DisplayUrl and CreativeFinalUrls fields in the rep

Re: Adwords API Video campaigns

2017-08-30 Thread Santhosh Nair
Hi Shweta, Thank you for the info. It appears the links you shared include information about most of the properties I am looking for. I am still not sure how to get the urls (Display URL, finalURL) for in-stream Ads . I am attaching an image of editor panel that shows Display URL & f

Standart access request page - give 403 error

2017-08-30 Thread admin
Hi I'm trying to request for standard API access Using link https://services.google.com/fb/forms/standardaccessru?authuser=2 from FAQ page https://developers.google.com/adwords/api/faq But i get 403 error Screenshot: https://yadi.sk/i/EPhRpNrM3MSr9e Here is screenshot of FAQ page: https://yadi

Getting very high value for Estimated average CPC

2017-08-30 Thread saurav kumar
Hello, I have just started using adwords api. I am able to successfully run the api's but I am getting very high value for estimated average cpc in EstimateKeywordTraffic.php Any guidance is appreciated. Thanks. One sample result for query="world" Estimated average CPC: 332028.00 Estimated ad p

Re: campaign Location is not getting

2017-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Amit, You'll not be able to retrieve Proximity or Location groups criterion

Re: BasicOperation/GetCampaigns

2017-08-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As suggested by my colleague here , your concern is specific to the PHP Client Library, I suggest that you post your concern here

Re: how to link Client account to MCC account using Adwords api?

2017-08-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The client Customer ID is the account number of the AdWords client account that you may want to manage through the API. You could get the client Customer ID by logging into your AdWords account. T

Re: PHP Version

2017-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The AdWords PHP client library requires PHP 5.5.9 and higher. Please see this guide for more details. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: Adwords API Video campaigns

2017-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Santhosh, You can use Ad Performance Report to get the attributes and statistics of your Ads and Video Performance Report

Re: Is there any way to exclude placements for UACs programmatically?

2017-08-30 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dorian, Are you talking about the placement exclusion options listed here ? As you observed, its not possible to exclude placements for Universal App Campaigns at the moment. This is true for the AdWords UI as well. You can keep an ey

campaign Location is not getting

2017-08-30 Thread shinuad
Hi, I have implemented GEO_PERFORMANCE_REPORT and getting some location IDs which are not present in google location sheet. Even implemented CampaignCriterionService for location Criterion but getting the same issue. Following are the location ids. 200504 200506 200510 200511 200512 200515 200

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-08-30 Thread shinuad
Hi Oleg, I have implemented GEO_PERFORMANCE_REPORT and getting some location IDs which are not present in google location sheet. Even implemented CampaignCriterionService for location Criterion but getting the same issue. Following are the location ids. 200504 200506 200510 200511 200512 20051

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-30 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Calin, I got in touch with the owner of the PHP library on my team. He's working on figuring out a solution. Please keep an eye on GitHub repo for a fix. I don't have an exact time as to when that will happen, but I'll keep an eye on it

Re: Changing the OAuth2 client secret

2017-08-30 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sorry, I'm not 100% clear on the issue you described in the post below. Could you provide more details? Note that if you'd prefer, you can send the details only to me by clicking *Reply privately to author* on this post. Thanks, Josh, AdWords API Team On Wednesday, August 30, 2017 at 5:0

Files Transfer to Live

2017-08-30 Thread oeaftest
Please anyone cam help me. how to transfer PHP API files to live server from running environment? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~

BasicOperation/GetCampaigns

2017-08-30 Thread oeaftest
When i run BasicOperations/GetCampaigns.php in my local machine/ xampp it works ok but when i run same file on linve it throw 500 Error. then i comment all code and only run aoutload.php file then it shows this error. Parse error: syntax error, unexpected '[' in /httpdocs/email/report/costapi/

Re: PHP Version

2017-08-30 Thread n
Hi, you can use (v201702 php libaray) Google\AdsApi\Examples\AdWords\v201702\BasicOperations Thanks On Wednesday, August 30, 2017 at 5:36:32 PM UTC+5:30, oeaf...@gmail.com wrote: > > what is PHP version requirement to use adwords client API > > e.g Google\AdsApi\Examples\AdWords\v201708\Bas

PHP Version

2017-08-30 Thread oeaftest
what is PHP version requirement to use adwords client API e.g Google\AdsApi\Examples\AdWords\v201708\BasicOperations; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Re: How can I use oauth2 pipeline to link a account to a MMC in python

2017-08-30 Thread Eduardo Cesar
It works! The mcc refresh token now is correct and I can invite clients in API. Thanks! Regards, Eduardo Cesar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/p

Re: how to link Client account to MCC account using Adwords api?

2017-08-30 Thread n
hi, Thanks, But I have only client login detail (like email and password) but don't know client id so how to link client account to my MCC account only using client account email or password. Otherwise please suggest me how to get Client ID using their login detail using AdWords API in PHP w

Re: blank page shows online

2017-08-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, In regards to the original issue, I can see that you already posted in the PHP client library itself. Kindly continue the discussion on that thread. For your new issue, this seems to be a PHP syntax error. Could you provide to me

Re: HeadlinePart1 line too wide error

2017-08-30 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Carmine, Apologies as I have not realized this at first. It should not have considered the *{keyword: } *in counting the length of characters. In my test account, I was able to add successfully an expanded text ad with headlinePart1 same as yours. Below is the sample SOAP response which show

Re: Changing the OAuth2 client secret

2017-08-30 Thread thgvt7
Hi Josh, Google account client_id and client_secret leak, not app client_id, i changed the password, these are not reset. Is the change password invalid? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

Re: Adwords API Video campaigns

2017-08-30 Thread Santhosh Nair
Hello Adwords-API team, I understand you cannot manage video campaigns through AdwordsAPI. I would like to create a custom formatted video performance report with image (screengrab) of video Ad and the final URL (landing page URL). Could you suggest how I could achieve this with capabilit

Re: blank page shows online

2017-08-30 Thread oeaftest
Hi, thanks for your reply i tried to run command line. My live environment is Linux Centos 6.8 , PHP Ver:5.3. When i run this BasicOperations]$ php GetCampaigns.php it shows this error PHP Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in thanks. On

Re: HeadlinePart1 line too wide error

2017-08-30 Thread Carmine Pagliaro
Hi Vincent, thanks for your answer. The text length {keyword: my personal backup ads} is 33 or 23 (because google don't consider the {keyword: } characters ) ? For me in the UI is 23, but in the Api Java call is 33. Which is the correct? On Wednesday, August 30, 2017 at 7:20:48 AM UTC+2, Carmin

Re: blank page shows online

2017-08-30 Thread oeaftest
As i explain this code was working fine in my local/xampp environment, i am using AD_PERFORMANCE report example, i copied all code in my .php file and include this in my index.php file. its download csv file every thing is working fine. On Wednesday, August 30, 2017 at 7:06:13 AM UTC+1, Vincent

Re: blank page shows online

2017-08-30 Thread oeaftest
As i explained in my last post code was working fine in xampp. i am using you AD_PERFORMANCE On Wednesday, August 30, 2017 at 7:06:13 AM UTC+1, Vincent Racaza (AdWords API Team) wrote: > > Hi, > > Our PHP examples are meant to be run only in command prompt, and not in a > web application as des

Re: Batch Job - Customizer Feed Item - NullError.NULL_CONTENT

2017-08-30 Thread Calin Ignat
Hello, Good news! I'm guessing the issues is here and will be easy to fix in future versions. Until then I will continue to use mutate service to build feed items. Tha