RE: Laravel Application not working due to the update of V8 in Google Ads Api

2021-09-19 Thread Google Ads API Forum Advisor
Hi, Thank you for posting your concern. Could you confirm if you tried using the new sample code on the updated library, not the old code? I asked this because you will need to change the code as well when upgrading to the newest version of client library. If you are indeed using the newest ve

RE: Cannot find option to create Image Extention

2021-09-19 Thread Google Ads API Forum Advisor
Hi Ngo, Thank you for reaching out to our API support team. Since our team provides support for AdWords / Google Ads API related concerns only, and since the issue is that the option is not visible via the Google Ads UI, I would recommend that you reach out instead to the Google Ads Product Su

RE: How test if account is cancelled (suspended)?

2021-09-19 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. As for your concern on getting the account status, I'm afraid that this feature is still not supported in the API. We have raised a feature request for this; however, there is no guarantee if this will be supported in the API soon. We suggest that you f

RE: get general metrics from MCC account

2021-09-19 Thread Google Ads API Forum Advisor
Hi DaNial, Thank you for reaching out to our API support team. The process you described of retrieving the manager/MCC's hierarchy first then generating a report per returned client account is already correct and the only way via the API to generate reports for all client accounts under a manag

RE: AD_PERFORMACE_REPORT not matching with Google Adwords Dashboard

2021-09-19 Thread Google Ads API Forum Advisor
Hello Manan, Thank you for reaching out to us. So our team can check on this, can you share to us the following details below? Customer ID Screenshots showing those report discrepancies before and after September 1 complete report definition in XML or AWQL form Report results Please send the re

Laravel Application not working due to the update of V8 in Google Ads Api

2021-09-19 Thread Suba KV
*Your client library and Google Ads API versions:* - Client library version: v11.0.0 - Google Ads API version: V7 *Your environment:* php Version - v7.3.28 Windows - 10 protobuf - v3.18.0 grpc - v1.39.0 Type of Transport - rest *Description of the bug:* I had to upgr

RE: CriteriaId and CriteriaParameters deprecated

2021-09-19 Thread Google Ads API Forum Advisor
Hi Jésus, Thank you for raising your concern. The CriteriaId and CriteriaParameters are indeed deprecated in Google Ads API. However, these fields are used to get keywords information, with this, you may try to use the following fields to get keywords' information: click_view.keyword click_view

RE: Empty Forecast Curve Response

2021-09-19 Thread Google Ads API Forum Advisor
Hi Jordy, Thank you for raising your concern to my team. To investigate why the maxCpcBidForecastCurve is always empty and why the keywordPlanCampaigns is -1, could you provide complete request and response logs with request ID generated on your end for this request with issue? You can provide

RE: google ads api v8 has some errors and has no response

2021-09-19 Thread Google Ads API Forum Advisor
Hi Chunwei, Thank you for your follow up. However, these do not appear to be the request and response logs (with the request-id) that my colleague Yasar earlier requested. As recommended also by Yasar earlier, and if you haven't yet, logging can be enabled by navigating to the Client libraries

Incorrect count of users when adding user list into customer match

2021-09-19 Thread Tze Hsien Lur
Hi, I am new to google ads API and I have been using the code from https://github.com/googleads/google-ads-python/blob/master/examples/remarketing/add_customer_match_user_list.py as a basis. Additionally, I am using https://developers.google.com/google-ads/api/docs/remarketing/audience-types/c

get general metrics from MCC account

2021-09-19 Thread DaNial Zameni
Hello Google Team, I want to get clicks, hits, costs today from all my mcc customers, All I have to do is send a request to get mcc customers first, then for each loop that was received I will reapply gaql to receive the matrix from the account. Then I add the numbers together to get what I want.