Not obtaining specific ad_groups with status = 'PAUSED'

2023-07-28 Thread Emmanuel Martinez
Good afternoon team, We have certain Ad groups with paused status for today 2023-07-28 in the Google Ads UI that we need to get through the API, we had no problem until yesterday, when we made the request we did not specify what status to bring so we can bring all the adgroups. the query is as

Not getting the correct metrics from the API

2023-06-30 Thread Emmanuel Martinez
The problem with this is that we can not retrieve all the ad_group properties from campaign, is there a way to call both ad_group and campaign tables from a single query? it would be really helpful. Best regards, Emmanuel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Get adgroups cost in relation to the hour

2023-03-14 Thread Emmanuel Martinez
Hello! hope you are well In our team we want to get through the API, the cost per adgroup in relation to the hour, as it can be done in the Google Ads UI, we leave a real example in the first attached file. We are using the official python library and we use the following query in the code to

Get total adgroups costs per hour

2023-03-09 Thread Emmanuel Martinez
With our team we are trying to obtain the cost of the adgroups in general in relation to the hour, we are currently using the following query SELECT metrics.cost_micros, segments.hour, ad_group.name FROM ad_group WHERE campaign.status = ENABLED But we get an answer that we don't understand, at

Google Recommendation Script Apply / Dismiss recommendation

2022-03-29 Thread Pierre-Emmanuel Sirjacq
Dear Google community, I have to manage several campaigns and i would like to implement a script to apply (or dismiss) some of Google recommendation. For example, we would like to apply recommendation for non relevant keyword we implemented, or image extension. On the other side, the increase

Internal Server Error - Google Ads API

2019-04-22 Thread Emmanuel Etukudo
00} Response --- Headers: { "request-id": "", "date": "Wed, 27 Mar 2019 20:00:59 GMT", "alt-svc": "quic=\":443\"; ma=2592000; v=\"46,44,43,39\"" } Fault --- Status code: 13 Details: Internal

Migration on API 201802: ACTION_NOT_PERMITTED errors

2018-04-30 Thread Emmanuel Martin
.jar:na] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [org.scala-lang.scala-library-2.11.8.jar:na] I suspect that our developerToken is not valid any more. How can I check if it is still valid ? Thank you, Best regards, Emmanuel

Re: CustomerService in v201607

2016-07-31 Thread Emmanuel
Further to my last post pointing to what the documentation said, we tested this functionality and it seems the documentation is not correct. Without setting the *clientCustomerId,* we still get back one entry only when calling the getCustomers() method for a Manager account. It seems the new

Re: CAMPAIGN_SHARED_SET report doesn't have SharedSetId?

2016-03-26 Thread Emmanuel
imeline just yet, but could you provide an example of a > string that causes issues with the AWQL query, along with the query and the > error you're encountering? > > Thanks, > Josh, AdWords API Team > > On Friday, March 25, 2016 at 2:28:49 AM UTC-4, Emmanuel wrote: >&

Re: CAMPAIGN_SHARED_SET report doesn't have SharedSetId?

2016-03-25 Thread Emmanuel
ng team. > > Thanks, > Josh, AdWords API Team > > On Thursday, March 17, 2016 at 8:28:36 AM UTC-4, Emmanuel wrote: >> >> Our understanding is the CAMPAIGN_SHARED_SET report details the >> associations between shared lists and campaigns. >> >> Is there

How do we know if a campaign is Call-Only?

2015-11-11 Thread Emmanuel
I don't see any identifiers in the API that can point out if a campaign was created as a Call-Only campaign via the adwords web interface. Is it possible to find out this info somehow? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Issues with ManagedCustomerService, field CanManageClients

2015-09-04 Thread Emmanuel
Same here! On Friday, 4 September 2015 04:09:55 UTC+1, zincum wrote: > > Same issue here! > > On Thursday, September 3, 2015 at 9:31:09 AM UTC-7, Stefano Fontana wrote: >> >> Same here both with 201502 and 201506!! >> >> On Thursday, September 3, 2015 at 3:50:52 PM UTC+2, Gabriel Abadi wrote: >>>

Re: Campaign Platform Target Report Issue [Urgent]

2015-07-23 Thread Emmanuel Espina
+1 same problem here El jueves, 23 de julio de 2015, 10:14:24 (UTC-3), Joel Cueto escribió: Having the same problem here. Please update! El jueves, 23 de julio de 2015, 10:10:31 (UTC-3), Gabriel Abadi escribió: We are doing this request ?xml version=1.0 encoding=UTF-8?reportDefinition

Getting Labels via report?

2014-10-10 Thread Emmanuel
I believe, currently, the only way to get a full list of labels used in an account is through the *LabelService* class, correct? If so, are there any plans to introduce a report for such data? Thanks Emmanuel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

How to get meta and performance data for Dynamic Search Ads?

2014-10-01 Thread Emmanuel
this data? Emmanuel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Possible api bug retrieving keywords with a selector

2014-08-28 Thread Emmanuel Espina
I'm experiencing something quite strange with the AdgroupCriterion service. If I try to retrieve all the keywords from an adgroup and I include the MatchType in the selector fields I get all the keywords triplicated with the same match type. If I remove that field from the selector the result

Re: Report to get (only) sitelinks

2013-10-03 Thread Emmanuel Espina
Thanks David The workaround I found is to use the FeedMappingService to get the feed id that is used for sitelinks (currently only one feed is used). Then I downloaded a PLACEHOLDER_FEED_ITEM_REPORT filtered by that feed Id (because it has better performance than the service). Thanks Emmanuel

Report to get (only) sitelinks

2013-10-01 Thread Emmanuel Espina
and Atrributes of just sitelinks in the account? Thank you Emmanuel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

AttributeValues in Placeholder Feed Item Report

2013-10-01 Thread Emmanuel Espina
/FeedService.Feed) ? Thank you Emmanuel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: How can I enable gzip compression in the java api

2013-01-02 Thread Emmanuel Espina
because I think that most people that use the API want to upload big batches of keywords. Otherwise they would use the simpler web interface. Thanks! Emmanuel El viernes, 28 de diciembre de 2012 13:03:28 UTC-3, Kevin Winter (AdWords API Team) escribió: Hi Emmanuel, While the new library does

How can I enable gzip compression in the java api

2012-12-26 Thread Emmanuel Espina
it makes mention of setting AdWordsUser.useClasspathClientConfig(true), which doesn't exist anymore. I'd appretiate if you could give me a brief description of the steps needed to enable (or hack) gzip compression in the current version of the library. Thanks Emmanuel

Get paid for your API knowledge

2012-07-09 Thread Emmanuel
on this forum or other means. We're happy to pay you for your time and services answering our questions. We can do this over the phone or via email. You can be anywhere in the world. If you're interested in getting paid for few hours of your time please email me at emmanuel...@hotmail.com Thanks