Re: google ads api product link invitation reference

2024-05-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Upon checking your account, I could see that there are no product_link_invitation requests received for the Youtube product. This might be the reason that you are getting an empty response via API. Could you please confirm from your end, if you are able to see any pending

RE: clarification on api error codes

2024-05-21 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. I could see that you have encountered the following errors: 1) "RESOURCE_EXHAUSTED" error, which means that a system frequency limit has been exceeded. Kindly prevent sending too many requests in a short period of time and

RE: google ads perfomance

2024-05-21 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. Could you please elaborate your issue along with some screenshots and tell us exactly what you want to achieve via Google Ads API. Please note that there is no screenshot attached in your previous response. This message is in

Clarification on API error codes

2024-05-21 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi Google Ads API team, Using reporting API for various accounts, we face temporary errors like: error : { "message": "Resource has been exhausted (e.g. check quota).", "code": 8, "status": "RESOURCE_EXHAUSTED", "details": [ { "@type": "google.ads.googleads.v16.errors.googleadsfailure-bin",

Google ads perfomance

2024-05-21 Thread Sean Toole
My google ads seem to dropping it has been really quiet the last few days. Is there any advice. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Google ads perfomance

2024-05-21 Thread Emma Toole
My google ads seem to dropping it has been really quiet the last few days. Is there any advice. I have attached a screenshot of the chart. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: google ads api product link invitation reference

2024-05-21 Thread Ansh Ved
Hi, As per my original query. I have already tried using ProductLinkInvitationService.UpdateProductLinkInvitation method to update the status of the ProductLinkInvitation to ACCEPTED or REJECTED. Please find the code below. I am not able to see any pending invitations or accepted invitations even

Re: getting mcc labels on ad group request

2024-05-21 Thread 'Paul' via Google Ads API and AdWords API Forum
For other people running into this, it's not supported by the API. There is a pending request to add it, but no ETA is given. Paul On Wednesday, May 15, 2024 at 7:05:57 PM UTC+2 Google Ads API Forum Advisor wrote: > Hi, > > As mentioned earlier, we need the complete API logs to investigate

Re: google ads api product link invitation reference

2024-05-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Based on the information provided, I understand that you are looking for guidance on how to accept the product invitation using the Google Ads API. You can use the ProductLinkInvitationService.UpdateProductLinkInvitation method to update the status of the ProductLinkInvitation to ACCEPTED

Fwd: No response for Basic Access Application for Google Ads Api

2024-05-20 Thread Voice of Vivek
Hi, I have applied for Google Ads API for my website. Many many months have passed. Still I have not received the access. Also I have not received any reply from your last mail since 22nd December 2023. Kindly look into the matter. I am using this same email id for the access. I have simply

RE: pulling search terms, for clicks and impressions (and pull the other metrics)

2024-05-20 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. Kindly note that there is no report called 'SEARCH_QUERY_PERFORMANCE_REPORT' in the Google Ads API. You can use the below query to retrieve the search terms and other metrics (clicks, impressions, etc.) using the

pulling search terms, for clicks and impressions (and pull the other metrics)

2024-05-20 Thread Larry Kolinek
hello var query = "SELECT Query, CampaignName, AdGroupName, Impressions, Clicks, Cost, AllConversions, ConversionValue, Conversions " + "FROM SEARCH_QUERY_PERFORMANCE_REPORT " + "WHERE Impressions > 0 " + "AND CampaignName = '" + WhichCampaign + "' "

Google Ads API Product Link Invitation Reference

2024-05-20 Thread Ansh Ved
Hi, I am trying to use the Google AdWords API to accept invitations sent from the YouTube Account. I have already set up the connection. Using the PHP library for V16: https://github.com/googleads/google-ads-php/ I am using this with Laravel I sent a get request to get the list of product

RE: googleads api flag for testing mutate api call?

2024-05-20 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. I would suggest you check this document which provides an introduction to testing with the Google Ads API. You may refer to this video Testing in Practice for more information. You may follow these Best Practices for testing

Re: problem with changing "company type" for developer account

2024-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Please note that the preferred communication channel of the Google Ads API Compliance team is through the above link. Kindly note that the mentioned concerns are out of scope for the Google Ads API support team as our team specializes in Google Ads API related concerns and technical

RE: Can't upload offline conversion

2024-05-20 Thread yosi.kal
Thanks Laura. From: Google Ads API Forum Advisor Sent: Monday, 20 May 2024 16:13 To: yosi@gmail.com Cc: adwords-api@googlegroups.com Subject: RE: Can't upload offline conversion Hey Yosi, Happy Monday! Thanks for your patience. I don't have any updates for you quite yet, but rest

Re: find gclid using campaign id

2024-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, As per the click_view document, queries including ClickView must have a filter limiting the results to one day and can be requested for dates back to 90 days before the time of the request. This message is in relation to case "ref:!00D1U01174p.!5004Q02tJ01J:ref" (ADR-00235302) Thanks,

RE: get objective name

2024-05-20 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, we can obtain the objective of a campaign by using the GAQL query. I would recommend you to kindly refer to the campaign_conversion_goal to retrieve the objective of a campaign by using the Google Ads API. Please find the

RE: customer match list with google ads api is not exposed in interface

2024-05-20 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. Kindly note that the user list sizes are showing as zero because, for privacy reasons the list size is displayed as zero until it has at least 1,000 members. Once it reaches this threshold, the size is rounded to the two most

RE: how to get the exact ads cost, consistent whith google ui

2024-05-20 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. To assist you with the discrepancy, could you provide us with more details of the discrepancy you observed while fetching the report of cost.micros? Also provide us the uncropped UI screenshot of the metrics you are fetching

GoogleAds Api flag for testing mutate api call?

2024-05-20 Thread Cantare John
Is there any flag that i can specify on payload , to execute mutate actions but i want to see only the output not modify the items on Google Ads? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: problem with changing "company type" for developer account

2024-05-20 Thread 'Ruslan Obolonsky' via Google Ads API and AdWords API Forum
Hi there! Thanks for your response. *>>>Could you please confirm which team you are referring to for the verification process. Also, could you please confirm if this verification team is in contact with you?* We've been reaching out to the ads-api-compliance team, but their responses seem a

RE: Can't upload offline conversion

2024-05-20 Thread yosi.kal
Hello Laura, Thanks for looking into it. Are there any updates? Yosi From: Google Ads API Forum Advisor Sent: Thursday, 16 May 2024 20:09 To: yosi@gmail.com Cc: adwords-api@googlegroups.com Subject: RE: Can't upload offline conversion Hey Yosi, Thanks for providing those

RE: no response to my google ads standard api access application

2024-05-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rezi, Thank you for reaching out to the Google Ads API support team. I understand that you have submitted an application to obtain Standard access. Since the access requests are handled by the Google Ads API Compliance team, I would recommend you reaching out to the Google Ads API

Re: find gclid using campaign id

2024-05-19 Thread D. H.
And with apologies for missing the 90 days part, as well as limiting results to one day, you cannot fetch results older than 90 days. This query returns an error for me: SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date = '2024-02-01' GoogleAdsException:

No response to my Google Ads Standard API access application

2024-05-19 Thread Rezi Costa Bzishvili
Hi Support Team, I've submitted my application Google Ads Standard API access and have not heard anything from Google regarding it and still haven't received access. MCC ID: 463-646-2382. I don't have a Case ID from the compliance team because I haven't received any confirmation emails. Is

Re: find gclid using campaign id

2024-05-19 Thread D. H.
Hi, You need to include a filter to limit the results to a single day. This query works for me: SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date = '2024-05-01' As does this: SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date BETWEEN '2024-05-01'

RE: no response from my google ads basic api access application

2024-05-19 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. I understand that you have submitted an application to obtain basic access. Since the access requests are handled by the Google Ads API Compliance team, I would recommend you reaching out to the Google Ads API Compliance team

No response from my Google Ads Basic API access application

2024-05-17 Thread Matt Makris
Hi Support Team, I've submitted my application twice in 2-3 weeks and have not heard anything from Google regarding it and still haven't received access. It's holding up the launch of our internal reporting application that our ad managers use to avoid overspends. Thank you in advance! MCC

Missing Max Performance campaign

2024-05-17 Thread 'Nils Rückmann' via Google Ads API and AdWords API Forum
Hi, we are missing a single campaign in the search results. Even when trying to filter by it's ID we don't find them. SELECT campaign.id, campaign.name FROM campaign WHERE campaign.id = '604145267' Any idea why this can happen? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: add campaign.urlcustomparameters

2024-05-17 Thread China Wendel
So, I am trying to use the C# library, Google.Ads.GoogleAds. And, the Campaign object there that I would send in to the mutate method has a readonly UrlCustomParameters variable, so there is no way for me to mutate it. On Wednesday, May 15, 2024 at 5:56:24 AM UTC-5 Google Ads API Forum Advisor

Retrieving details information about GoogleAds campaigns

2024-05-17 Thread Łukasz Kowalski
Hi everyone, I am working on Google Ads API. My goal is to find detailed information on the cost, clicks, etc. for each "Performance Max" campaign. When I use the following query: ``` SELECT campaign.id, campaign.name, segments.ad_network_type, segments.advertising_channel_type FROM

how to get the exact ads cost, consistent whith google ui

2024-05-17 Thread 南将
when i compute the ads report metrics.cost_micros, over time the sum will change. i'm not sure if the report metrics.cost_micros whill change -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Retrieving details information about GoogleAds campaigns

2024-05-17 Thread Peter Karker
I am working on Google Ads API. My goal is to find detailed information on the cost, clicks, etc. for each "Performance Max" campaign. When I use the following query: SELECT campaign.id, campaign.name, segments.ad_network_type, segments.advertising_channel_type FROM campaign WHERE

Would the Google Ads API also help with OCT

2024-05-17 Thread Fana Keuter
We currently have a semi-manual process for OCT. I use the upload function in Google ads to upload the new GCLIDs (try to do it daily, sometimes it's a bit longer). By doing this i often get errors which makes sense because the old rows are also in the spreadsheet and google says he already has

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
Hi, Thank you for your response. Can you please provide me Rest API endpoint and query to find Campaign_id using gclid. For ex :- I've gclid , so can I able to find campaign_id using that gclid ?? On Thursday 16 May 2024 at 22:03:11 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > >

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
Hi, I've already posted error which I'm facing to fetch data older than 90 days actually I can able to fetch campaign impression, ctr, clicks etc.. detail which older than 90 days. I'm fetching my campaign detail below query I've used to fetch campaign details :- SELECT

Get Objective Name

2024-05-17 Thread Rajat Singh
After creating campaigns, can we determine the objective of a campaign through a query? For example, whether the campaign is focused on sales or leads. How can we determine this, directly or indirectly?I want to get the objective name. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: find gclid using campaign id

2024-05-17 Thread bhavya dev
Hi, Thank you for your response I'm getting error when i try to call Rest Api :- https://googleads.googleapis.com/v16/customers/{customer.id}/googleAds:searchStream Request Body :- "SELECT click_view.gclid, campaign.id FROM click_view WHERE segments.date = '2023-12-10' AND campaign.id =

Customer Match List with Google Ads API is not exposed in interface

2024-05-17 Thread Geo Geo
Hello, I have a Google Ads test Account ( customerId: 4338086288 ) and I created through API a customer list ( userListId: *8661663568* ). I cannot see the list in the Google Ads Test Account Interface. I have also created an offline data job to populate the list and job has status success so

RE: gaql to get exact headline & description of a responsive ad that generated each click

2024-05-17 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. Kindly note that only from the click_view resource you can get the gclid. I would recommend you to refer to this documentation to know more about the Fields/Segments/Metrics that can be used with the click_view resource. Also,

RE: problem with changing "company type" for developer account

2024-05-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Please find the response to your queries respectively. How could we circumvent the issue with access to test Google Account for Google Ads API team? Does anybody have a successful experience with getting Google Account from Google Ads API team for testing their product during the

RE: impression data of user_location_view and ad_group_ad/campaign

2024-05-17 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 investigate the discrepancy in impressions between the user location view and ad group ad/campaign view, please provide the following information: Uncropped UI screenshots of the impressions fetched from the user

Re: Problem with changing "Company type" for developer account

2024-05-17 Thread 'Ruslan Obolonsky' via Google Ads API and AdWords API Forum
Hello. Any updates or ideas here? On Thursday, May 9, 2024 at 11:41:58 AM UTC+3 Ruslan Obolonsky wrote: > Hello friends. > Could anybody help us?  > > *Context:* > We already have a Standard Access Level for developer token. > Last year we successfully operated as an "Agency/SAM" company type.

Impression data of user_location_view and ad_group_ad/campaign

2024-05-17 Thread Siebert Looije
Hello, We are fetching impressions data from the user_location view and from the ad_group_ad/campaign view for the same campaigns however there seems to be a mismatch between the numbers. Is there a reason for this? Example campaign id *21104770687* of ad account id *860113* has for: -

Re: No response from ads api basic access application

2024-05-16 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. I understand that you have applied for Basic access to the Google Ads API. Since the access requests are handled by the Google Ads API Compliance team, we are transferring the case to the Ads API Compliance team. @Compliance

V15 Consent - OfflineUserDataJobOperation - EU Consent Queries

2024-05-16 Thread Royal Parihar
Hello, We're currently using the offlineuserdatajob to update consent for EU contacts, and I have a question about it. Allow me to clarify with an example: Let's say I have 100 contacts to add to the Google user list, so I created an offlineuserdatajob with the consent type "granted" and used

Re: No response from ads api basic access application

2024-05-16 Thread Iryna Galiuk
Hi Support Team, we've faced the same problem as most of reporters here - no feedback about our application for Basic Access to the Google Ads API. I see that some people provide Case ID but we haven't received any - no confirmations with Case id after application form submission, nor after

Is there a REST interface to Generate Keyword Ideas?

2024-05-16 Thread Jin Yoon
Hello, I wanted to know is there a way to generate keyword ideas using the REST interface? Having trouble locating any documentation on this. I found that it is possible under the guides section under "Planning service" > "Generate keyword ideas", but I want to use a REST interface to do this.

Re: can't create negative user list criterion for video campaign and conversion value rule set for performance_max campaign.

2024-05-16 Thread Nasser Oudjidane
Thanks for confirming. Best Regards, Nasser On Tuesday, May 14, 2024 at 1:25:06 PM UTC+4 Google Ads API Forum Advisor wrote: > Hi, > > Yes, I can confirm that this is an API limitation but functionality > differs between the UI and API. As informed earlier, video campaigns > and value

Impressions and click date wise

2024-05-16 Thread Shivam Kumar
Hi there, I want to know impression and click event for each date. Can you please help in writing GAQL query. Currently I am using the below query to get impressions and click but I want to how many clicks and impressions occurred on each day.

Re: link mcc to ads account using rest interface

2024-05-16 Thread Tomas Maccarone
Hi, Thanks for getting back to me. I understand, I added the fields which I believe were required but I'm still getting the same error, am I missing another field? export async function createAccountLink( managerCustomerId, clientCustomerId, managerAccessToken ) { const url =

RE: how to get gclid with the help of campaign_id

2024-05-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. I can see in the system that you have previously raised this concern on another thread with the subject 'Find gclid using campaign id', and it has already been responded to. To avoid multiple threads on the same issue, I would

RE: Can't upload offline conversion

2024-05-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hey Yosi, Thanks for providing those extra details. It's not yet clear to me why you're getting the CONVERSION_TRACKING_MANAGED_BY_SELF error, so I'm going to discuss with the team and I'll follow up when we have an update to share. This message is in relation to case

RE: campaign billed cost

2024-05-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. To find the list of all campaigns and the amount for each campaign via the API. Kindly refer to the below sample query: {   "query": "SELECT campaign.name, metrics.cost_micros, campaign.id FROM campaign" } You can try making a

RE: find gclid using campaign id

2024-05-16 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. Please refer to this Rest API endpoint : https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream Also, kindly try the below provided query to get the GCLID using campaign id. Query

Find gclid using campaign id

2024-05-16 Thread bhavya dev
please give me Restful API endpoint of google ads and query to find gclid using campaign id -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Find gclid using campaign id

2024-05-16 Thread Bhavya Ardeshana
I want to find gclid with the help of using campaign_id Please provide me query to find gclid -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: error:"unauthorized_client"

2024-05-16 Thread Alex Gunner
OAuth verification does not need to be completed for this. Are you using a MCC test account with your test developer token? On Thursday, May 16, 2024 at 12:56:20 AM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To analyse

How to get gclid with the help of campaign_id

2024-05-16 Thread Bhavya Ardeshana
I've campaign detail using that detail i want to find gclid Give me RestFul Api endpoint and query to find -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

RE: curl error 60: ssl certificate problem: self signed certificate

2024-05-16 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. Please note that we can only assist with technical queries/concerns related to the Google Ads API. For the PHP Client library issues/concerns, I would suggest reaching out to the client library owner via this Google Ads PHP

RE: Can't upload offline conversion

2024-05-16 Thread yosi.kal
Hello, Thanks for looking into it. I checked the tag and it’s the same. Here is the output for GAQL you requested: [16 May 2024 16:49:42,108-summary:INFO:grpc-default-executor-0] SUCCESS REQUEST SUMMARY. Method: google.ads.googleads.v15.services.GoogleAdsService/SearchStream, Endpoint:

campaign billed cost

2024-05-16 Thread Ramanajee
Hi, is there a way to extract via API *a list of all campaigns and the amount for each campaign that will show on the invoice.* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

cURL error 60: SSL certificate problem: self signed certificate

2024-05-16 Thread S.A.
Since a few days the PHP client library reports the following error: GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://googleads.googleapis.com/v14/customers/<*customerid*

GAQL to Get Exact Headline & Description of a Responsive Ad that generated each Click

2024-05-15 Thread Seva Baskin
Hi Google Ads API Team, I'm trying to write a GAQL that fetches clicks for a specific date and returns the exact headline & description combination from a responsive ad that generated each click. We have some unwanted leads generated from our responsive campaigns, and I'm just trying to drill

Urgent : Error ResourceExhausted

2024-05-15 Thread Souvik Basu
Hi, I am trying to get just the information about a campaign and I getting this error *429 Resource has been exhausted (e.g. check quota). [type_url: "type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure" value: "\nc\n\002X\002\022*Too many requests. Retry in 56458

Re: Get the names of the customer accounts using listAccessibleCustomers

2024-05-15 Thread Rathina Boopathi
Hi all, I tried the query the API team gave. I got the following error and the response itself takes above 10secs. mg { errors: [], '@type': 'type.googleapis.com/google.rpc.BadRequest', field_violations: [ { description: 'Invalid value (query), Starting an object on a scalar

Unexpected geographic_view segmentation by location_type

2024-05-15 Thread Dom
Hi, When issuing requests against the geographic_view, we've observed that the resulting data is segmented by geographic_view.location_type regardless of whether this field is included in the GAQL query. This is not behavior we would expect for a field that has been excluded from the GAQL

How to get customer_id when user logs in with Oauth

2024-05-15 Thread Rathina Boopathi
Hi Google Ads API Team. We are building a web application for users to view leads generated form Google Ads. I have implemented OAuth login with scope including adwords. I get the authorization code from that login with I am getting access token and refresh token. Now if I need to get the

Re: the standard access request has been in process for an extended period without a response

2024-05-15 Thread Valinnov
Same problem for me... ID 511-197-2866 Why is it so long and so complicated for basic access? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Error:"unauthorized_client"

2024-05-15 Thread 伊藤大稀
Hello, I received an unauthorized_client error when executing the following command. curl \ --data "grant_type=refresh_token" \ --data "client_id=CLIENT_ID" \ --data "client_secret=CLIENT_SECRET" \ --data "refresh_token=REFRESH_TOKEN" \ https://www.googleapis.com/oauth2/v3/token {

Re: basic access tokens

2024-05-15 Thread Josh Noren
Following up here again as I have not heard back from the compliance team since their only response. Their response said it was being expedited. That was 2 weeks ago.. The lack of service is ridiculous On Wednesday, May 8, 2024 at 8:15:56 PM UTC-4 Josh Noren wrote: > Good afternoon, > >

Never any response for basic API access after multiple requests...

2024-05-15 Thread Valinnov
Hi, I have requested basic API access several times to report conversions to Google Ads. This is a very simple usage, but I never receive a response to my request... Is it possible to move the subject forward so that we can have access to API base and implement conversion tracking and report

Link MCC to Ads account using REST interface

2024-05-15 Thread Tomas Maccarone
Hi, Im trying to connect an MCC account to a Google Ads account following the following link https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.accountLinks/create export async function createAccountLink( managerCustomerId, clientCustomerId, clientAccessToken ) {

changes failed to save google ads

2024-05-15 Thread Autozone UAE
I need help in the following issue! I’m trying to create a new search campaign on Google Ads and everything seems fine until I'm in review step it doesn't let me publish and a „Changes failed to save" error appears without a proper context or explanation. I did everything I though it causes

INVALID_CUSTOMER_ID when calling the Ads API

2024-05-15 Thread Sonia GM
Hi, I'm implementing a call to the Ads API using PHP and I was getting the `INVALID_CUSTOMER_ID` error. I fixed it by sending the customer id without hyphens. But now I'm getting another error: ``Partial failures occurred: 'Make sure you've turned on enhanced conversions for leads in

API - disable

2024-05-15 Thread Santa Hawa
how can disable my API? although I entered API center under my business account and it was empty -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: basic access tokens

2024-05-15 Thread Josh Noren
Can you please ask the API team to bump this up? It was expedited two weeks ago and I have heard nothing. That doesn't sound like expediting to me. Manager Account ID 785-402-8992 in ticket 7-540136290 JOSH NOREN IT Manager | BuzzRx P:

Cannot create a campaign - Changes failed to save

2024-05-15 Thread Aldis Bokmelders
I’m trying to create a new search campaign on Google Ads and everything seems fine until I’am in review step it doesn't let me publish and a „Changes failed to save" error appears without a proper context or explanation. I cleared the browser cash and cookies, resized the images, optimized

Google ads API Enhanced conversions error

2024-05-15 Thread Sonia GM
Hi I am trying to call the Ads API to up;oad a conversion and I get the error "Partial failures occurred: 'Make sure you've turned on enhanced conversions for leads in conversion settings and try again'." Enhanced conversions are enabled for the conversion I want to track. Any help? Thanks --

RE: getting excluded audiences by campaign or ad group, is it possible?

2024-05-15 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. If you want to get the user list audience associated at the campaign level, then you can use the campaign_audience_view while ad_group_audience_view to retrieve the user list audience associated at the ad group level. Please

RE: unable to change url on callad - display_url required, final_urls unset

2024-05-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. To assist you further on your errors, kindly provide us with the complete API logs (request and response with request-id and request header) generated at your end when you change the URL. So that we can thoroughly check your request

Re: getting mcc labels on ad group request

2024-05-15 Thread 'Paul' via Google Ads API and AdWords API Forum
Hello, is there any resolution to this? We are experiencing the same problem. Thanks, Paul On Monday, February 19, 2024 at 4:22:49 PM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your concern, I understand

RE: facing issues while creating the customer match list

2024-05-15 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. Note that the provided logs are incomplete and don't include the details on how you are uploading the user data. So, in order to assist you further, kindly provide us with the "complete API logs" (request and response with

Unable to change URL on CallAd - display_url required, final_urls unset

2024-05-15 Thread Ales Sturala
- Unable to change URL on CallAd *- Library: *v16, .NET *- Error1: *display_url - The required field was not present. *- Error2: *final_urls - The field cannot be set. *- RequestID*: 06GWdYZ-soF_WJNJbFvZPQ Can you help, please? It looks to me like a bug in the library or somewhere, it is *CallAd

Re: requesting basic access token

2024-05-14 Thread Antonio Markovic
Hello @Compliance team, I found my case id: *0-399635824* Do you have time to look at my application for *Google Ads API Basic Access Token*? Kindly Antonio torsdag 9 maj 2024 kl. 08:06:52 UTC+2 skrev Antonio Markovic: > @Compliance team, sry to bother. > > Did you have a chance to look

RE: keyword.match_type cannot be modified by ‘'update' operation

2024-05-14 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. >From the provided logs, I understand you are getting an "IMMUTABLE_FIELD" >error. Which means the field cannot be modified due to it being immutable. >However, you may be able to modify it through the 'create' operation, but

Re: detailed demographics by campaign?

2024-05-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Yes. However, Google in-market and affinity audiences can be downloaded via campaign_audience_view in the Google Ads API. The campaign_audience_view resource represents a view of a campaign's audiences, and it can be used to retrieve information about all of the audiences that are used in

Getting Excluded Audiences by Campaign or Ad Group, is it possible?

2024-05-14 Thread charlesb...@gmail.com
Hi, I can see audiences (user lists) via: 'SELECT user_list.name, campaign.id, campaign.name FROM campaign_audience_view' However, the results do not include Exclusions which I can see via Audiences, Keywords and Content > Audiences > Exclusions within the UI. Is this information

Re: create customaudience in a batchjob

2024-05-14 Thread Lorenzo Scortichini
Hi Ben, I just noticed the fix wasn't included in the 16.1 release. Is there any chance it will be included in v17? We stalled the development waiting for it to be fixed but if it's not coming in the v17 we may decide to do it with the CustomAudienceService. Thanks Il giorno mercoledì 27

RE: no response to my request of google ads api basic access

2024-05-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. The access requests are handled by the Google Ads API Compliance team, we are transferring the case to the Ads API Compliance team. Can you kindly provide the following information for the compliance team to further assist you with

RE: recommendations from api always return empty

2024-05-14 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. On my end, I am unable to replicate the issue. The same query is running successfully for me, and results are being returned. After verifying the provided code, I could see that you have redacted the credentials customer ID

RE: no response from google ads api compliance team

2024-05-14 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. After reviewing your concern, I understand that you have applied for basic access and haven’t received any response. Since the access requests are handled by the Google Ads API Compliance team, we are transferring the case to

Add Campaign.UrlCustomParameters

2024-05-14 Thread China Wendel
Hello, I am trying to add a list of Campaign-level UrlCustomParameters through the Google Ads API, but the Google.Ads.GoogleAds.V16.Resources.Campaign object in C# has a read-only Campaign.UrlCustomParameters variable, so I can't set this property to mutate it. Is there another way to do

Identify get operations

2024-05-14 Thread Minh Châu Đặng
Hi Team, I see in the documentation that the daily limit for get operations is 1,000 requests per day for all access levels. However, search requests are not considered to be the same as GET requests. Is 'GET /customers:listAccessibleCustomers' a get operation? And could you please tell me

Transferring Dev Token to new MCC

2024-05-14 Thread Tyler Hoog
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 my dev token from MCC: 549-884-6662 to MCC: 554-719-5592? The contact email is the same on both API centers. I am planning on deleting MCC 549-884-6662 once the transfer

Facing Issues While Creating the Customer Match List

2024-05-14 Thread Abhishek Singh
Problem - While Creating the Customer Match List i am finding that Customer List Is getting created but uploads is showing 0 and its not about time because i've waited 2 - 3 days.*(Attaching Image)* *[image: Screenshot from 2024-05-13 04-26-48.png]* *CSV* Email,Phone,First Name,Last

Google Ads Reporting API Audience Reports

2024-05-14 Thread Ahmet Buğra Buğa
Hi team, I am trying to get a report that includes the following dimensions and metrics: Target audience Campaign name Clicks Impressions Cost per impression Video views But I can't find any endpoint that gets these reports. I tried Campaign Audience View but I couldn't get target audience

Login Customer Id for Querying Nested Accounts Using GoogleAdsCLient

2024-05-14 Thread shiva kumar
Hi Team, I have Query regarding Login Customer Id to be used for google ads client when running query on Nested Accounts when its not directly connected to any accessible customers but indirectly connected. Scenario : Mcc 1 (accessible customer) ---> Mcc2 -> Mcc3 --> Customer Ads

Re: can't create negative user list criterion for video campaign and conversion value rule set for performance_max campaign.

2024-05-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Yes, I can confirm that this is an API limitation but functionality differs between the UI and API. As informed earlier, video campaigns and value rules to a PERFORMANCE_MAX campaign are not supported in the Google Ads API. This message is in relation to case

<    2   3   4   5   6   7   8   9   10   11   >