Re: google ads tag & uploading enhanced conversions via api as conversion adjustment

2024-07-09 Thread Anni Salo
Hi, Thank you for the assistance. I think this is the approach we have had earlier and still got the error. Just to clarify, we don't get any errors via the API, but in Google Ads UI only. But we will try once again and get back to you with logs if this still doesn't solve the issue. Br, Anni

Re: manager account metrices

2024-07-09 Thread Bimal Ram
Thank you. On Wednesday 10 July 2024 at 00:08:14 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > By reviewing your concern, I understand that you want to get the metrics > for the Manager account via API. Kindly note that the reporting >

Re: issue fetching data for customer under account manager

2024-07-09 Thread Echelonn Automations
Yes sure, this is the response: { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNAL", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v17.errors.GoogleAdsFailure", "errors": [ { "errorCode": { "internalError": "INTERNAL_ERROR" }, "message":

Inconsistent reporting for Demand Gen campaigns

2024-07-09 Thread Colin Dellow
Hi, when I try to pull a list of Demand Gen campaigns (following the instructions at https://developers.google.com/google-ads/api/docs/demand-gen/reporting), I only see a single campaign: curl -s https://googleads.googleapis.com/v17/customers/redacted/googleAds:search -XPOST -H 'Content-type

Re: UploadOfflineConversion: How to send ConversionDateTime in click conversion

2024-07-09 Thread Vogels
Hi, I also encountered an issue with *conversionDateTime* in the customers.uploadClickConversions call: https://developers.google.com/google-ads/api/reference/rpc/v17/ClickConversion?hl=en#conversion_date_time The documentation states the value should be: The date time at which the conversion

Google Ads API Token Application

2024-07-09 Thread 'Alina Tivetska' via Google Ads API and AdWords API Forum
Hello, I recently applied for a basic access token but I have not received any confirmation emails. Could you please let me know if my application has gone through okay? The details of my API access application: Google Ads Manager Account (MCC) ID: 402-110-6413 -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: token expired message

2024-07-09 Thread trespaan
Hi once again, I have just passed the verification process for the google ads scope, hoping that that would fix the problem. It didn't. I have regenerated OAuth 2.0 Client credential Regenerated refresh token for the adwords scope Regenerated google ads api token Plugged everything together. T

Re: google ads tag & uploading enhanced conversions via api as conversion adjustment

2024-07-09 Thread Anni Salo
Hi, Indeed, we are looking to use *order_id* (transaction id) instead of Gclid. But, this will cause us getting an error that we are sending conversions too late (which we are not - confirmed!). The troubleshooting instruction say that this might happen if we do not provide the conversion times

RE: find my userid or email id

2024-07-09 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. You can retrieve the user ID and email address via the Google Ads API using the customer_user_access report. Kindly check the below query: SELECT customer_user_access.user_id, customer_user_access.email_address, customer_user_a

RE: issue fetching data for customer under account manager

2024-07-09 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. As per provided information, I understand that you are facing an issue while retrieving the data using Google Ads API. In order to assist your issue further, kindly provide us with the complete API logs (request and response wi

RE: manager account metrices

2024-07-09 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. In order to assist you further, could you please provide us with the uncropped UI screenshot (with visible manager account Id that you are referring to) and by highlighting the metrics that you are trying to retrieve for an acco

If you get campaign_conversion_goal based on custom_conversion_goal

2024-07-09 Thread xiaochuan li
hi team I have now successfully linked custom_conversion_goal to a specific campaign by modifying conversion_goal_campaign_config. Sample Code ```python conversion_goal_campaign_config_service = client.get_service( "ConversionGoalCampaignConfigService") conversion_goal_campaign_config_operation =

API Application

2024-07-09 Thread Lee Luca
Hello, I recently applied for a basic access token but I have not received any confirmation emails. Could you please let me know if my application has gone through okay? Please do contact me if there is any problem. The details of my API access application: Google Ads Manager Account (MCC) ID:

Issue Fetching data for customer under account manager

2024-07-09 Thread Echelonn Automations
I have an issue when I try to use the API to retreive the data of one of my customer can you check the error details becuase I am using REST Interface to grap the data customer ID: 6450005998 request ID: aa2antjcAtHFMyIrljDOnw please let me know if there is any other requerments need to fix

Find my userid or email id

2024-07-09 Thread Chandan Sharma
Dear Google Ads API Community, I'm working on a project where I need to programmatically find my User ID or email ID using the Google Ads API. Specifically, I need to identify Customer IDs for which I have administrative access. Currently, I can retrieve a list of accessible Customer IDs, but

Manager Account Metrices

2024-07-09 Thread Bimal Ram
Hi Team, I would like to get account metrices for a manager account so that I will get a consolidated metrices of all the client accounts linked to it. Is there query or service to do the same? Thank you, Regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog