Ad headlines, descriptions

2024-07-12 Thread Jakub Banik
Hello, I would like to retrieve all headlines and descriptions for specific Ad. I have used this query SELECT ad_group_ad.ad.name, ad_group_ad.ad.text_ad.headline, ad_group_ad.ad.text_ad.description1, ad_group_ad.ad.text_ad.description2, ad_group_ad.labels, ad_group_ad.status, ad_group.name, cam

Query for ad schedule too many results per campaign

2024-03-06 Thread Jakub Banik
Hi, I have created such query. SELECT campaign.name, campaign.id, campaign_criterion.ad_schedule.start_hour, campaign_criterion.ad_schedule.start_minute, campaign_criterion.ad_schedule.day_of_week, campaign_criterion.ad_schedule.end_hour, campaign_criterion.ad_schedule.end_minute FROM campaig

Re: campaign and ads scheduling settings retrieval

2024-03-04 Thread Jakub Banik
Thanks for help, Yes i understand that... May i ask you I am generally lacking linking between fields sometimes based on names its like that google has some of his point of view and we as customer has different. I know there is documentation but mostly technical it is not saying what is dom

Re: campaign and ads scheduling settings retrieval

2024-03-04 Thread Jakub Banik
Thanks for response, Yes, and how can i know that the campaign is running 24/7? I would like to know settings. Like This campaign starts on Friday and ends on Sunday. Another example starts on Wednesday morning 6 am and ends on Friday evening. 10pm. On Friday, March 1, 2024 at 5:34:30 PM UTC+

campaign and ads scheduling settings retrieval

2024-03-01 Thread Jakub Banik
-01 at 12.21.20.png] Thanks for help, Jakub Banik Wish you a nice day -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: google ads preview

2023-12-28 Thread Jakub Banik
Yes, but i have read that answer multiple times that you will add that feature later... and it was years ago... years Btw i also asked if it is possible to get this priviews using different service ? On Thursday, December 28, 2023 at 12:03:22 AM UTC+1 Google Ads API Forum Advisor wrote:

Re: google ads preview

2023-12-27 Thread Jakub Banik
Hi, Merry Christmas time Yes i am using Google ads API. I have send direct private reply but i have no idea where to follow our conversation??? On Friday, December 22, 2023 at 7:18:25 PM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API supp

Google Ads preview

2023-12-22 Thread Jakub Banik
Hello, I would kindly ask you is there any option to retrieve Google ad preview as is its shown to customers. Example i have setup multiple ads one for google search one for video and etc. I would like to show all previews of all ads for given campaign. Preffered image format or html content

Geographics, location, stats retrieval

2023-09-21 Thread Jakub Banik
campaign and i would like to know. performance for each they for every location so that i it will be human readable that 12 clicks where made in London 10 in Paris etc. same for negative. Thanks for help, Jakub Banik -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Campaigns retrieve status for specific day "2023-05-01"

2023-06-05 Thread Jakub Banik
SELECT segments.date, campaign.name, campaign.id, campaign.status FROM campaign WHERE segments.date BETWEEN '2023-04-01' AND '2023-04-01' ORDER BY segments.date, campaign.name This query above returns 0. SELECT campaign.name, campaign.id, campaign.status FROM campaign WHERE segments.date BETWE