Restore deleted OAuth 2.0 client

2019-03-07 Thread FW API
Hello, We mistakenly deleted our OAuth 2.0 client. After that we created a new one. Most of our programs work fine with the new client, but it causes troubles with the existing MyBusiness Feeds in our accounts. The feeds use the old tokens and so we can't use them anymore. Is there any possibil

RE: Start/Pause UAC by Adwords API

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qi, You can create UACs using the AdWords API and you should also be able to set their Status

Web UI have data, But report api is zero values.

2019-03-07 Thread Dương Lê
Hello AdWords API and Google Ad Manager API PHP developers! I get a issue with some customerID. I can see values (diff 0) and download data on WebUI, But I get report with API, All filter is zeros. [image: Capture.PNG] I'm using version: 201809 Service : CAMPAIGN_PERFORMANCE_REPORT Thanks, Josh

Finding out the given feed_id belongs to which Client_Customer_ID

2019-03-07 Thread shweta . sontakke . tc
I have a Feed_Id and I need to find out this id belongs to which Client_Customer_ID in Adwords using the Adwords API. Please let me know is there any selector using which we can achieve this. Regards, Shweta Padwekar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Restore deleted OAuth 2.0 client

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Your issue seems to be related to Google API Console rather than the AdWords API. I would suggest to contact their support team via the *Help *section of your Google API Console account as they are better equipped to assist you in y

Re: google ads api v1 syntax error.

2019-03-07 Thread Inspired UM
Updated Python library to V1.0.1 and accepted new terms and conditions and everything is working for me. Thank you. On Wednesday, 6 March 2019 18:38:06 UTC+2, googleadsapi-forumadvisor wrote: > > Hello Everyone, > > Our team is aware of this issue and working on resolving this. You could > also

exclude traffic by user GCLID

2019-03-07 Thread majed farahat
is there any way i can exclude users based on GCLID ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Gro

RE: Web UI have data, But report api is zero values.

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Josh, So I can better investigate the issue, could you provide to me your clientCustomerId and the complete report definition you used to generate the report? You may send your reply using the *Rep

PHP executes GetRefreshToken.php file and reports cRUL 35 error

