Cannot find proper implementation for Conversion Tracker

2022-08-16 Thread Ankit Pradhan
Hi team, I was able to create and update the conversion tracker using Google Ads api. However I cannot find proper documentation on how to associate a conversion tracker with a specific campaign using conversion tracker id. Can you please help me on this? Thanks Ankit Pradhan -- -- =~=~=~=~

How to specify payment metrics in the API in TCPA?

2022-08-16 Thread nan bluesea
[image: Snipaste_2022-08-17_11-13-09.png] Is there any documentation for the place in the picture? Is the API supported? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Auction Insights Report

2022-08-16 Thread 'jni...@condati.com' via Google Ads API and AdWords API Forum
Any update on the availability of auction insights reports via the API. I am tired of the maintenance of the RPA solution to collect this info from the UI. Give the people what they want :-) On Tuesday, July 5, 2022 at 2:20:11 AM UTC-6 adsapi wrote: > Hi Xuan, > > I am Sherwin from Google Ads A

ad_group_ad.ad.status?

2022-08-16 Thread Andrew Kloos
Hi, We're getting google text ads from the api this way - query below. But what we really need is the ad status ad_group_ad.ad.status, but we're not able to find that field. Is that available at the ad level? Appreciate any direction! Andrew SELECT ad_group_ad.sta

return RPC_DEADLINE_TOO_SHORT in 4 sec after sending Search request

2022-08-16 Thread msgu...@gmail.com
Hi team, our timeout is 240s, but recently we are seeing the RPC_DEADLINE_TOO_SHORT error randomly. Could you help us investigate it? ["{\"Code\":\"OperationAccessDeniedError\",\"Property\":\"Online-ProcessSearchTermMetricsAsync\",\"Message\":\"{\\n \\\"StatusCode\\\": 3,\\n \\\"Details\\\":

Correct Field for Content API: Sales Country vs. Feed Label vs. Target Country

2022-08-16 Thread Joanna H.
Hi Everyone, We currently use the Content API to pass up shipping details for products shippable to Canada and the United States. While our full product catalog is shippable to the US, only select products are shippable to Canada. For shipping_country, we pass up values of "US" and for some pr

Re: Report contains zero metrics with segmenting

2022-08-16 Thread 'jni...@condati.com' via Google Ads API and AdWords API Forum
This is unfortunate that there is no longer an option to retrieve the zero metrics rows. Here is an example of a real-world situation. When looking at bid_adjustments broken down by household income segments, segmented however one wishes (Date + maybe device, etc...) , if the metrics for that

Search Query Report

2022-08-16 Thread Tom Carlton
Could this script be updated to add keywords where conversionValue > Cost? https://developers.google.com/google-ads/scripts-legacy/docs/solutions/search-query -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~

Search stream request

2022-08-16 Thread Shelly Saju
Hi GoogleAds team, I was trying to fetch the campaign name. Please help me to resolve this. Below is my code: $query = "SELECT campaign.id, campaign.name, campaign.status FROM campaign ORDER BY campaign.id"; // Issues a search stream request. /** @var GoogleAdsServerStreamDecorator $stream */ $

Block Ips

2022-08-16 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Hi guys! I would like to block ips in some campaigns, I looked at google doc but I couldn't do the blocking. My Python code is as follows: *campaign_criterion_operation = self.client.get_type('CampaignCriterionOperation', version='v11')* *campaign_service = self.client.get_service("CampaignSer

Block Ips

2022-08-16 Thread 'Luiz Eduardo Da Cruz' via Google Ads API and AdWords API Forum
Hi guys! I would like to block ips in some accounts, I looked at google doc but I couldn't do the blocking. My Python code is as follows: *campaign_criterion_operation = self.client.get_type('CampaignCriterionOperation', version='v11')* *campaign_service = self.client.get_service("CampaignSer

Re: Get Product Click Stats for Performance Max Campaigns?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Brett, Thank you for the reply. We would like to test the report on our end, could you please provide your complete API request and response logs with request-id and login-customer-id that are generated on your end? If you haven't yet, logging can be enabled by navigating to the Client libr

Re: OAuth2 desktop app or web app flow, which one to use?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, My team doesn't have specific expertise in the verification process. I'm not sure where you're reading that, but it sounds like a question that would be better suited for the team that assists you with the verification once you submit the verification request. If you have any questions

Enhancement Conversions

2022-08-16 Thread 'Ciprian Mariuta' via Google Ads API and AdWords API Forum
Hello, I want to implement Enhancement Conversions using this link https://developers.google.com/google-ads/api/docs/conversions/enhance-conversions But the problem is that I am using Magento 1 framework and there is not possible to use you Google Ads php sdk, so I want to make the API calls

RE: Google Ads Rate Limits

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Andrii, Thanks for reaching out. A request that is not a Get, Mutate, Search, or SearchStream request counts as one operation against the user's daily operation quota. The first request in your list is not a Google Ads API request, so it does not count towards the quota. The frequency limit

RE: hi ADs API version 9 of retirement date are postponed to September 2022 Could you tell me the exact date?

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Bing li, Thank you for raising this concern to the Google Ads API Forum. Currently, our team has no access to know what the exact date for the sunset date of v9 is. However, you may follow up our blog post Google Ads API v9 sunset reminder and Deprecation and Sunset in Google Ads API for mor

RE: Report metrics for AssetGroup

2022-08-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Thinhn, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, as mentioned in this document, "An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group." It seems that,

Re: Get Product Click Stats for Performance Max Campaigns?

2022-08-16 Thread Brett Hadley
The following search query doesn't include performance max campaigns. How can I replicate the above UI query in GAQL? SELECT segments.product_item_id, metrics.clicks, metrics.impressions, metrics.all_conversions, campaign.end_date, campaign.id FROM shopping_performance_view WHERE camp

Re: search_term_view report is empty while we see data in UI

2022-08-16 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Thanks so much for getting in touch Sherwin and team! Sent request / response detailed log privately. On Monday, August 15, 2022 at 1:10:50 PM UTC+3 adsapi wrote: > Hi Oksana, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well tod

Google Ads Rate Limits

2022-08-16 Thread Andrii Veretko
Hi, I'm trying to configure rate limits with API calls I'm doing and can't understand which type of requests I'm using. There is a list of requests: - POST https://www.googleapis.com/oauth2/v3/token ; - POST https://go

hi ADs API version 9 of retirement date are postponed to September 2022 Could you tell me the exact date?

2022-08-16 Thread bing li
hi ADs API version 9 of retirement date are postponed to September 2022 Could you tell me the exact date? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi