Access all ad accounts which are under one Google account

2022-07-28 Thread Techsupport L2L
Hello, How can I access customer ad accounts (under ad manager and without ad manager) which are accessible in one Google account? I want to access customer ad accounts which are shown in attached screenshot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

Cannot view full change history

2022-07-28 Thread Hanzala Hassan
I want to see full budget changes for my account, when I go to change history section it says there are 9 budget changes but shows only 4. Can anyone guide me how to counter this problem. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Re: Update MaxCPC Problem

2022-07-28 Thread Werner Reyneke
Good day The list of keywords we'd like to update are simply a selected set of keywords(criterionid's) manually selected that we would like to update. However these ones don't appear in the GAQL query. What could be the reason that they don't come through in the query? Kind regards Werner On Mon

Which report should I use to look at the data 'where ads showed' on the publisher's site?

2022-07-28 Thread lfsa products
Hello, I would like to look at the "where ads showed" data on the publisher's site via the API. In a very old version, it was included in the Placement report, but Google has redesigned it. Which report should I use now? I'm using API version 10. Regards, Mali -- -- =~=~=~=~=~=~=~=~=~=~

Re: Access all ad accounts which are under one Google account

2022-07-28 Thread Techsupport L2L
Ok, Thank you. On Thursday, July 28, 2022 at 3:05:10 PM UTC+5:30 adsapi wrote: > Hi, > > Thank you for reaching out to our API support team. > > You can gain access to them by using your manager account on the left side > panel, clicking on accounts, then finding a blue circle with a plus sign i

Google Ads API - Location view and Ad view data discrepancies

2022-07-28 Thread Giang Nguyen
Hi Google Ads API, I have issue with data discrepancies between 2 queries. When we got data and group up to account level then Ad View > Location View and Ad View now mostly matched with UI but still have some small discrepancies. Is there any problems with my queries or data i am getting? Libra

503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread Jake Haslam
when trying to uploads clicks via API I'm getting the above error, is someone able to decipher it please? code is below: client_id, client_secret, developer_token = settings.CLIENT_ID, settings.CLIENT_SECRET, settings.DEVELOPER_TOKEN credentials = oauth2.GoogleRefreshTokenClient( client_id, cl

Re: 503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread Jake Haslam
do you have the required code in python please? On Thursday, July 28, 2022 at 11:57:43 AM UTC+1 adsapi wrote: > Hi Jake, > > Thanks for reaching out to the Google Ads API Support. > > Since you encountered an error while uploading the offline conversions, > could you provide us with the complete

uploading conversion by fractions

2022-07-28 Thread 'Osman Seçmen' via Google Ads API and AdWords API Forum
Hello there, We have created a process to upload our conversions to Google using this tutorial: https://developers.google.com/google-ads/api/docs/samples/upload-offline-conversion For the validation, we use All Conversion Value by Conversion Date and All Conversion by Conversion Date metrics

Re: Digest for adwords-api@googlegroups.com - 12 updates in 8 topics

2022-07-28 Thread Rungrot Oranon
Thanks you bro top [[Rungrot_Saibutdee]] ในวันที่ พฤ. 28 ก.ค. 2022 17:58 น. เขียนว่า: > adwords-api@googlegroups.com > > Google > Groups >

Re: 503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jake, Thank you for the reply. I work with Yasar and allow me to assist you here. If you mean the logging instructions for this "required code in python please" that you mentioned. Here are logging instructions for our Python Ads API Client Libraries. However, if you mean this is the Upload

Re: 503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread Jake Haslam
hey guys, ive updated the code as below but cant see where to get the logs, are you able to assist please?: import logging logging.basicConfig(filename="Logs/newfile.log", level=logging.INFO, format='[%(asctime)s - %(levelname)s] %(message).5000s', filemode='w') logger = logging.getLogger('goo

RE: How to specify the URL Parameter when create conversion by sdk?

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zhi, Thank you for raising your concern to my team. So that I can check if this is possible in the API, would you be able to provide the screenshots of equivalent UI of what you are looking for in the Google Ads API? You can provide it via Reply privately to author option. If this option is

RE: Google Ads API - Location view and Ad view data discrepancies

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giang, Thank you for reaching out to our API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java)

Re: EOS on SearchGoogleAdsStreamRequests

2022-07-28 Thread Markus Heiden
Hi Anthony, I hope that it is possible to resolve this issue without the request and response logs. The query and the type of request are shown above. The response is none as mentioned above. With that information, I hope it should be possible to at least guess why the Google Ads API v10 does n

