Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
I've tried with this given query as below, URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers/googleAds:searchStream Method : POST QueryParam : SELECT customer.id, customer_client.id, customer_client.descriptive_name, customer.descriptive_name, customer.status, custom

Re: need help to get the all ad accounts

2024-06-06 Thread Hashcrypt Devs
We've tried with your given solution. We've able to access the list of customers with below url and got the response: URL : https://googleads.googleapis.com/v17/customers:listAccessibleCustomers Response: [image: image_2024_06_07T05_44_38_276Z.png] Now, we also want additional information like

Re: google ads campaigns: prohibited_segment_with_metric_in_select_or_where_clause

2024-06-06 Thread Stefan Zehr
Thank you all for the replies, for us it was sufficient to just query only the conversions metric on campaign level (this is not prohibitted) and then filter by conversion_action_category <> 'PURCHASE' . We then could adjust the conversion metric in our main query (with impressions, costs, etc.)

Google Ads API Token Application - No Response Over 1 Month

2024-06-06 Thread Keble Zhu
Hi team, We haven't received any response or update from Google regarding our Google Ads API Token Application. It has been over a month since we received the initial reply from the API team, and we haven't heard anything since. Our Ticket ID is [3-171735638]. Our team cannot proceed with

Re: transferring dev token to new mcc

2024-06-06 Thread Tyler Hoog
OK. I wish I would have known that 3 weeks ago. I just applied for Basic Access on the token in the correct manager account 554-719-5592. The token is "UYIWgk3G_0aupXFqNfl-Lw" Please escalate this approval. You'll see it has a different email address (that is copied on this message). That is intent

Re: google ads campaigns: prohibited_segment_with_metric_in_select_or_where_clause

2024-06-06 Thread Killian Coq
Thank you for your answer. Is it possible to get detailed purchases at ad group level or at ad level ? Le jeudi 6 juin 2024 à 22:10:29 UTC+2, Google Ads API Forum Advisor a écrit : > Hi, > > Kindly note that retrieval of detailed purchases at the campaign level is > not yet supported in th

Re: google ads campaigns error

2024-06-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, I would recommend that you try the below query to retrieve campaign data for purchase conversions using shopping_performance_view resource. Query : "SELECT campaign.name, campaign.id, campaign.status, metrics.all_conversions_value, metrics.all_conversions, metrics.conversions, campaign.cam

Error "You are not allowed to make changes to budgets" when creating AccountBudgetProposal with Google Ads API

2024-06-06 Thread Antony Kiên
I'm trying to create an AccountBudgetProposal using the Google Ads API (v14), but I keep encountering the following error: Request with ID "" failed with status "INVALID_ARGUMENT" and includes the following errors: Error with message "You are not allowed to make changes to budgets." On

Conversion adjustments upload results NO_CONVERSION_ACTION_FOUND

2024-06-06 Thread 伊藤大稀
Hi support, I am trying to use Google Ads API for Upload Conversion Adjustments. I am using this python example code , but I am getting this error NO_CONVERSION_ACTION_FOUND. I waited 24 hours after re

regarding total ctr,clicks and conversion

2024-06-06 Thread Ajit Mohapatra
while in my report of google ads account i am getting the total value of ctr, clicks, conversion, but while accessing through query i am not able to do it and manually i have to sum each clicks and conversion to get total and after that the total value does not match with my report data. -- --

Re: Transferring Dev Token to new MCC

2024-06-06 Thread Tyler Hoog
Did anyone receive my last message? I have not gotten a response and my token has not been transferred. Please help On Mon, May 13, 2024 at 1:00 PM Tyler Hoog wrote: > I received Basic access on my Dev token, but now I've realized that I > built that dev token in the wrong MCC. Can you transfer

Gbraid & wbraid error [Can't parse event import data]

2024-06-06 Thread Анастасия Мартынова
Hello dear support team, I think I need technical support and some more indstructions about my case: I noticed that my site has some conversions from IOS users. And I an sending all these conversions through API: (https://developers.google.com/google-ads/api/docs/conversions/upload-clicks)

Re: Migrating from the AdWords API to the Google Ads API

2024-06-06 Thread 'Pranav Kalbhor' via Google Ads API and AdWords API Forum
Hi, were you able to get a resolution to this issue? I am having a similar issue and could use some insights on how to resolve. On Tuesday, March 1, 2022 at 1:25:53 PM UTC-6 ns wrote: > Error when running my jar: > > Running my project locally in itellij works fine, But when trying to run a > e

Re: google ads campaigns error

2024-06-06 Thread Hashcrypt Devs
We're tried with two different queries. 1. Segments fields with other unsupported metrics URL : https://googleads.googleapis.com/v16/customers/{customer_id} /googleAds:searchStream Query param : "SELECT campaign.name, campaign.id, campaign.status, metrics.average_cost, metrics.clicks, metrics.imp

Regarding total clicks, ctr, conversion , impression

2024-06-06 Thread Ajit Mohapatra
HI, In my google ads account when i go to report it shows me all the individual campaign and total campaign details like total ctr, total clicks, total impression, total conversion. But when i am using rest api call i am getting all the individual campaign details but i am not getting all the t

CustomerService.create_customer_client API Error

2024-06-06 Thread zikuo su
I used v14 version before. But there was an error creating the account today: Errors{ ErrorCode{ internal_error: INTERNAL_ERROR } Message: "An internal error has occurred." “ } and ErrorCode{ request_error: UNSUPPORTED_VERSION } Message: "Version v14 is deprecated." Requests to this version will be

Re: google ads campaigns error

2024-06-06 Thread Hashcrypt Devs
But we want to retrieve the conversion (purchases) for the campaign. can you provide appropriate details to retrieve details with campaign On Thursday, June 6, 2024 at 7:19:09 AM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team

Need Help To Get the All Ad Accounts

2024-06-06 Thread Hashcrypt Devs
Hi, We're integrating google ads REST API to fetch records and use that records for analytics. So, as per our authentication flow We need to fetch all ad accounts together available in particular google ad manager account with single API call without passing customer Id. I want this as REST A

Re: Asset Group Network

2024-06-06 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi team, could I have assistance here? Thanks! On Monday, June 3, 2024 at 3:51:05 PM UTC+3 Oksana Sulyma wrote: > Hi Google Ads API team! > I'm pulling data from > https://developers.google.com/google-ads/api/fields/v16/asset_group > report. > And segments.ad_network_type field is not supporte

RE: method customeruseraccessinvitations throwing 404

2024-06-06 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. We are able to access the customerUserAccessInvitations from v17, could you please retry and let us know, how this goes on your end. This message is in relation to case "ref:!00D1U01174p.!5004Q02tJEHx:ref" (ADR-00238570) Thanks

RE: need help in creating a report with placement type using google ads api

2024-06-06 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. Yes, using the below query formed with the group_placement_view resource returns the results in a more detailed way by providing the metrics details at the groupPlacementView level. "SELECT ad_group.name, group_placement_view.p