RateExceededError

2019-03-14 Thread Stella
Hi, I am migrating the paid search account extendedTextAd and encountered below RateExceedeError. Want to confirm the meaning of “retryAfterSeconds=86400”. Q1. Does that mean I can not upload w/i 24 h? Q2. If so, I am hoping to know the exact amount limitation of request activity since this

Re: Frequent time outs while accessing Adwords APIs

2019-03-14 Thread Igor Schut
Hi, AWS has reported us that there are no issues at their side and that they can't find anything. We are keeping in touch with both sides. Best, On Wednesday, 13 March 2019 21:59:27 UTC+1, googleadsapi-forumadvisor wrote: > > Hi Igor, > > So far our investigation has not identified a cause

Google Hotel Ads Account number linked to Google Ads Account

2019-03-14 Thread Didier Roy
Hello how to retreive with PHP client library PHP the Google Hotel Ads Account number linked to the Google Ads Account thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Frequent time outs while accessing Adwords APIs

2019-03-14 Thread Dorian Kind
Hi, FWIW, we're seeing the same issue with other Google APIs (such as Sheets), also only in the AWS Ireland (eu-west-1) region. The root cause seems to be closely related—we noticed that *.googleapis.com would only resolve to a single IP address (always 74.125.193.95) from these hosts, whereas

Re: Update method for trackingTemplate at Production version of Google Ads API?

2019-03-14 Thread roistat . artemov . d
Could you will be able to modify this in new versions of api, because it is extremely inconvenient to recreate ads again. Especially for complex business areas such as medicine etc. среда, 13 марта 2019 г., 21:00:38 UTC+3 пользователь googleadsapi-forumadvisor написал: > > Hello, > > Apologies

Re: Offline Conversions Username and PAssword

2019-03-14 Thread Diaconu Adrian
I found the solution after multiple tests. It seems that they use Basic HTTP Authentification. For PHP you can use $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']. Hope this is useful for others. On Tuesday, March 12, 2019 at 7:53:16 PM UTC+2, Diaconu Adrian wrote: > > Hello, > > In

RE: RateExceededError

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The RateExceededError with rateScope=DEVELOPER happens when you exceeded the limit on the number of operations or report downloads daily (you may refer to this link

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-14 Thread rodolphe . guitteny
Hello, I've done these steps and it still doesnt work, I had done these steps through the google oauth playground before leading to the same error though. Another information : i have another gcp project where i created oauth2 credentials and i'm able to request google ads API with the API

Re: GetAccountHierarchy.php on Google Ads API

2019-03-14 Thread cv
Hello Sai, To get these details the OAuth credentials used to make the API call should > be of manager account and the ClientCustomerId passing in the header should > be of manager account. ->Initially we do not have any customerId that could be pass to header. Which service/resource I need

Mismatch Between Campaign-level Stats and Ad-level Stats on AdWords API Report

2019-03-14 Thread Austin Smith
I am seeing mismatches in *cost* values between campaign level cost, and aggregated ad level cost, for several campaigns on API generated performance reports. This seems like an issue with data on the API - part of the issue here is that the API seems to no longer be returning ad-level stats

Re: Encoding seed list as bytes object

2019-03-14 Thread Si J
Hello yes using that format, I've edited the format - was importing a csv as a pandas dataframe and then to a list but not using the .to_list() function. I'm having a new issue where I'm missing data for keywords that are similar, looks like the API is returning a single dataset for similar

RE: Google Ads API and Universal App Campaigns

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jordan, Just to clarify, please note that the previous response is applicable if you're using the new Google Ads API. If you're using AdWords API, you may find the list of supported report types for Universal App campaigns here

RE: ListAccessibleCustomers Google Ads API

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The AdWords API Account Hierarchy code sample uses the ManagedCustomerService.get() operation which returns all the accounts that meet the criteria. The equivalent to this would be GetCustomerClientRequest

RE: Update method for trackingTemplate at Production version of Google Ads API?

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thanks for your feedback. Our team is aware of the issue has included it in the future feature requests. Meanwhile you can keep any eye on our blog for information related to the future releases. Regards, Sai eja,

RE: Can't mutate youtube media id with youtubeVideoMediaIdsOps in UAC

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Igor, I think you missed the response on the forum thread here . Please find my response below: Based on the error, it looks like you're missing the Youtube media Ids. You will need

Re: Budget History

2019-03-14 Thread Marcos Gil Fuertes
What about bid history? I mean, can I get the max cpc I set for a campaign, adgroup or keyword one month ago, for ex.? Thanks! El martes, 12 de marzo de 2019, 8:22:39 (UTC+1), googleadsapi-forumadvisor escribió: > > Hi Daniel, > > You could download this report using the Google Ads API by

Re: Can't mutate youtube media id with youtubeVideoMediaIdsOps in UAC

2019-03-14 Thread i.tirsky via AdWords API and Google Ads API Forum
Hello, Do you have any updates? I sent all date to you in private message but no one answer to me... Thanks, Igor суббота, 23 февраля 2019 г., 1:56:57 UTC+3 пользователь i.ti...@corp.mail.ru написал: > > Hello! > > Why I can't change youtubeVideoMediaIds list in my UAC (but this UAC is >

SharedBiddingStrategy with Google Ads API

2019-03-14 Thread dmitrii . stebliuk
Can we query and mutate SharedBiddingStrategies with Google Ads API? https://developers.google.com/adwords/api/docs/reference/v201809/BiddingStrategyService.SharedBiddingStrategy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

The caller does not have permission

2019-03-14 Thread Ramanajee Kandregula
Hi, When we are using* Google Ads V0* it is working fine, but when we are changing to* V1* then we are getting *Status(StatusCode=PermissionDenied, Detail="The caller does not have permission")* *{{ "errorCode": { "authorizationError": "MISSING_TOS" }, "message": "The developer must sign the

AdWords API Sample GetKeywordIdeas does not work.

2019-03-14 Thread Kosuke Shibayama
Hello, I recently started the AdWords API and do not understand well yet. I downloaded the sample for C#. But it does not work. An exception occurs at the "page = targetingIdeaService.get(selector);" when I use the sample GetKeywordIdeas. The exception message is as follows.

SERVICE_ACCESS_DENIED after developer token is approved.

2019-03-14 Thread SK
I have started to receiver SERVICE_ACCESS_DENIED error since the developer token was approved. I have a process that uploaded hashed info for customer re marketing to Ads API, it worked fine on test account, but since the developer token has been approved (which we needed in order to move the

Expected argument of type object, but instead had type object.

2019-03-14 Thread 'Jean-Francois Allaire' via AdWords API and Google Ads API Forum
Hello, this is more of a constructive comment than a question. The error mentioned in the title got me searching... I found that when using Object.prototype.toString.call(null) Javascript traditionally returns the following: "[object Null]" But Google Ads Scripts returns "[object

RE: GetAccountHierarchy.php on Google Ads API

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The equivalent to the $CustomerService->getCustomers(); in new Google Ads API is ListAccessibleCustomers from the CustomerService . Please

RE: Mismatch Between Campaign-level Stats and Ad-level Stats on AdWords API Report

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Austin, Could you please share the report definitions and the customer Id for which you are trying to match the cost values. You could use reply privately to the author option while sharing the information requested. Regards, Sai Teja, AdWords API Team

Download Predefined reports through api

2019-03-14 Thread aishwarya
Hi all, Is there any way I can download Pre-Defined Reporting data through API? [image: image.png] We have created some reports through UI and I would like to download these reports through API, Please suggest me is there any way to download these reports through googleads python API

RE: Google Hotel Ads Account number linked to Google Ads Account

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You can follow the steps listed here to find the account number from your Hotel Ads Center console. Although, there are no PHP examples that show how to do this via the API, you can select the

RE: Encoding seed list as bytes object

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please confirm that you are able to fix the first issue and now facing a new issue? For your second question "I'm missing data for keywords that are similar, looks like the API is returning a single dataset for similar keywords - is this the case", could you please share the

RE: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Rod, Upon further investigation, I found out that for a given Google Cloud project ID, the Google Ads API only allows you to use one developer token. The DEVELOPER_TOKEN_PROHIBITED error indicates that in the past, there was at least one request to your Google Ads API using OAuth credentials

RE: [6-2608000025997] Random RateExceededError with rateName=RATE_LIMIT using v201806

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andreas, Based on what you shared, it seems like you are only rate limited to TargetingIdeaService, which is not related to active ads. I'll look further into it. Sorry for the confusion. Thanks, Poki, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Expected argument of type object, but instead had type object.

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jean, Your issue seems to be related to Google Ads Scripts rather than the AdWords API . I would suggest to post your issue in the Google Ads Scripts Forum as they are

RE: Budget History

2019-03-14 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Marcos, To get the cpc of an ad group and a keyword, you could try and use the fields ad_group.cpc_bid_micros and keyword_plan_keyword.cpc_bid_micros

Re: GetAccountHierarchy.php on Google Ads API

2019-03-14 Thread cv
Hello Sai, I was trying same example ListAccessibleCustomers.php before posting the question, but end result are different. I get all accounts under MCC with Adwords API but only MCC account with Ads API. Thanks, On Friday, 15 March 2019 00:07:41 UTC+5:30, googleadsapi-forumadvisor wrote: