Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
In case it helps, here is the code that I got so far (it probably could be improved a lot and maybe has mistakes, I'm a Python beginner): def one(request): client = credenciales(request) ga_service = client.get_service("GoogleAdsService") # Get customer resource names from the origin

Internal error encountered. - Not catchable

2023-08-08 Thread cv
Hi, I am randomly and frequently getting Internal error encountered. But It is not catchable from GoogleAdsException, ApiException, Exception error objects. { "message": "Internal error encountered.", "code": 13, "status": "INTERNAL", "details": [ { "@type"

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
OK, and what about the second part of my message? *If listAccessibleCustomers is not going to provide account names anytime soon, can you at least provide code examples of how to get that info in the most efficient and reliable way possible (I need it for Python).* On Tuesday, August 8, 2023 at

Is newly account automatically migrated to asset-based image extension now

2023-08-08 Thread Lan
Hi, I have the below account that was created on 8/7/2023, but the image extension is still not migrated to asset based yet. resource_name: "customers/2604987131" call_reporting_setting { call_reporting_enabled: false call_conversion_reporting_enabled: true call_conversion_action: "cust

Shopping Performance View not matching to Campaign View for a single campaign

2023-08-08 Thread Anshul Ravikumar
Hey team, I am checking the following metrics (metrics.clicks,metrics.cost_micros,metrics.impressions,metrics.conversions,metrics.all_conversions) from both the shopping_performance_view and the campaign resource and for the same campaign I see that the metrics are not equal for both the quer

Re: Get the names of the customer accounts using listAccessibleCustomers

2023-08-08 Thread Miguel Angel Garcia
Any updates on this? Seems like a pretty frequent need (I've found several threads about this in this forum and other websites). If listAccessibleCustomers is not going to provide account names anytime soon, can you at least provide code examples of how to get that info in the most efficient an

Re: how to capture the google click id

2023-08-08 Thread Mrg
Thank you for the feedback! So if we use the click_view reporting and click_view query builder could avoid the click id events being blocked by third-party applications and ad blockers, do I understand correctly? Thank you On Tuesday, August 8, 2023 at 4:54:10 PM UTC+2 Google Ads API Forum Ad

Re: create new keyword and add label

2023-08-08 Thread Anis Ahmed
Hi, Thanks for your reply. I had a look and I don't think we can still use this MutateGoogleAdsRequest as I need to perform these operations together : Create AdGroupCirterion and create AdGroupCirterionLabel. Since the AdGroupCriterionLabel requires the resourceName for AdGroupCriterion, I can't u

RE: create new keyword and add label

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. With regards to your concern, you may refer to this service (https://developers.google.com/google-ads/api/reference/rpc/v14/GoogleAdsService#mutate), this method supports atomic transactions with multiple types of resources. For example,

Re: how to get asset group asset primary status?

2023-08-08 Thread Dang Duc Truong
Hi, This is the request and response from my side, not sure if it is what you are expected: REQUEST: customer_id: "8243997589" query: "SELECT asset_group.id, asset_group.status, campaign.id, customer.id, asset_group_asset.asset, asset_group_asset.asset_group, asset_group_asset.field_type, asse

Uploading Enhanced conversion via REST API (not client library)

2023-08-08 Thread MKostrosO2
Hey folks, it has took me some time to go through the docs, forums or another sources, but I haven't found an answer, so hopefully I'll be more successful here. I'm preparing custom integration for Uploading enhanced conversions. As I'm using a CRM system able to comunicate via REST API, I n

RE: how to use google ads connector in adf

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. With regard to your concern for the application type, as per this documentation (https://developers.google.com/google-ads/api/docs/oauth/cloud-project#create_a_client_id_and_client_secret) in creating client ID and client secret

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Joachim, Thank you for your response. To confirm, if you are referring to Upload Click conversions, then conversion action will have a type of UPLOAD_CLICKS. For uploading enhanced conversions, it is important to set the conversion_action to a resource name of a ConversionAction with a type

Re: how to get asset group asset primary status?

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Dan, Thank you for getting back to us. Can you please provide us with an uncropped screenshot of the Google Ads UI that shows the data you are trying to obtain and the complete logs(request and response with request ID) of your API requests? This is so we can investigate further and prov

How to capture the Google Click ID

2023-08-08 Thread Mrg
Hi, I like to capture the Google Click ID from Java/Kafka events and forward it to those events by backend API not sure if possible. The main reason to capture the click id , is because when the user has an adblocker or some other application could be blocker us to collect users ad information.

Re: upload conversions and enhanced conversions with gclid via the api

2023-08-08 Thread Joachim Løvgaard
Hi everybody and thanks for your input, Greg! I still seem to have problems making this work. Here is what I have done. I have manually created a Conversion Action inside the Google Ads interface with offline upload (because I got an error: Make sure you specify a valid conversion action set u

Re: api basic acesss

2023-08-08 Thread V Y
Reminder #7 Please help! On Friday, August 4, 2023 at 4:40:57 PM UTC+5:30 Tutorial Gurus wrote: > Hi! > > No response received yet, anywhere. > > Please help. > > On Fri, 28 Jul 2023, 19:07 V Y, wrote: > >> Case ID 6-481435135 >> >> On Thursday, July 27, 2023 at 5:12:50 PM UTC+5:30 V Y w

Re: api basic acesss

2023-08-08 Thread V Y
Reminder #8 Submitted API Application for basic access weeks ago (7th July 2023), got confirmation of form submission but no response since. None of the support options work, (line/phone) what to do? MCC Account ID: 3270119117 Case ID 6-481435135 Please help! thank you... On Friday, August

Re: the field cannot be set. "fieldname": " app_ad "

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the reply. Allow me to raise this concern to my team for further checking. Rest assured that we will provide updates when become available. This message is in relation to case "ref:_00D1U1174p._5004Q2nbzd9:ref" Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

How to use Google Ads connector in ADF

2023-08-08 Thread thang viet
Hi all, I am struggling with trying to connect adf with google ads to fetch data, so that I can store it in our sql data ware house and make report out of it. I have obtain developer token for basic access. I dont know which type of Credentials to create. ( I watched some tutorials on youtu

Create new keyword and add label

2023-08-08 Thread Anis Ahmed
Hi Google Team, Is there a way that I can create a new keyword and give it a label in 1 mutate operation? Currently I see that AdGroupCriterion is used for creating the keyword and AdGroupCriterionLabelService is used to add the label to the keyword, Is it possible to do it in 1 operation when