RE: google ads reporting api campaign_search_term_insight available fields

2023-10-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. After reviewing your concern, I understand that you would like to fetch the search term level data through the Google Ads API. I would recommend you to check this documentation on campaign_search_term_insight to know more

RE: how is budget shared in case of shared budgets among campaigns?

2023-10-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shivam, Thank you for contacting the Google Ads API support team. If you have set aside $100 per day, split evenly between 4 campaigns. On a given day, one campaign could get fewer impressions and clicks than usual, resulting in only $15 spent. With a shared budget, if your second campaign

Re: shared budget not getting created without adding campaigns in porfolio biddingstrategy

2023-10-06 Thread Shivam Shendurkar
Yes, I want to create a campaign having shared budget without portfolio bidding strategy. How would it affect my Campaign at a functional level? Thanks and Regards Shivam On Thursday, September 28, 2023 at 9:57:22 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for

Missing First Position and Top of Page bid estimate

2023-10-06 Thread Marketing Blastness
Hello team, in the past weeks/months we're experiencing huge lacks of information about the First Position & Top of Page Bid Estimate when querying googleAdsServiceClient. We've seen the same data missing also from Google Ads UI. Considering that we've heavily relied on such data in the past,

RE: when i send a request for click conversion using google ads api, the response is empty

2023-10-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your concern, I understand that you are getting an empty response while uploading click conversions via Google Ads API. To assist you better, we would require the complete API logs (request and response with

Re: developer token

2023-10-06 Thread 'Nick Hilbelink' via Google Ads API and AdWords API Forum
Thanks. I don't have any ticket numbers, but our MCC Id is 138-729-3746 From: 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum Sent: Friday, October 6, 2023 1:53 AM To: rain...@sosconsulting.net.au ;

RE: missing adgroups when calling the google ads api

2023-10-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your concern, I understand that there is a disparity in data between the Google Ads User Interface (UI) and the Google Ads API. Kindly note that the Google Ads API mirrors the Google Ads UI. We would like to

How does bidding strategies differ for campaign types?

2023-10-06 Thread Shivam Shendurkar
Hi, While creating bidding strategy, do we get different set of bidding strategies for different kinds of campaigns? Suppose my campaign type is SEARCH type, in this case, is there any bidding strategy which is illegal for this type? [image: campaign_type.PNG] Thanks and regards Shivam --

Google Ads Reporting API campaign_search_term_insight Available Fields

2023-10-06 Thread Michael Holland
I have successfully run a report using the AdsApp.report method to get data from the campaign_search_term_insight table. I see in the Google Ads Query Builder though that the only level of

How to populate gender/ agerange in a campaign criterion via GA API?

2023-10-06 Thread Shivam Shendurkar
Hi I want to create a campaign criterion and want to set the gender(only visible to MALES) to it. This is the code - campaign_criterion_service = client.get_service("CampaignCriterionService") campaign_criterion_operation = client.get_type( "CampaignCriterionOperation")

How is Budget shared in case of shared budgets among campaigns?

2023-10-06 Thread Shivam Shendurkar
Hi Suppose we have $100 as a shared budget and there are 4 campaigns using this budget. How is this budget distributed? Is is capped to $25 for each campaign? or it can exceed this limit? Thanks and Regards Shivam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

When I send a request for click conversion using Google Ads API, the response is empty

2023-10-06 Thread Hironori Ueno
https://developers.google.com/google-ads/api/docs/conversions/upload-clicks?hl=ja#python I sent the conversion data using the code in the URL above, but the value of conversion_upload_response is empty in the following code. conversion_upload_response =