DotNet Libraries v201402 AdGroupPerformance Report Intraday with HourOfDay

2014-05-12 Thread Sean
Hi, I would imagine that this question is for Anash, I'm trying to pull the AdGroupPerformance report using the v201402 client libraries and am getting an error response from the Adwords.Lib.AdWordsException: Report download errors occurred, see errors field for more details. I'm passing in these

New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-28 Thread Sean
New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report, but we are seeing data in the Ad Group Performance report. Is there a way to switch this setting back so that we can see the keyword level data at reporting time? Thanks, Sean Busa

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-28 Thread Sean
Hi Josh, Here is an Campaign_id/Ad Group Id combo for account_id = 867-763-6440 <#> campaign_id = 206269219, adgroup_id = 14426209459 It appears that it is only affecting Display/Content Campaigns. Thanks, Sean On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote: > New Parent

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-28 Thread Sean
. I sent the adgroup_id and campaign_id of an example in the previous post. Thanks, Sean On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote: > New Parental Status switch in the Adwords UI seems to be causing missing > data in Criteria Performance Report, but we are seeing data in

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
come down in the Criteria Performance report. They said that they returned all of the settings back to what they used to be, but the data never started coming back. Thanks, Sean On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote: > New Parental Status switch in the Adwords UI seems to

Re: New Parental Status switch in the Adwords UI seems to be causing missing data in Criteria Performance Report

2014-07-29 Thread Sean
They turned it back off on the next day, and the data is still missing. On Monday, July 28, 2014 1:07:49 PM UTC-4, Sean wrote: > New Parental Status switch in the Adwords UI seems to be causing missing > data in Criteria Performance Report, but we are seeing data in the Ad Group > Pe

Re: api token application not hear back

2023-07-11 Thread Sean
Hi, Our api access level still test account until now. Could you help me review my api level application? Thanks! 在2023年7月11日星期二 UTC+8 21:37:05 写道: > Hi Grabiel, > > Thanks for reaching out to the Google Ads API Forum. I hope you are doing > well today. > > In relation to this matter, could

v201109_1 CALL_METRICS_CALL_DETAILS_REPORT error

2012-06-06 Thread Sean
Hi, I'm using the .NET libraries. v14.5 dll. I get this error when trying to call the new report. The code works on all other report types. The fields included are: AdGroupId,AdGroupName,CallDuration,CallEndTime,CallerNationalDesignatedCode,CallStartTime,CallStatus,CampaignId,CampaignName !!!2||

Re: v201109_1 CALL_METRICS_CALL_DETAILS_REPORT error

2012-06-12 Thread Sean
Contains("Email cannot be null") Then 'AddAPIError(site_id, Processor_id, ex.Message.ToString + "-" + ex.InnerException.Message.ToString, acct_id) End If Catch ex As Exception If Not ex.Message.ToString.Contains("Email cannot be

How to get keywords

