Get Audience Segment Basic Performance Report Using Google Ads API

2023-03-03 Thread Ahmad Humayun
Hi i want to get the Basic report -> audience segment using Google Ads Api but i can get the data correct without getting audience segment but after checking we can get audience segment using user_list.name but with that i cannot get metrics, any help would be appreciated screenshot have the

RE: how can i get product id from feed if i have gclid?

2023-03-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. The click_view report shows click details by returning one row for each click, which is equivalent to one GCLID. Upon checking click_view report has click_view.ad_group_ad field which outputs the resource name of the associated ad. You

Re: Performance Max Placement and Asset reporting via Google Ads API

2023-03-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. Thank you for showing your interest in placement reporting. Moving forward to your concern, can you please provide us a UI screenshot (uncropped) of the placement report that you are retrieving? This

Call details from API

2023-03-03 Thread elios maca
Hello, how can I get all Call details from Google Ads API and can I get them without developer_token? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Google Ads API for offline convertions

2023-03-03 Thread Alexis S
Good afternoon In order to provide information relative to offline convertions, we interact with the Google Ads Convertions web interace, uploading a CSV file. [image: uploading-conversions-60da093e70fa2.png] Now, we are looking options in order to automate the process doing some test

Retrieving account level assets

2023-03-03 Thread 'Paul Kavouras' via Google Ads API and AdWords API Forum
Hello, I haven't been able to retrieve data for some account level assets via the Google Ads API, using GAQL. I have tried several different queries, including: SELECT asset.id,metrics.impressions FROM customer_asset as well as: SELECT

how can i get product id from feed if i have gclid?

2023-03-03 Thread Igor Abbasov
Good afternoon community. I am creating a ROMI report in my crm. I have several product feeds and advertising companies. When a client visits my site by clicking on a product ad, I store a gclid when the client creates a conversion on my site. question Can I get product id

Re: Performance Max Placement and Asset reporting via Google Ads API

2023-03-03 Thread 'Kazuhiro Miyamoto' via Google Ads API and AdWords API Forum
Hello there, I had the same question as Jeff and came to this thread. In the above post, I can get Asset Reporting via API, but how about Placement Reporting? Could you please let me know if there is a way to get Placement Reporting for Performance Max Campaign via API? Best, 2022年5月21日土曜日

RE: How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API support team. Regarding your concern, please note that Google Ads API mirrors the Google Ads UI. Meaning, the Google Ads API can retrieve or manage the data you see in the Google Ads UI. Having said that, can you please provide the

Re: Creating a feed_mapping (using python) throws LEGACY_FEED_TYPE_READ_ONLY error

2023-03-03 Thread Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today. It appears that the error you encountered is *FeedItemError.LEGACY_FEED_TYPE_READ_ONLY*. The possible reason why this error occurred is because this feed type is migrated over to

Unable to query newly created "Display ad feed (Custom)" using Search

2023-03-03 Thread 'Kalyan Seshu' via Google Ads API and AdWords API Forum
Hi, I am unable to look up a feed I created from Ads Manager Console. Its a "Dynamic Ad feed (Custom)". Here is the query I am using - query = f""" SELECT feed.id, feed.name, feed.status, feed.resource_name FROM feed # WHERE customer.id = '{account}' """ Any suggestions on what I am doing

How to get PPC by Device for Maximum Time Period by each day of a campaign ?

2023-03-03 Thread Binu Mathew
Hello How we can get click by Device for Maximum Time Period by each day of a campaign ? Is there any Google Ads Query Language for that? Can you show me a sample ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/