Re: TARGETED_MONTHLY_SEARCHES giving very high numbers

2020-02-11 Thread Mark Edmondson
Thanks Mitchell and others - I worked it out. It was calling a Test Google Ads account. Once I switched to a non-test account the numbers all make sense. Yours sincerely, Mark On Monday, February 10, 2020 at 3:44:52 PM UTC+1, Mark Edmondson wrote: > > Hello! > > I have looked

Re: I Handle Real Estate Projects So Is It Good For Me To Use Adwords API

2020-02-10 Thread Mark Edmondson
Its really good, I think you will be impressed with the results. The benefits will be a big boost to your business. On Saturday, February 8, 2020 at 10:24:26 AM UTC+1, dimple gupta wrote: > > i need to know is it good? what will be the benefits of it if i integrate > to adwords API > -- --

TARGETED_MONTHLY_SEARCHES giving very high numbers

2020-02-10 Thread Mark Edmondson
Hello! I have looked on-line and double-checked but can not see why I get so high numbers when requesting search volume for the past 12 months - could anyone see where I am going wrong? Via Python I am sending in this selector: [ { 'xsi_type':'RelatedToQuerySearchParameter', '

Is it possible to get more than 12 months monthly search volume from TargetingIdeaSelector ?

2020-01-08 Thread Mark Edmondson
Hi! Up until recently I was getting 24 months worth of historic data for a TargetingIdeaService call with "TARGETED_MONTHLY_SEARCHES" in a requestedAttributeType, but now it seems that only 12 months are fetched. Is this a permanent change or am I doing something wrong in the API call below

Re: How to convert Google-Ads API GoogleAdsRow to json?

2019-12-03 Thread Mark Edmondson
I couldn't get the protobuf to work but using the SOAP seralizer zeep this seems to work: https://python-zeep.readthedocs.io/en/latest/helpers.html from zeep import helpers def toJSON(x): input_dict = helpers.serialize_object(x) return json.dumps(input_dict) On Monday, April 1, 2019

Re: Keyword Search Query googleAnalyticsR or RAdwords

2018-02-18 Thread Mark Edmondson
AdWords search queries are available in the Google Analytics API under ga:keyword https://developers.google.com/analytics/devguides/reporting/core/dimsmets#view=detail&group=traffic_sources&jump=ga_keyword You also may want to use the adMatchedQuery https://developers.google.com/analytics/devgui