Re: Google Ads API keyword performance report

2022-03-28 Thread jubap...@gmail.com
Hi, so I am using pything libary and the code I use is below. The question I ask that highlights this line : updated_agc.status.name = row['Keyword Status'] Sample df_input will be pandas data frame with column: Ad Group ID, Keyword ID, Keyword Status def get_keyword_status_operations(client,

Re: Google Ads API keyword performance report

2022-03-23 Thread jubap...@gmail.com
Thanks for the update. I am not quite sure why those replies had been deleted. Let me elaborate my question with an example. Q: for changing ad_group_criterion_status, is this operation correct? Do I miss any parameter for updated ad_group_criterion.status? I found that in sample code, if I wan

Re: Google Ads API keyword performance report

2022-03-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your reply. I noticed as well that you deleted your recent responses. However, and just in case, allow me to provide my responses to those items you sent over : I am wondering can I changed maxCPC on keyword layer? You can perform a request using the AdGroupCriterionService.

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, I am wondering can I changed maxCPC on keyword layer? And for changing keyword status, I know that it might be used for samples like client.enums.AdGroupCriterionStatusEnum.ENABLED I want to change keyword status by an input pd data frame filed with the column of ad_gorup_id, criterion_id, cr

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, Thanks for the help with the keyword report. I had completed it. I still have questions about changing keyword status, can you help me to check if my operations are correct Also, I am wondering if I can change Max CPC on the keyword layer. I do not quite understand how to use field mask and

Re: Google Ads API keyword performance report

2022-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your reply and additional details. For keywords metrics, you can use the keyword_view and include attributes from the ad_group_criterion resource in your query, since this is an Attributed resource of the said keyword report. You can also use the query builder and query valid

Re: Google Ads API keyword performance report

2022-03-10 Thread jubap...@gmail.com
Hi, Thanks for clearify my queston about criteria_id I want to get ad_group_criterion.criterion_id and a couple of metrics in the keyword performance report however, select from ad_group_criterion can not select or filter on metrics. Any suggestions at this point? Thank you On Thursday, March 1

Re: Google Ads API keyword performance report

2022-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Yes, the criterion ID for a specific ad group criterion is given by ad_group_criterion.criterion_id. The criterion ID is constant so it will be the same as ad_group_bid_modifier.criterion_id, for example. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2

Re: Google Ads API keyword performance report

2022-03-09 Thread jubap...@gmail.com
Hi, Carmela Thanks for the tips! Resource Mapping is really helpful! Now I know that 'ID' will be corresponding to 'ad_group_criterion.criterion_id'. However, I want to get ad_group_criterion.criterion_id and a couple of metrics in this report, and select from ad_group_criterion can not select

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

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