location problem

2024-07-23 Thread YangYang Wang
Hello. I have a question about geolocation that I need your help to solve. I went through this link https://developers.google.cn/google-ads/api/docs/targeting/location-targeting?hl=en I can target my campaign normally. But recently I have encountered such a problem. In the column in my

How to create AD rules using the google api

2024-04-25 Thread YangYang Wang
[image: Snipaste_2024-04-25_15-25-02.png] How do I create rules using google API? I don't see a similar interface in the interface documentation. Can you give me a link -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

How do you create rules using the Google Ad Api

2024-04-25 Thread YangYang Wang
[image: Snipaste_2024-04-25_15-25-02.png] Because I have many accounts and I want to assign rules to each account through the google api but I don't see an interface for assigning rules in the google interface documentation so how can I quickly set the corresponding rules for my account。 --

Rule problem

2024-04-25 Thread YangYang Wang
How do you create rules using the Google Ads API [image: Snipaste_2024-04-25_14-16-56.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Google Upload Video Questions

2024-04-07 Thread YangYang Wang
Hi, I'm trying to create a maximum impact campaign using the Google Ads API. During use, I have successfully uploaded pictures and Youtube videos to my account assets. However, as for uploading videos, I have encountered two problems, and I need your help to answer them. The first question

Re: google ads - excluding zero impressions

2024-03-03 Thread YangYang Wang
Hi, thanks for responding to my question. I really need to filter the 0 case. But I just need to filter out cases where all three are 0. But if metrics.impressions is 0 but metrics.conversions is greater than 0 and metrics.conversions_value is greater than 0. I still need to get the data under

Re: google ads - excluding zero impressions

2024-03-03 Thread YangYang Wang
Hi, thanks for responding to my question. I now need to filter the above information SQL information, I use the date first segments.date BETWEEN '2024-02-29' AND '2024-03-01' I did an interval range filtering, but for what I need to generate The report information is not very accurate, I

Google Ads - Excluding zero impressions

2024-03-01 Thread YangYang Wang
Hello everybody, Refering to documentation ( https://developers.google.com/google-ads/api/docs/reporting/zero-impressions) zero imprressions could be excluded using segments. However, that's not working properly. If I try to execute following query, I still get many zero impression values: