Budget history

2022-09-15 Thread anzor urdia
Hey, May anyone know how to get history(by a range perion) for a campaign budget for Google Ads API? I use this query, but Google returns the current campaign budget value for the whole range. Actual Result 2022-09-10 - 150$ 2022-09-11 - 150$ 2022-09-12 - 150$ 2022-09-13 - 150$ 2022-09-14 -

Action after authorization

2022-02-17 Thread anzor urdia
Hi Adwords team! So, i setup authorization flow, and now my users can authorize in my system using google and I got permission for Adwards(https:://www.googleapis.com/auth/adwords) My goal is that these users can see their campaigns and ads stats on my interface, I would like your help, to unde

Customer ID

2022-02-17 Thread anzor urdia
Hi there I added Oauth flow to my users, After authorization, I'm getting user's access token and secret token. After that, I need to get users Customer id to link their accounts to the manager account. How I can get a Customer ID after I got the user's tokens? Thanks Anzor -- -- =~=~=~=~=~

Product image

2022-03-28 Thread anzor urdia
Hi there I can fetch some product information with query below: SELECT shopping_performance_view.resource_name, segments.product_merchant_id, segments.product_title, segments.product_item_id, FROM shopping_performance_view WHERE segments.date DURING LAST_30_DAYS But I can't find how to fetch ima

Shopping Performance view issue

2022-03-29 Thread anzor urdia
Hello there I'm working around shopping performance, with the query, I can fetch product title, item id, channel, and some metrics, but I can't fetch link and image_link from products attributes. This is my query for this moment: SELECT shopping_performance_view.resource_name, segments.product_m

Campaign And Budget select query

2022-04-14 Thread anzor urdia
Hi there, I want to fetch data for Campaign and Budget, my problem is that I want to do it for a couple of campaigns in one request. Let's say I have Campaign-1 with ID: FirstID and Campaign-2 with ID: SecondID If I run a query: SELECT campaign.id, campaign.advertising_channel_type, campaign.bid

Re: Campaign And Budget select query

2022-04-16 Thread anzor urdia
Hello Ian Thanks a lot. It works. On Thursday, April 14, 2022 at 9:50:45 PM UTC+3 Ian Prentice wrote: > I answered OP's question. > > On Thursday, April 14, 2022 at 2:38:54 PM UTC-4 adsapi wrote: > >> Hi Ian, >> >> Thank you for reaching out to the Google Ads API support team. >> >> To investiga