Re: EOS on SearchGoogleAdsStreamRequests

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Markus, The request and response logs may contain error details that we can use to troubleshoot. If you can please send those privately, our team can continue with the investigation. Regards, Matt Google Ads API Team ref:_00D1U1174p._5004Q2d1vXq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: 503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jake, Thank you for getting back to us. I can see that you've already set the log level to DEBUG. That said, once you rerun your code, the request and response logs, and request-id should then be generated. When sending the logs, you may send those over via the Reply privately to author opt

Re: 503 Getting metadata from plugin failed with error: 'GoogleRefreshTokenClient' object has no attribute 'before_request'

2022-07-28 Thread Jake Haslam
hi peter, where am I able to get the logs once running the above code? the client library is configured elsewhere in my application but i can confirm that part works as expected. many thanks, Jake. On Thursday, July 28, 2022 at 2:55:37 PM UTC+1 adsapi wrote: > Hi Jake, > > Thank you for get

Re: Google Ads API - Location view and Ad view data discrepancies

2022-07-28 Thread Giang Nguyen
Hi Anthony, Which email i should send details directly? i am using python but i dont have request_id. I will share screenshots with private email. On Thursday, July 28, 2022 at 7:47:14 PM UTC+7 adsapi wrote: > Hi Giang, > > Thank you for reaching out to our API support team. > > To investigate

Upgrade of Smart Shopping Campaign with more than 1000 Product Groups

2022-07-28 Thread 'Dhiraj Sharma' via Google Ads API and AdWords API Forum
Hi, Since only 1000 Listing Groups are allowed in one asset group in a PMax Campaign, how would a Smart Shopping Campaign with more than 1000 Product Groups be upgraded to PMax? In case they are allowed and upgraded as they are with same number of Listing Groups added to the asset group, what

Re: Google Ads API - Location view and Ad view data discrepancies

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giang, Thank you for the reply. You may also have the request id by enabling logging, you may refer to this documentation for more details. Moving forward, you may send the requested details directly to our googleadsapi-supp...@google.com alias. Best regards, Heidi Google Ads API Team ref:

RE: uploading conversion by fractions

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, you may try this implementation regarding import externally attributed conversions. It says that Externally attributed conversion imports allow you to upload conversions with fractional credit assi

RE: Upgrade of Smart Shopping Campaign with more than 1000 Product Groups

2022-07-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dhiraj, This support channel can only assist with Ads API integrations and Performance Max upgrades occur in the Ads product. I can only suggest you reach out to our product support team for further assistance. Regards, Aryeh Google Ads API Team ​​​ ref:_00D1U1174p._5004Q2d2VqQ:ref --

Re: Approval Status for Image extension

2022-07-28 Thread Aaron Weiner
I'm seeing the same issue. I have a few accounts which contain some disapproved image extensions, but their approval status is never returned within the asset report. SELECT asset.policy_summary.approval_status, asset.policy_s

We would like to call 'call performance report' API from the affiliate Google Ads account, who should apply for Authorization and Authentication?

2022-07-28 Thread Jade Nguyen
We have been partnering with the marketing affiliate to attract calls to our business, and we want to call google ads api (especially call performance report for cost visibility) from this affiliate's Google Ads MCC account. So Who should apply for the authentication and authorization? The ques

Re: Extract data from Google Ads with Python

2022-07-28 Thread Jade Nguyen
Just my thought, if the data is old, can you manually download from the Google Ads console in csv file and load to your database? You mentioned that 'This society mades some publicity campaigns using Google Ads two years ago and stopped to use it the last year. ' On Tuesday, July 5, 2022 at 4:1

Deduplicating Offline Conversions: GCLID vs Phone

2022-07-28 Thread Alex Czartoryski
Hello, We will be uploading offline conversions via the API, and will be uploading GCLID and Phone based conversions as two separate API calls. Is there anything in place to prevent the same conversion to be recored for BOTH the Click AND the call? Or do we need to deduplicate on our end first?

Re: BatchJobService.ListBatchJobResults returns Internal error

2022-07-28 Thread 'wes...@channable.com' via Google Ads API and AdWords API Forum
Hi Carmela, We are experiencing the same thing on our end. We can create the batch jobs, but when we try and ListBatchJobResults, we get an INTERNAL_ERROR. This has been happening for around 12 hours and retrying isn't helping. On Friday, July 29, 2022 at 7:40:16 AM UTC+2 adsapi wrote: > Hi, >