REST endpoint for GoogleAdsService

2019-11-29 Thread Ольга Иванченко
Hello! How can I get request URL for the GoogleAdsService.Search for use REST/JSON? Can't use client libraries. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

CONVERSION_PRECEDES_CLICK

2019-11-29 Thread Mauricio Cacciavillani
We are getting a conversion failure on our account. What could be the issue? We have around 90% of leads well registered on the system but there are some others that we dont know whats going on. Sincerely, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Can't access to API Center

2019-11-29 Thread DII France
Hello, Any updates for me? Do you want an exemple of the CID that doesn't work? Regards, Cédric. Le jeudi 28 novembre 2019 10:39:46 UTC+1, DII France a écrit : > > Hello, > > Yes, I'm connected but the interface disconnect me each time when i try to > access to the API Center (see screenshot

Re: Getting Errors from a Campaign Mutate - Google Ads API (V2) - PHP

2019-11-29 Thread Dan Slay
Hi Pierrick, Am I doing this correctly? If I do a bulk campaign mutate and there are errors it throws an ApiException (see below). Each one of these is obviously relating to each campaign that failed but how do I get those details e.g. accountLimitType and enclosingId I need to know what

NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-11-29 Thread Ravi Chandran
Hi Team, We are trying to fetch a list of Ad accounts using the Google Adwords API. The developer token has "basic access". $selector = new Selector(); $selector->setFields(['Name', 'CustomerId']); $page = $managedCustomerService->get($selector); However, we are getting the following error for

Google Ads Express problems with reports

2019-11-29 Thread Fedor Ivanov
Good day! We have a client who had Google Ads Express account. Now it was switched to classical Google Ads account. It the account he has smart campaign. But when we try to collect data to our storage all reports but CAMPAING_PERFORMANCE (for instance KEYWORDS_PERFORMANCE) the results are

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-11-29 Thread David Navarro
Hi, same problem. I want to migrate from Adwords API to Googleads API. I've createed a new project with new credentials. However, I have a problem: I've sent it for review and apparently the review process may take up to 6 weeks. What can I do to speed it up? Thx! El martes, 10 de septiembre

Re: Getting different results for Traffic Estimate from API compared to Google Ads UI

2019-11-29 Thread Suresh Kumar Shenbagam
Hi, How to download Traffic Estimator Service response as CSV using Google Adwords Java API? Suresh On Thursday, November 28, 2019 at 4:21:52 PM UTC+5:30, Suresh Kumar Shenbagam wrote: > > Hi, > > And one more thing, > > Clicks, Impressions, Cost are not completely matching. Am able to get

Re: Python example of the Ad schedule mutation

2019-11-29 Thread Juan Carlos Blanco Delgado
I found a solution but it does not work completly campaign_criterion_service = client.GetService( 'CampaignCriterionService', version='v201809') # Construct selector and get all campaign targets. offset = 0 selector = { 'fields': ['DayOfWeek', 'StartHour', 'StartMinute', 'EndHour', 'EndMinute'],

Re: Python example of the Ad schedule mutation

2019-11-29 Thread Juan Carlos Blanco Delgado
I found a solution but it does not return anything :( selector = { 'fields': ['DayOfWeek', 'StartHour', 'StartMinute', 'EndHour', 'EndMinute'], 'paging': { 'startIndex': str(offset), 'numberResults': str(PAGE_SIZE) } } I need to get all the AdSchedule for all my campaigns, or if it is