RE: Google Ads API keyword performance report

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to Google Ads API team. I see that your concern is mainly about keyword fields. With this, you can use this Resource Mapping on mapping fields on both AdWords API and Google Ads API for keywords fields. As for updating the status of the keywords, you can

Lead Form Asset

2022-03-08 Thread Eray Bakır
How can I remove the lead form asset I added to my campaign? Thank you from now -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are s

Re: Retrieve each campaigns geographic target

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Scratch, Thanks for reaching out to the Google Ads API Support team. Let me assist you in this concern, The Google Ads Query Language (GAQL) can query the Google Ads API for resources and their related attributes, segments, and metrics, also Google Ads Query Language queries demonstrate how

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-03-08 Thread hemant dhote
Hello Erine, Thanks for your reply, basically I want to get the parameter called Campaign Type how can i get that value, I am able to fetch campaign name, campaign ID but not the type of the campaign. On Wed, 9 Mar 2022 at 9:29 AM, Google Ads API Forum Advisor wrote: > Hi Hemant, > > Thank you

Re: I want to get Keyword States for 100 keywords

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rohit, Thank you for your follow up. This should depend on your current implementation locally. This is because in the API's perspective, both create and update operations of similar volume, should also take the same time to complete. Best regards, Peter Laurence Google Ads API Team ref:_0

RE: Google ads API cannot post back data

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Joyce, Thank you for reaching out to the Google Ads API support team. Upon taking look at your account, i noticed that this campaign type 16463616206 is APP campaign. Can you please share to us the complete API logs (request and response with request-id) so our team can further check. You ma

Re: Retrieve each campaigns geographic target

2022-03-08 Thread scratch27
Hi Nirmita, Thank you for your reply :) I have been to the page of the geographic view but I can't find out how to get the campaign name... I also checked on the Google ads query builder and in attributed resource fields I only see customer and can't find campaign name. Could you tell me whic

Re: Google ads Columns - cannot reach

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Filip, There's now metrics.biddable_app_install_conversions and metrics.biddable_app_post_install_conversions in ad_group_ad_asset_view, you may follow our blog for the latest. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2TOEGo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: RPC_DEADLINE_TOO_SHORT

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anahi, Please see this guide that discusses best practices for handling rate limits. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2XmEZ5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
I would like to contain these fields in my performance report, however I couldn't find the right method for keyword metrices. report_type = 'KEYWORDS_PERFORMANCE_REPORT' fields = ['CampaignName','CampaignId','CampaignStatus', 'AdGroupName', 'AdGroupId', 'AdGroupStatus',

Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
I am trying to download the keyword performance report by the new API. I found that there are no keyword-level resources with metrics. Is there a way for keyword performance report by using SearchGoogleAdsStreamRequest ? Also, have one more question about how to adjust the keyword enabled and pa

Re: Search Term View for shopping campaigns

2022-03-08 Thread GregT
Thanks for the quick response, Mike. That's odd reasoning to me. When someone searches on Google, Google shows a specific product from the advertiser in the shopping search results. I don't really see how it's an antipattern to show that that product's ad was served for that search query, any

RE: Retrieve each campaigns geographic target

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Scratch, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use geographic_view report and you can pull fields from the r campaign reports in the "attributed resources”. Let me know if you have any question. Thanks, Nirmita Google Ads API T

Re: Search Term View for shopping campaigns

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, I apologize that the final solution here never made it back into the public thread. The removal of link from search term view to criteria is intentional. Here's a snippet from the resolution we had in the private portion of this thread: It is an anti-pattern to associate search term dire

Re: Search Term View for shopping campaigns

2022-03-08 Thread GregT
I meant to mention that the same thing happens with trying to ask for segments.keyword.ad_group_criterion. When querying for shopping campaigns, if you don't ask for it, you can get data back, but if you ask for it, you get 0 rows back (just like with the segments.keyword.info.text). FYI, Greg

Re: Search Term View for shopping campaigns

2022-03-08 Thread GregT
Hi, We've been upgrading to the Google Ads API as well and have run into the same issue. In the AdWords API, running the SEARCH_QUERY_PERFORMANCE_REPORT and asking for fields like Todd mentioned would return data for shopping campaigns, with the KeywordTextMatchingQuery field returning info abo

Re: Domain Wide-delegation Issue: Unauthorized Client

2022-03-08 Thread Anthony Gomez Taboada
Hi, I implemented the required logs in my application. However, the error raises when I try to generate the GoogleAdsClient and therefore no request is send and no logs are generated. Here is the structure of the dict (JSON) I send to the "load_from_dict" function to generate the client { "

Re: Target CPA with Goal Settings

2022-03-08 Thread Matteo Medda
Hi Matt, excuse me, I attach the image now. The steps are therefore: - recover the custom conversion goal - associate it with the campaign that we are creating there is no "code example" to take as a reference? Matteo On Tuesday, 8 March 2022 at 17:44:18 UTC+1 adsapi wrote: > Hi Matteo, > > Th

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2022-03-08 Thread hemant dhote
Hello Team, I am doing the migration of the google ads API to the new version. But I am having trouble fetching the Campaign Type and Keywork Lable. Can you help me to know which parameter I can use to find these values? This is the version which I am using : https://developers.google.com/google-

RE: Target CPA with Goal Settings

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matteo, Thanks for reaching out. We did not receive your attachment. However, campaign goals are supported in the Ads API. Please see this guide for details. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2XmToS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: I want to get Keyword States for 100 keywords

2022-03-08 Thread Rohit Nishad
ok seems good but i have only more question i want to look 100 keywords state too frequently should i create keyword plan every time or should i update the keyword only and resend the request? which is faster? On Monday, 7 March, 2022 at 9:32:38 pm UTC+5:30 adsapi wrote: > Hi Rohit, > > Thanks

RE: query_error: FILTER_HAS_TOO_MANY_VALUES

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yoni, Thank you for reaching out to the Google Ads API support team. You can refer to this section of our API limits and quotas guide for more information on the FILTER_HAS_TOO_MANY_VALUES error and its possible causes. In the said section, it states that "When making a GAQL query, the maxim

Re: RPC_DEADLINE_TOO_SHORT

2022-03-08 Thread Anahi Martinez
Hi Yasar, Thank you for your response, is there a way you can provide concrete documentation on how to increase the deadline? We haven't been able to find how to set the deadline. Thank you! On Tuesday, March 8, 2022 at 8:12:48 AM UTC-5 adsapi wrote: > Hi Anahi, > > Thanks for reaching out to

Target CPA with Goal Settings

2022-03-08 Thread Matteo Medda
Hello, we are using google ads api v9 (sdk php) to create "Display" campaigns with cpa target. Can you confirm that it is possible to create Display campaigns by setting a conversion goal directly (from API)? Directly from the platform we can select it (see attached image) but we can't via "API

RE: RPC_DEADLINE_TOO_SHORT

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anahi, Thanks for reaching out to the Google Ads API Forum. I can see that you have received the error RPC_DEADLINE_TOO_SHORT. You may note that you encountered an error due to the deadline specified by the client being too short. The reason is the request timed out because the specified dea

Google ads API cannot post back data

2022-03-08 Thread Joyce Kong
Hi there, We encountered a problem that Google Ads API cannot post back data of this campaign (CID:308-233-5374; Campaign id: 16463616206) in our BI system. We run many campaign in this ad account, and data of all the other campaigns are posted back normally. Only this campaign, we receive no d

query_error: FILTER_HAS_TOO_MANY_VALUES

2022-03-08 Thread Yoni Bombach
Hi Google Ads Support Team, We have a problem when we query for some of our customers a specific endpoint in the Google Ads API. *Endpoint*: asset *Query*: SELECT asset.id, asset.image_asset.full_size.url, asset.text_asset.text, asset.youtube_video_asset.youtube_video_id FROM asset WHERE asset

Re: Google ads Columns - cannot reach

2022-03-08 Thread 'Filip Witek' via Google Ads API and AdWords API Forum
Hi there, Has there been any update on making these metrics (especially *participated in-app actions*) selectable in the API? Is there a feature request ticket I could follow? Or perhaps is there any other way in which I could access this stat with Google's API? Thank you. On Tuesday, Decemb

Re: migrating to the Google Ads API.

2022-03-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hwansang, Thank you for the replies. I'm also from the Google Ads API team and allow me to provide support here. Allow me to include these two device segments that you've mentioned to the feature request that my colleague mentioned. Please follow our blog as we will post relevant updates th

Retrieve each campaigns geographic target

2022-03-08 Thread scratch27
Hi there, I would like to retrieve my search campaigns geographic targets. The one that they are targeting and with targeting type (person located in the area etc.) And the one that are excluded from the campaign. I tried to do it with the geographic_view but I am unable to get the campaign na