2012-07-03 Thread Sean
Hi there, I am trying to convert some code from v13 to v201109_1 Adwords API. I have spent hours looking around and cannot find any examples of this. Any help would be much appreciated!!! Thank you. The old code is the following: UserStatus[] userStatus = new UserStatus[] { UserStatus.ACTIVE,

Re: How to get keywords

2012-07-03 Thread Sean
Hi I'm sure the above code is obviously wrong and someone will see straight off, what is should be but I should have mentioned that the errors I'm getting are [SelectorError.INVALID_PREDICATE_FIELD_NAME @ serviceSelector; trigger:'UserStatus'] I get the same error also for the BIDDABLE predic

Re: How to get keywords

2012-07-04 Thread Sean
regards On Wednesday, 4 July 2012 03:54:48 UTC+1, Danial Klimkin wrote: > > Hello Sean, > > > It appears you are requesting a wrong field in the predicate. You can find > the list of available fields in this reference article: > > > https://developers.google.co

How to get all campaigns for all clients using MCC account

2012-09-24 Thread Sean
Hi there, Is there a way to retrieve all of the campaigns for all clients, under a MCC account? I see from other posts that you can do this just for the stats but I need more than just this. Thanks Kind regards Sean -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to get all campaigns for all clients using MCC account

2012-09-25 Thread Sean
Can anyone help with this please? Thanks On Monday, 24 September 2012 17:20:05 UTC+1, Sean wrote: > > Hi there, > > Is there a way to retrieve all of the campaigns for all clients, under a > MCC account? I see from other posts that you can do this just for the stats > but I n

v201302 Campaign_Performance_Report Impression Share Errors

2013-03-12 Thread Sean
We've updated our client libraries (DotNet) to v201302. We've been getting the Campaign Performance Report with Impression Share columns fine until the new release. ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT SearchRankLostImpressionShare SearchRankLostImpressionShare is listed in you

v201309 Authentication question - error using ClientLogin

2013-11-05 Thread Sean
I understand ClientLogin is deprecated, but we have over 250 accounts that we manage and cannot move all to oAuth until we figure out how to nest their mcc accounts under our agency's. I just downloaded the v201309 DotNet clientLibraries and updated the references. I am now getting the following

Missing AdWords.dll in .Net 201109 library

2011-11-02 Thread Sean
When I open up the Adwords.v2008 solution provided with the .net library, it shows a reference to the adWords.dll (slightly required), but when you browse to the location (src\obj\Debug\AdWords.dll) it is missing. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

Retrieving product listing ad costs

2013-12-16 Thread Sean Gottschalk
Hello, I'm hoping to be able to retrieve product listing ad information through the adwords API, much in the same way that we can retrieve the keyword cost information. I found this topic (https://groups.google.com/d/msg/adwords-api/RBHMQxndqOA/V9LQfziZaWsJ) which recommended using the AD_PERFO

BulkMutate Python Documentation

2014-07-23 Thread Sean Kennedy
I'm trying to build a BulkMutate job using Python. Can someone point me in the direction of some examples? Is it simply adding a change like below to the array operations of BulkMutate.mutate() object? for idx,dayofweek in enumerate(campaigns[camp_id][1]): #print intervals[idx % 3][0],interval

BulkMutate Failure

2014-07-24 Thread Sean Kennedy
Can someone just give me some real quick insight on the following code: x = { 'operator': 'ADD', 'operand': {'criterion': {'id': '21151', 'xsi_type': 'CampaignCriterion'}, 'bidModifier': 1.5, 'campaignId': 310428976L} } mutateJobService = adwords_object(CLIENT_ID).GetService('MutateJobServic

Re: BulkMutate Failure

2014-07-24 Thread Sean Kennedy
243, in append File "build/bdist.macosx-10.9-intel/egg/suds/mx/appender.py", line 182, in append File "build/bdist.macosx-10.9-intel/egg/suds/mx/core.py", line 74, in append File "build/bdist.macosx-10.9-intel/egg/suds/mx/literal.py", line 87, in start s

Re: BulkMutate Python Documentation

2014-07-24 Thread Sean Kennedy
ps://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService#mutate> > call. > > Cheers, > Josh, AdWords API Team > > On Tuesday, July 22, 2014 5:23:42 PM UTC-4, Sean Kennedy wrote: >> >> I'm trying to build a BulkMutate job using Python.

Re: Structured Snippet Feed Item Setting Locale

2018-12-12 Thread Sean Hayes
Hello! ANy update on this yet? On Tuesday, March 27, 2018 at 10:07:43 AM UTC+1, Jay W wrote: > > > Hello, > > > I am trying to create a StructuredSnippetFeedItem using the latest version > of the api (201802) but it is setting the locale to nl (Dutch) when it > needs to be en-gb. I will put a co

Google ads perfomance

2024-05-21 Thread Sean Toole
My google ads seem to dropping it has been really quiet the last few days. Is there any advice. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

API token application not hear back

2023-07-10 Thread Sean Wong
Hi, MCC id is 341-238-7578, we have not hear back from your team, can you check what our API token application status is? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Dev token to manage other accounts

2010-09-30 Thread Sean Taylor
have the username and pass for? Also, is this the kind of thing that I can apply for a Preferred AdWords API pricing plan with (I'm not looking for you to approve me here, just get an idea if that is the kind of thing that the program is for)? Thanks

Sandbox Units

2010-10-12 Thread Sean Taylor
, Sean -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: Sandbox Adwords API throwing argument exception: Unknown service type

2012-06-29 Thread Sean OBrien
Apologies, I forgot to mention that the error I am getting is argument exception: Unknown service type in this line of code: AccountService accountService = (AccountService)user.GetService( AdWordsService.v13.AccountService); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Sandbox Adwords API throwing argument exception: Unknown service type

2012-06-29 Thread Sean OBrien
Thanks! Sean OBrien - sent from Android On Jun 29, 2012 5:28 PM, "Kevin Winter" wrote: > Hi Sean, > The v13 account service and v200909 that you reference above have been > sunset. You will need to upgrade your DotNet library to a more recent > version. This DotNet

Managed Placements Performance Report - mobileappcategory:: and mobileapp:: placements.

2012-10-02 Thread Sean Busa
Mob Data except that the Ad Group is set up with _AdMob_ in the Ad Group Name. Is there any other way to isolate this data, so that the Account Summary Report will match to our detail data at the account level? Thanks, Sean -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Changing the status of an automatic placement

2013-10-11 Thread Sean Alsup
Hi, I was wondering if you could help me out with modifying placement bids. On Monday, March 28, 2011 11:28:20 AM UTC-4, rbea...@cellcastmedia.fr wrote: > > Nevermind, found my answers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: htt

Differentiating between US and international costs

2013-11-23 Thread Sean Gottschalk
I'm using the Criteria Performance Report to retrieve costs for our adwords, and we'd like to know if these costs that get returned through the API include ads served on international google domains (google.ca, etc). Also, is there any way that we can break the costs for a keyword by country, e

invalid grant when generating refresh token

2015-03-27 Thread Sean Gottschalk
Hello, I'm trying to create a refresh token for a client using my adwords developer credentials but when I enter the generated code I get a 400 invalid grant error from the adwords API. I logged into my developer console on my MCC account and verified that I have the following OAuth credential

Re: invalid grant when generating refresh token

2015-03-30 Thread Sean Gottschalk
ifferent account to see if it works for that account. > > Thanks, > Josh, AdWords API Team > > On Friday, March 27, 2015 at 2:51:13 PM UTC-4, Sean Gottschalk wrote: >> >> Hello, >> >> I'm trying to create a refresh token for a client using my adwords >&

Upgraded URL / CriteriaDestinationUrl empty in CriteriaPerformanceReport

2015-05-01 Thread Sean Busa
I work for an agency which needs to parse parameters out of the destination url through in reporting to tie back to conversions. We upgraded a single test account and now are not seeing any URL in any of the following fields: CriteriaDestinationUrl FinalAppUrlsFinalMobileUrls TrackingU

Java: How to AWQL report multiple accounts in MCC

2015-09-04 Thread Sean Chua
clientCustomerId is set in ads.properties, so all campaigns reported under AD_PERFORMANCE_REPORT are respective to that account only. How do I query my report across accounts, given an array of Client IDs? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

I don't see impressions available in the new v201509 Video Performance Report

2015-10-20 Thread Sean Busa
Is this something that will be added soon? In the Google Developer definition for the new report it shows the 'Supports zero impressions' Boolean attribute and also in the click type field it mentions "The Impressions field will reflect how often the ad was served with that click type available

AdWords API Criteria Performance Report - YouTube InSearch Data inclusion

2015-10-26 Thread Sean Busa
data in the Account_Performance_Report the clicks don't match. Thanks and regards, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Search Query Performance Report missing Custom Parameter

2016-03-02 Thread Sean Busa
I'm not sure what the use of including the trackingUrlTemplate in the report is, shouldn't this report include the Custom Parameter field, so that we can actually access our custom parameters used in the trackingUrlTemplate? Is there a time table for adding this field? Than

Salesforce Apex and Google AdWords API SOAP Request

2016-06-22 Thread Sean Cuvanov
I am attempting to send ConversionTracking data from Salesforce to AdWords. I am using Apex (Language used in Salesforce) to create a SOAP request, and transmit the data using Google AdWords API. Issue: How can I use the generated classes (listed below) to facilitate a valid SOAP Request? Is th

Adwords Conversions

2016-07-17 Thread Sean Wilkins
Ive added conversion tracking to my site - where a link click counts as a conversion but it doesnt seem to work. If someone clicks on a click to call link I want it to count as a conversion. Heres the site Buy-to-let-remortgages.co.uk Any ideas? Thank you Sean

Transactional support for api calls

2016-09-14 Thread Sean S
I know this was asked a while back, but that was 7 years ago so here goes Is there currently, or are there any plans for transactional support of adwords API calls? That is can one combine calls such that if a second call fails the first would be rolled back? thanks Sean

TargetingIdeaSelector giving traffic estimator results

2011-02-16 Thread Sean Taylor
I've been using the targeting idea service for a while to get keyword stats but sometime in the past month or two I think I have been getting stats that match up with the traffic estimator tool and not the keyword tool. Example: jupiter homes Using Exact API result: 170 Traffic Estimator: 170 K

Re: Strangely low search volumes for local exact match keywords

2011-02-17 Thread Sean Taylor
Are you going to post to the forums when this is fixed or email people individually? Either way, I'd love to know when this is fixed. Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

Error 236 on Creative Report

2011-05-11 Thread Sean Healy
We pull daily the creative report to our data warehouse and have for some time without error. Today we are getting the following error: 11.05.2011 11:03:04,888 ERROR AdwordReportLoader.getAdwordReport:236 - com.aginity.google.AdwordReportLoaderException: Can't get report url, tryCount is over 12

Re: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-06-02 Thread Sean Daniels
Anash, We would also like to escalate the review process for our tokens. It has been 3 or 4 weeks pending. I will send an email as well. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gro

Adwords API CPC off

2011-06-06 Thread Sean Hynes
Why does it push the position down to 11? I want 1 to 5 always. Thanks Sean -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

GCLID Generation on Impression: Does this effect Call Extension Calls?

2016-11-07 Thread Sean Storlie
http://googleadsdeveloper.blogspot.com/2016/10/google-click-id-gclid-will-now-be.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FlQlzL+%28Google+Ads+Developer+Blog+-+AdWords+API%29 Thank you in advance, ~Sean. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread Sean Chua
Currently my code has .equals(AdGroupAdField.Status, "ENABLED") .equals(AdGroupField.Status, "ENABLED") .equals(CampaignField.Status, "ENABLED") And AdGroupAdPage page = adGroupAdService.get(selector); Which returns me Ad Copy that is paused at the Adgroup level (so the code do

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread Sean Chua
Yes, I am trying to retrieve all enabled AdGroupAds, but I am also trying to get status=="Enabled" at the Campaign and Adgroup level. I'm calling the API through my Java app. Thanks and Cheers, Sean On Monday, April 3, 2017 at 6:55:42 PM UTC+8, Ivan Bautista wrote: > >

CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-20 Thread Sean Dorval
I am having a problem trying to add Ad Extensions to a campaign using the PHP API. I have tried everything that I could to try and figure this out but I am getting nowhere with this UNEXPECTED_INTERNAL_API_ERROR. Is there anyone that could look into this for me? The SOAP calls are below, [

Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread Sean Dorval
Ivan, Thank you for removing that post because of that. I must of copied the data from the wrong file because I did remove that and copy it into a different file. Sorry about that. Also, I just tried running again and still getting the same UNEXPECTED_INTERNAL_API_ERROR. Best regards, Sean

Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread Sean Dorval
Ivan, Thanks for the help. This worked perfectly. I appreciate the help! Best regards, Sean On Friday, April 21, 2017 at 12:00:50 PM UTC-4, Ivan Bautista wrote: > > Hi Sean, > > After taking another look at your SOAP requests particularly your > geotargeting for your Site

ResponsiveDisplayAd marketingImage dimensions

2017-05-27 Thread Sean Dorval
Is there a way to be able to set the marketingImage property to an image with dimensions other than the 1.91:1 ratio (i.e. the 1:1 ratio image)? It seems like if I do not set the image to a 1.91:1 ratio image I get the ImageError.ASPECT_RATIO_NOT_ALLOWED exception. -- -- =~=~=~=~=~=~=~=~=~=~

Re: ResponsiveDisplayAd marketingImage dimensions

2017-05-29 Thread Sean Dorval
Ok, thanks Peter. I was just wondering because through adwords.google.com you can upload either a 1.91:1 or 1:1 but through the API it only allows 1.91:1 but that it fine. Just wanted to make sure. Thanks again for the quick response. Best regards, Sean On Monday, May 29, 2017 at 1:08:38

Accessing the "Ad Suggestions" setting of an Account through the API?

2018-03-09 Thread Sean Hayes
Hello I have multiple accounts running on Adwords that are currently using the enabled "Ad Suggestions" setting in the Account Settings. I want to disable this setting and rely entirely on Ads I have written myself instead. How do I access this feature to disable it through the API? I know the

Re: Automated Extensions by API

2019-05-21 Thread Sean Hayes
Sorry to necro the thread but is there any update on this feature being available? On Tuesday, September 1, 2015 at 9:42:20 AM UTC+1, Anil Vadhavane wrote: > > > Hello, > > Is it possible to get "Automated Extensions Report" by adwords API. This > can be seen under Ad Extensions in adwords accou

How to get total amout spend across all campaigns?

2019-11-20 Thread Sean Zusi
Hello, I was wondering if there is a report or API call that will allow me to retrieve to total amount spent across all campaigns and ads over and time period. I know you can get costs for individual ad groups and such, but cant find an all encompassing one. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Migration from V201806 to V2019

2019-11-21 Thread Sean Zusi
Hello, I am in the process of moving over to the newest 2019 version of the Adwords API. I have downloaded all the files and updated my adsapi_php.ini file with all the proper information, but when trying to run an example report, nothing is being returned. Are there other steps I need to take

Strange error when running request

2019-11-23 Thread Sean Zusi
Hello, when trying to run a request through the php library, I get this output: "jailshell: opt/php56/lib is not a file or directory". Any idea what is causing this or how to fix it? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

Google Ads Smart Shopping Campaign - Product Group - Product inclusion/exclusion via API

2022-07-06 Thread Sean F.
I'm having a little bit of trouble getting my head around modifying the Product Groups for Google Ads Shopping Campaigns via the Google Ads API. What I need to do is to modify the product inclusion and exclusion for certain campaigns. This is what it looks like in the UI: [image: google_ads_s

Re: Google Ads Smart Shopping Campaign - Product Group - Product inclusion/exclusion via API

2022-07-09 Thread Sean F.
Thanks for the response. I'll try it out. On Thursday, July 7, 2022 at 7:00:12 PM UTC+10 adsapi wrote: > Hi Sean, > > Thanks for reaching out to the Google Ads API Forum. > > Have they tried ad_group_criterion.negative? That should be equivalent to > EX

Re: Data Mismatch Between GEO_PERFORMANCE_REPORT and CLICK_PERFORMANCE_REPORT

2017-07-05 Thread sean . blumenfeld
Adwords API releases. Of cours that doesn;t seem to be the case in our Adwords API data downloads. Can someone on your team investigate our issue if possible? What IDs do you need from me to do so? Regards, Sean On Thursday, 23 January 2014 19:58:41 UTC, Josh Radcliff (AdWords API Team) wrote

GEO PERFORMANCE_REPORT contains clicks which cannot be found in the CLICK_PERFORMANCE_REPORT

2017-07-11 Thread sean . blumenfeld
d any corresponding click data in the click report Please do let me know what else you need from me in order to explain the discrepancy we are seeing. I can provide you with some examples if necessary. Regards, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Missing locations in the Geo Targets API

2017-09-07 Thread sean . blumenfeld
we get some criteria_ids from our GEO_PERFORMANCE_REPORT downloads that do not exist in your geo targets API. One example criteria id is "2364" Regards, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.bl

Why are impressions coming in vastly different through AdWords UI vs AdWords API?

2017-11-29 Thread Sean Flynn
For whatever reason I'm not seeing the same numbers for cost clicks or impressions when I query the UI vs the API. The report I am pulling from in the API is theSearch Query Performance Report. Here is what I see when I run a report through AdWords for November 11th. I figured this was far enou

Code sample for adding image extensions?

2021-02-10 Thread Sean Driscoll
Hi, Any plans for adding a code sample for creating campaign level image extensions or for linking an existing image asset to campaigns. Would be appreciated. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=

ValueError: Specified type 'DismissRecommendationOperation' does not exist in Google Ads API v7

2021-05-05 Thread Sean Driscoll
Hi, I'm trying to dismiss some recommendations via the Google Ads API, following the example on this page https://developers.google.com/google-ads/api/docs/recommendations but I'm getting a value error saying the specified type doesn't exist. Any help would be appreciated. Code is below def

sdk with restful call

2019-12-18 Thread Sean Jina
hello, does the SDK only supprot GPRC protocol? Can I make http restful call via SDK? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: sdk with restful call

2019-12-19 Thread Sean Jina
ation. if the client libraries can send http JSON, I can attach the Authorization in the http head easily. 在 2019年12月20日星期五 UTC+8上午1:37:27,adsapiforumadvisor写道: > > Hello Sean, > > Thank you for reaching out. The Google Ads API Beta exposes both standard > JSON REST endp

Is it possible to pull reporting on seo tags and their associated domains?

2020-02-26 Thread Sean O'Connell
title is the question. working on a fun project to see if i can do reporting on domains and their associated seo tags/metadata. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Ads Editor API Internal Error

2020-05-26 Thread Sean Doucette
Any clue what this is or why this is happening? I've attempted multiple times and combed through my campaigns but cannot see any reason why this would cause an error. Instructions on Google's help page are extremely vague and only suggest trying again after 30 s

Re: Ads Editor API Internal Error

2020-05-26 Thread Sean Doucette
Hi Bryan, Where do I find the response logs for this? On Tuesday, May 26, 2020 at 2:32:17 PM UTC-4, adsapiforumadvisor wrote: > > Hi Sean, > > Thank you for reaching out to us. Could you provide us with the full > request and response logs for where this error occurs? For p

Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-07-31 Thread Sean Hayes
Hello I am trying to use the Keyword Planner tool to get quality Keyword Suggestions for whatever query I put into it. The only filter is the Location which is set to UK. What I am finding in practice is that results returned by the `TargetingIdeaService` is very different from whatever is ret

Re: Disconnect between the Keyword Planner on the Adwords Web UI and the API's version of the functionality.

2020-08-03 Thread Sean Hayes
Hi, still playing around with this with not much luck. Would really appreciate a response on this. On Friday, July 31, 2020 at 6:19:55 PM UTC+1, Sean Hayes wrote: > > Hello > > I am trying to use the Keyword Planner tool to get quality Keyword > Suggestions for whatever quer

Re: How to fetch Unique Users Reach for Ad Groups/Ads

2025-07-01 Thread Sean Whittaker
What I need is an API places link or token to tie my Google reviews with my new webpage. They advised me that I needed to reach out to you in order to get it but every time I try to log into Google ad manager it won't let me sign in using my Google ads email address On Tue, Jul 1, 2025 at 12:40 PM

AssetPerformanceLabel access for Performance Max Campaigns

2023-09-26 Thread Sean McDonald - MDM
asset_view Thanks, Sean -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Googl