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