Posts under category Google

I am working on a project to convert Python code that's using the soon-to-be-discontinued Adwords API to the new version Google Ads API v10.

I have a query that needs a few metrics, but when I use the main customer ID that works to connect, I get REQUESTED_METRICS_FOR_MANAGER error saying I need to "issue separate requests against each client account under the manager account".

How do I generate a client account to do this? I haven't seen any examples of this step.

Thanks much!

So I'm trying to get raw google ads user data (including events, journeys etc), which i need to send to a Data-Warehouse.

Data From all my sources are send to Google Analytics & then to Data-Warehouse.

What i need is the RAW-Hit/Session level data that Google-Ads Monitor via Campaigns (from my account) to my Data-Warehouse directly, without any intermediate services.

Services like stitch-data does it directly, what all options do we have.

Thank you.

I am following this guide but it seems depricated? Or please correct me if I'm wrong. There is no kotlin version. I am implementing this part, where we get keyword ideas from API call

https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas

But after implementing it I am stuck on a piece of sending parameters. Could you please guide me on where can I get these parameters below

I have a Facebook base code for lead tracking installed in my React app. All I want to do is to add fbq('track', 'Lead'); to my "Thankyou.jsx" component.

All examples I have seen used NextJs but I'm writing just React and Redux.

How do I add fbq('track', 'Lead'); in the react component where I want it to reside?