2019-03-07 Thread 苑栋杰
PHP executes the GetRefreshToken.php file and reports an error in the last step. The following is the error content: *Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to oauth2.googleapis.com:443* (see http://cur

GetAccountHierarchy.php on Google Ads API

2019-03-07 Thread Didier Roy
Hi All I a looking for the equivalent of Google Adwords API GetAccountHierarchy.php on Google Ads API. thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

Re: Bid Adjustments

2019-03-07 Thread cv
I am using Google Adwords API, But I have started using new API as well. On Wednesday, 13 February 2019 18:49:38 UTC+5:30, cv wrote: > > Hello, > > What is best practise to retrieve Demographics Bid Adjustments (GENDER, > AGE_RANEG, LOCATION, INCOME_RANGE) > > I am seeing that AdgroupCriteriaServ

RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, My understanding is that the quota error you're getting is based on the developer token, but I'm following up with our engineers to: a) Confirm the above. b) Determine how you can identify errors caused by exceeding rate limits at the customer account level (the equivalent of *rateSc

RE: Error when batch creating adgroup with 17,200+ product groups

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Richard, The good news is that it looks like you're constructing your operations correctly. The bad news is that due to the complexity of *ProductPartition* mutates, there are edge cases where *BatchJobService* will run into the error you mentioned when it retries a subset of operations th

Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-07 Thread Maksat Mamytov
Hi Dannison, I tried the approach from the link you shared but I am still getting the same error message. My code is like below: $micro = $amount * 100; return floatval(number_format($micro, 0, '.', '')); Is there any other reasons it may fail? Thanks, Maks On Thu, Mar 7, 2019 at 9:27 A

RE: Google Ads API Workshop in Munich

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Navneeta, Our 2019 workshops do have waiting lists right now. Up to a week before, if someone cancels, we immediately go to the next person on the waiting list and ask if they would like to attend. We reach out to people before the workshops who have signed up making sure that they are rea

API paging while deleting

2019-03-07 Thread Don Mitchell
If my account has over 5000 of an object type (say ad_group, feed mapping, feed items, keywords), If I write a loop intending to remove them all, If the loop first does a get where status = ENABLED for the 5000 page size, then the loop does a mutate with operation REMOVE against all the entities

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED after accepting TC for the new Google Ads API V1

2019-03-07 Thread Kevin Nguyen
Hi Bharani, This sounds like a super serious issue. Please update the blog post so other people are not effected by this as well. Our team is lucky that we did not even see the term and condition to accept. On Wednesday, March 6, 2019 at 2:35:46 PM UTC-8, googleadsapi-forumadvisor wrote: > >

RE: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED after accepting TC for the new Google Ads API V1

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, This issue has been resolved now. Could you please try the API requests again and let us know if you're still having an issue? Thanks, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.

Google Ads API Metric List

2019-03-07 Thread Joe Stedman
Hi, With the AdWords API it's always been possible to download a csv of all the metrics found here: the button at the top of this page . Does something similar exist for the Google Ads API? Closest thing I could find

RE: Error when batch creating adgroup with 17,200+ product groups

2019-03-07 Thread richard . scorer
Hi Josh, Thanks very much for your response, much appreciated... I will apply your suggested fix first thing in the morning! Cheers, Richard -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED after accepting TC for the new Google Ads API V1

2019-03-07 Thread Sergei Kim
Yes, now all apis are ok. But our production service was broken for more than 10 hours. чт, 7 марта 2019 г. в 19:42, googleadsapi-forumadvisor via AdWords API and Google Ads API Forum : > Hello, > > This issue has been resolved now. Could you please try the API requests > again and let us know if

How to update AdGroup cost in Google.Adwords using API?

2019-03-07 Thread Tohrul
Hello, everyone! I'm new to AdWords API and I have seen examples here , but still I don't understand two things: 1. Is it possible to update AdGroup cost using API? 2. If it is possible, then how to

How to update tracking_url_template for AdGroupAd using new Google Ads API V1

2019-03-07 Thread Sergei Kim
Dear Google Ads Team, We would like to use JSON API but can't update fields. POST https://googleads.googleapis.com/v1/customers/{customer_id}/googleAds:mutate/ Content-Type: application/json Authorization: Bearer foo developer-token: bar { "mutate_operations": [ { "ad_group_ad_operation": {

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA

2019-03-07 Thread Arthur chen
Hi Sai: Is that issue solved. Our testing account still get this error? Thanks Arthur On Friday, December 21, 2018 at 2:53:05 PM UTC-5, Teja Makani wrote: > > Hello Priyanka, > > I am Luis's teammate, responding on this thread as he is out of office. > You are right, only production accounts n

Internal and Permission denied error

2019-03-07 Thread Aneri Gandhi
Hello team, I have just started using Ads API V1 with the PHP Client Library. I am attempting to get the customer stats for all customers under an MCC account using the search function of GoogleAdsService after getting all the customer ids using CustomerClientService. But search is sometimes fail

Re: StoreVisit ConversionTrackerId ADGROUP_PERFORMANCE_REPORT

2019-03-07 Thread Carmine Pagliaro
SOLVED. Add field ConversionTrackerId, ConversionTypeName from the API call removing the where condition. Get and set the new ConversionTrackeId. On Thursday, February 21, 2019 at 11:10:33 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hi Carmine, > > If you run your report definition against

Re: Geo Performance Report - Geo Target - Metro Codes Names mapping CSV ?

2019-03-07 Thread Pranay
Hi Luis, Below are few things, I tried and their results: 1)Tried with minimum set of metro ids in the Predicate. a. For most of them, result was empty. Below are few Ids location_names_metro = ['200517', '200535','200679','200501','200574','200534','200722','200635','200

Re: MultiAssetResponsiveDisplayAd Image previews

2019-03-07 Thread Oksana Sulyma
I've send details in private message... Have confusion on MultiAssetResponsiveDisplayAd and ResponsiveDisplayAd and will appreciate any help! On Thursday, March 7, 2019 at 12:41:24 AM UTC+2, googleadsapi-forumadvisor wrote: > > Hello, > > Unfortunately, ad preview >

RE: exclude traffic by user GCLID

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Majed, It is not possible to fetch the user details for a specific GCLID. You could use the ClickPerformaceReport around the date click is performed to get the details of the GCLID like click type

RE: PHP executes GetRefreshToken.php file and reports cRUL 35 error

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Seems like the error is related to the network connection or the proxy connection of your machine, but not related to the AdWords API. I found a github issue where some of the users found solution by updating with the brew, lib

RE: GetAccountHierarchy.php on Google Ads API

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Didier, To get the account hierarchy via Google Ads API, you could use the customer_client resource. Through which you can get only the resource name, level, Boolean value of hidden status and Client_customer det

Re: Blank "AdGroupType" value in Ad Group Performance Report

2019-03-07 Thread Tomas R
If it's new unsupported by AdWords API AdGroupType ("Display Smart "), how about just returning "Unknown" instead of empty value until it becomes supported? On Wednesday, March 6, 2019 at 9:29:27 PM UTC+1, googleadsapi-forumadvisor wrote: > > Hello Tomas, > > We are not aware of any recent cha

RE: API paging while deleting

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Don, If I understood your implementation correct, you are performing a get on a first set of entities and performing a mutate to remove those items. Since the remove is already performed, your next API call which performs the get operation should not include the removed entities. The totalNum

RE: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED after accepting TC for the new Google Ads API V1

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sergei, We understand the inconvenience caused. If you do observe the issue again, please let us know and we will be happy to take a look. Thanks, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googlead

RE: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Arthur, I am checking with the team and I will update this thread when I have more information Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwo

RE: Internal and Permission denied error

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aneri, Could you *reply privately to author* with client customer id and logs so that I can check further? This section of guide may be handy. Regards, Dhanya, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Google Ads API Metric List

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Joe, Currently, downloading the reports in CSV format is not yet supported. I have shared your concern with the team. Please keep an eye on our blog for more updates. Meanwhile, you will need to use the regular report down

RE: How to update AdGroup cost in Google.Adwords using API?

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tohrul, Welcome to AdWords!! The Cost metrics which is the sum of your cost-per-click (CPC) and cost-per-thousand impressions (CPM) costs during any specified period cannot be modified through the API or

RE: How to update tracking_url_template for AdGroupAd using new Google Ads API V1

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sergei, I'm checking this internally with the team. We will get back to you with an update on this. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label

Re: How to pull conversion_actions from new google ads api?

2019-03-07 Thread Darshan Pradhan
Can somebody from Google Ads API Support answer this questions please? On Tuesday, March 5, 2019 at 5:17:11 PM UTC+11, Darshan Pradhan wrote: > > I am using the following query in search service to retrieve all the > conversion_actions >

Re: Start/Pause UAC by Adwords API

2019-03-07 Thread huq via AdWords API and Google Ads API Forum
Thanks, one more question is if we could start or pause UAC assets by Adwords API? On Thursday, March 7, 2019 at 4:21:55 PM UTC+8, googleadsapi-forumadvisor wrote: > > Hi Qi, > > You can create UACs using the AdWords API >

RE: Start/Pause UAC by Adwords API

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qi, I'm afraid that the AdWords API currently does not support modifying the assets of UACs. You may follow our blog for updates. Thanks and regards, Peter AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

RE: How to pull conversion_actions from new google ads api?

2019-03-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, My apologies for the delayed response. To better investigate this, could you provide your clientCustomerId so I could check this on my end (please reply via *Reply privately to author*)? Also just to let you know, Google Ads API is now in production and you may want to use the Googl

Re: Finding out the given feed_id belongs to which Client_Customer_ID

2019-03-07 Thread shweta . sontakke . tc
Hi There, So, the process goes like this. Once the feed is created into Adwords, I store the feed Id and Feed_item_Id into my database. And, I can see that a particular feed has got generated and the feed_id and feed_item_id generated is tored into my database. But I am not able to find the fee

How can I get values for 'Networks' column in 'All Campaigns' > 'Settings' > 'Campaign Settings' page?

2019-03-07 Thread 김미소
I wonder which fields of Campaign object define a column named 'Networks' in 'All Campaigns' > 'Settings' > 'Campaign Settings' page. I guessed the fields of NetworkSetting object were match with that column, but I couldn't find like 'YouTube videos'. Is the value 'YouTube videos' in 'Networks'