RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Everyone, Looks like some of you have solved the USER_PERMISSION_DENIED error by adding the login-customer-id in the properties file. If you are still facing the issue, could you please go through this blog post

RE: V0_7 Google-ads-api PHP library

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, If the MCC2 has customers underneath it, they will also show in the result with +1 level to the manager account level. Thats is if the MCC2 has level 2 and that manager has client accounts in its hierarchy then there should be records with level 3 in the result. If you still has concerns

Re: Google Ads API KeywordPlan vs Adwords TargetingIdeaService terms and RMF

2019-03-01 Thread Tim D
Thank you! On Friday, March 1, 2019 at 10:00:34 PM UTC, googleadsapi-forumadvisor wrote: > > Hi Tim, > > The API compliance team is better equipped to confirm this. Could you > please reach-out to them via this form > ? > > Thanks, > Sreelaksh

RE: PHP example/reporting/GetHotelAdsPerformance of Google Ads API v0_7 not working

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Didier, Could you please try the code as in the sample and see if that fixes your issue? $googleAdsRow->*getSegments()*->getHotelCheckInDayOfWeek(), $googleAdsRow->*getSegment

RE: Delivery Status Notification (Failure)

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Gerald, Looks like all the fields you mentioned are compatible with the KeywordPerformacneReport . Could you please confirm the clientCustomerId and the report definition you are running for furthe

Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
I actually just found the problem 5 minutes ago and was about to update this thread. dependentAssembly entries had been removed from the web app's web.config. Once I added them back, everything ran fine. On Fri, Mar 1, 2019 at 5:05 PM googleadsapi-forumadvisor via AdWords API and Google Ads API

RE: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, As your same set of credentials are working with console app, could you please confirm that if your web app is pointing to the right property file? Also, you can try the CURL request provided below and see if you are able to generate the access token. If your credentials are correct, you

RE: How To Select Existing Product Partitions

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ryan, You are right. To avoid this error, you could get the criterionId corresponding to the root and use that as the parentCriterionId in the next set of operations. A sample SOAP request is shown below: https://adwords.google.com/api/adwords/cm/v201809";>

RE: Google Ads API KeywordPlan vs Adwords TargetingIdeaService terms and RMF

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tim, The API compliance team is better equipped to confirm this. Could you please reach-out to them via this form ? Thanks, Sreelakshmi, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discus

Re: 504 Deadline Exceeded error

2019-03-01 Thread andrew . simkovsky
Hello, thanks for the reply. We are using the Google Ads API Beta, and yes we have a basic Access token so far. We are applying for the Standard Access token already. The issue is not consistent and is definitely intermittent. We will take a look at the rates we are making the calls. Thanks,

V0_7 Google-ads-api PHP library

2019-03-01 Thread cmwapiaw
I am not sure to understand the possibilities of the ADS API for account management. Can you guide me. Here is the tree under an account (Oauth2 + DeveloperToken + refreshToken = ok - all accounts are test accounts): MCC (level 0) -> MCC (level 1) -> Account (level 3) ` I access the MCC (level

PHP example/reporting/GetHotelAdsPerformance of Google Ads API v0_7 not working

2019-03-01 Thread Didier Roy
Hi All I am trying to get hotel performance report using below code and get this error : PHP Fatal error: Call to undefined method Google\Ads\GoogleAds\V0\Services\GoogleAdsRow::getHotelCheckInDayOfWeek() in /home/reports/gha/google-ads-php/examples/Reporting/GetHotelAdsPerformance.php on

How To Select Existing Product Partitions

2019-03-01 Thread ryant
Hi, I am currently trying to update our Shopping campaign through the Google Ad's API and so far so good. I have a bit of an issue when hitting over 5000 requests. I am aware that there is a 5000 limit per request and I'm not too far off we have 5,600ish products in the shopping that I want

RE: Google.Ads.GoogleAds.Lib.GoogleAdsException (Status(StatusCode=DeadlineExceeded, Detail="Deadline Exceeded"))

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi KDJ, Ok, no problem. Please reply back with API logs, next time you see this error. Regards, Dhanya, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api htt

RE: BudgetOrderService BILLING_SETUP_INCOMPLETE

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please note that to perform operation using BudgetOrderService.mutate , you will need to whitelist the MCC account making the API call. If you are not sure about consolidated billing setup, then pl

RE: Bid Adjustments

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Please find my response below: *1)Can I get Managed Placements using Any of the Service, I know I can use Placement Performence Report with IsNegative = FALSE AND Id > 0But can I get the data using Any of the Service like Adgroup Criteria Service or something?* The Managed Placem

RE: AD_PERFORMANCE_REPORT is giving result which cannot be process for csv

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I was able to replicate the issue. I have shared this information with the team. I will keep you posted on the details. For your second concern: Could you please confirm if this Ad Headline is created from the API or the UI? If you're referring to the Description and the Long Head

Re: Google.Ads.GoogleAds.Lib.GoogleAdsException (Status(StatusCode=DeadlineExceeded, Detail="Deadline Exceeded"))

2019-03-01 Thread rentcafedev1
Dhanya, I'm not receiving the error anymore. Not sure why. KDJ On Thursday, February 28, 2019 at 12:23:47 PM UTC-8, rentca...@gmail.com wrote: > > Hello, > > I created a campaign using version google-ads-dotnet-0.8.1, then I tried > to add campaign targeting criteria and received a Deadline e

RE: Get Keyword Idea API

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Zeid, As mentioned by Dorian, to get the real results you must use the production account in you API call. However, the keywords idea in your screenshot cannot be fetched via API. On the search menu of your account you can search for "Keyword Planner" is analogous to the API services. Plea

RE: Store Visits API Report

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alec, Before proceeding, could you provide the clientCustomerId you used to download your Campaign Performance Report so I could better investigate the issue? You may provide them using the *Reply privately to author* option. Regards, Dannison AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How To Create Client Test Accounts

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you confirm if you've created a test manager account by checking if there is a *Test account* label on your Google Ads account page as seen on this guide ? If you can't see the Test account label, th

RE: Get maximum CPC for campaign with target spend bidding scheme

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, It seems your query is correct. However, to further investigate this, could you provide the complete SOAP request and response logs when you run this operation? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team On 02/28/19 21:55:12 arsel.mugi...@gmail

RE: Keywords Performance Report not returning URLs (ver. 201806)

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jane, So I can better investigate, could you provide to me your clientCustomerId and the complete report definition you used to generate the report? You may reply to me via the *Reply privately to

RE: 504 Deadline Exceeded error

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, To help me assess the issue, could you confirm if you are using the AdWords API or the Google Ads API Beta ? Could you confirm if you are using a Basic Access

RE: (502)Bad Gateway

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Matta, Could you confirm if the error is encountered on all service calls or just specific calls? Could you also provide the complete SOAP request and response logs when you encountered the error so I could better investigate? You may use the *reply privately to author* option. Regards, Dann

RE: (502)Bad Gateway

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Matta, Could you confirm if the error is encountered on all service calls or just specific calls? Could you also provide the complete SOAP request and response logs when you encountered the error so I could better investigate? You may use the *reply privately to author* option. Regards, Dann

RE: Geolocation Criteria ID Bug?

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mariantonietta, Upon checking on the latest geotargets table , I could see that the criteria ID 1008560 (target type city) Naples is still available and active as well as the criteria ID 9072701 (target type municipality).

RE: Blank Device value in Campaign Performance Report (related to CONNECTED_TV?)

2019-03-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thanks for following up. Let me check back with the team on this and I will get back to you once I have more information Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper

Re: Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
UPDATE: The errors are happening when a user performs a function in our admin web app that makes calls to the AdWords API. We also have a console app that runs automated updates on a daily basis. The console app is not having any problems. Just the web app. Both apps have always used the id

Google Ads API KeywordPlan vs Adwords TargetingIdeaService terms and RMF

2019-03-01 Thread Tim D
I would like to offer keyword search volume and estimates to my users and want to ask about the related terms of service and RMF: AdWords Required Minimum Functionality *Requirements for API Clients providing Targeting Idea Service or Traffic Estimation Service* If an AdWords API Client provid

Metrics not working in Keyword Performance Report

2019-03-01 Thread 'Gerald Maier' via AdWords API and Google Ads API Forum
Hello, I try to get the following metrics from the keyword performance report: var report = AdWordsApp.report("SELECT Criteria, Impressions,SearchTopImpressionShare , SearchAbsoluteTopImpressionShare FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY"); But from the following metrics, only Searc

Failed to refresh access token. See inner exception for details.

2019-03-01 Thread Bob Bowles
Today, we started receiving "Failed to refresh access token. See inner exception for details." on all AdWords API calls. We did not make any code changes. This just started out of the blue. We tried generating new credentials and a new refresh token but still get the same error. We have bee

Re: BudgetOrderService BILLING_SETUP_INCOMPLETE

2019-03-01 Thread Justin
If I am not currently on consolidated billing, will the mutate operation work at all? I've been white listed for the operation and it works once manually setting up the invoice for the sub account, then making the mutate operation to create a budget order. I'm not sure whether or not I'm curren

Re: Get Keyword Idea API

2019-03-01 Thread Dorian Kind
That should be the case, yes. On Friday, 1 March 2019 11:30:31 UTC+1, Zied Chaari wrote: > > Thanks Dorian, > > So if i try to call this API with a production account and a verified > access token, I will get real results? > > Cheers, > Zied > > On Friday, March 1, 2019 at 9:34:55 AM UTC+1, Doria

Re: Get Keyword Idea API

2019-03-01 Thread Zied Chaari
Thanks Dorian, So if i try to call this API with a production account and a verified access token, I will get real results? Cheers, Zied On Friday, March 1, 2019 at 9:34:55 AM UTC+1, Dorian Kind wrote: > > Hi Zied, > > these keyword idea results are indicative of a *test account*. You'll > onl

Re: Bid Adjustments

2019-03-01 Thread cv
Hello Bharani, Thanks for the Support. 1)Can I get Managed Placements using Any of the Service, I know I can use Placement Performence Report with IsNegative = FALSE AND Id > 0 But can I get the data using Any of the Service like Adgroup Criteria Service or something? 2) Can I get Image Sizes

Keywords Performance Report not returning URLs (ver. 201806)

2019-03-01 Thread jane
Hi Team, Currently querying for FinalUrls, FinalMobileUrls, CriteriaDestinationUrl in the Keywords Performance Report, but I'm not seeing any returned values. Can you help? Let me know if you need additional information. Cheers, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Get Keyword Idea API

2019-03-01 Thread Dorian Kind
Hi Zied, these keyword idea results are indicative of a *test account*. You'll only get real results from the TargetingIdeaService of *production* accounts. Cheers, Dorian On Thursday, 28 February 2019 18:11:36 UTC+1, Zied Chaari wrote: > > Hi, > > When I'm trying to reproduce this >