Re: Urgent! conversions are not showing up for users in the Google Ads dashboard

2024-09-14 Thread Marc Karam
I re uploaded yesterday's conversions and they showed in the report On Saturday, September 14, 2024 at 8:08:08 AM UTC+3 Marc Karam wrote: > Having the same issue since yesterday > > On Saturday, September 14, 2024 at 3:38:48 AM UTC+3 Paulo Silva wrote: > >> Some users

Re: Urgent! conversions are not showing up for users in the Google Ads dashboard

2024-09-13 Thread Marc Karam
Having the same issue since yesterday On Saturday, September 14, 2024 at 3:38:48 AM UTC+3 Paulo Silva wrote: > Some users on my platform are not seeing the conversions sent since > yesterday. Normally they view conversions in 4 hours but since yesterday at > 18:00 (UTC -3), the Google API respo

Retry Behaviour on ga_service.search_stream() in Python

2024-05-02 Thread 'Marc Mondl' via Google Ads API and AdWords API Forum
Hi, I have 2 Questions regarding the GoogleAdsClient.get_service("GoogleAdsService").search_stream() in python and its Retry Behaviour. 1. Is it intended behaviour that the generator function that is returned by this function is not wrapped by a Default Retry function? ( It only got wrapped b

migrating to v14: what replaces v13 GenerateForecastCurveResponse?

2023-11-30 Thread Marc Donis
We are currently using com.google.ads.googleads.v13.services.GenerateForecastCurveResponse to generate forecast metrics for given keywords. I see that the new v14 approach is described here https://developers.google.com/google-ads/api/docs/keyword-planning/generate-forecast-metrics , but no ad

Encountering ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER_CUSTOMER Error on Google Ads API

2023-10-31 Thread Marc Amoros
how to proceed. Has anyone else experienced this error, or does anyone have advice on how to troubleshoot or resolve this issue? Any insights or suggestions would be greatly appreciated. Thank you in advance for your help! Best regards, Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Encountering ENABLED_ADVERTISER_BASE_CAMPAIGNS_PER_CUSTOMER Error on Google Ads API

2023-10-31 Thread Marc Amoros
e exact cause or how to proceed. Has anyone else experienced this error, or does anyone have advice on how to troubleshoot or resolve this issue? Any insights or suggestions would be greatly appreciated. Thank you in advance for your help!

Cost is zero in hourly report when conversions are zero

2023-09-20 Thread Marc Karam
Hello, I have an issue with only 1 campaign in the hourly report. The cost is only showing when there are conversions in this hour, otherwise the clicks are positive, but the cost is 0. When querying the previous day, the cost to conversions make sense, but on the same day it is much lower then

Re: creating conversionactions with java googleads.v14

2023-07-20 Thread Marc Donis
empty List. What am I missing here? On Thursday, 20 July 2023 at 14:10:45 UTC+2 Google Ads API Forum Advisor wrote: > Hello Marc, > > With regards to ConversionAction.getTagSnippetsList(), for clarification, > is this from the client library? If yes, I recommend reaching out to th

creating ConversionActions with Java googleads.v14

2023-07-19 Thread Marc Donis
I'm basing my development on this code example , but I'm having some trouble creating and configuring ConversionActions. The docs here

Re: generating a report on conversion actions

2023-06-28 Thread 'Marc Card' via Google Ads API and AdWords API Forum
FROM conversion_action * *WHERE ** segments.date DURING LAST_30_DAYS* On Monday, June 26, 2023 at 7:19:42 AM UTC-4 Google Ads API Forum Advisor wrote: > Hello Marc, > > Greetings from the Google Ads API Team. > > With regards to your concern, can you please provide us with the com

Generating a Report on Conversion Actions

2023-06-23 Thread 'Marc Card' via Google Ads API and AdWords API Forum
l * *FROM conversion_action * *WHERE ** segments.date DURING LAST_30_DAYS* This query is *only* returning `primary_for_goal` with the value of 'True'. We can provide specific examples and CIDs if there is a private way to share this information. Appre

Ad Customizer Attributes review status

2023-06-21 Thread Marc Salles
that review status for an ad customizer attribute in an automated manner? Thanks, Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

adding youtube videos when creating an app ad in an app campaign

2022-11-29 Thread Marc Schuetze
I'm trying to create new ad groups containing headlines, descriptions and youtube videos. I'm following the tutorial at https://developers.google.com/google-ads/api/docs/samples/add-app-campaign Is there a way to add youtube videos to an app ad? I've tried the following ad_group_ad = client.re

INVALID_STATUS_CHANGE when attempting to setStatus(ManagerLinkStatus.INACTIVE)

2022-09-02 Thread Marc Donis
We are trying to unlink a customer from his manager. The status of the link is ACTIVE, but when we attempt to set it to INACTIVE, we get an INVALID_STATUS_CHANGE error. The funny thing is that, if we unlink the customer manually via the Google Ads UI, then the status is indeed set to INACTIVE.

Re: How to detect RESOURCE_TEMPORARILY_EXHAUSTED error type

2022-07-21 Thread Marc Donis
|| quotaError == QuotaError. RESOURCE_TEMPORARILY_EXHAUSTED) { } } On Thursday, 21 July 2022 at 09:13:15 UTC+2 adsapi wrote: > Hi Marc, > > Thank you for the reply. > > You may check this documentation > <https://developers.google.co

Re: How to detect RESOURCE_TEMPORARILY_EXHAUSTED error type

2022-07-20 Thread Marc Donis
ote: > Hi Marc, > > Thank you for reaching out to the Google Ads API support team. > > Kindly note that the RESOURCE_EXHAUSTED > <https://developers.google.com/google-ads/api/docs/best-practices/common-errors#resource_exhausted> > error > generally occurs when you

How to detect RESOURCE_TEMPORARILY_EXHAUSTED error type

2022-07-20 Thread Marc Donis
We would like to know when a QuotaError has the type RESOURCE_TEMPORARILY_EXHAUSTED. Here is the code we have so far: } catch (GoogleAdsException gae) { for (final GoogleAdsError err : gae.getGoogleAdsFailure(). getErrorsList()) { if (err.getDetails().hasQuotaErrorDetails()

Error uploading Conversion from Manager Account: This customer does not have an import conversion action that matches the conversion action provided

2022-07-06 Thread Marc Karam
Hello, We're facing trouble when trying to upload a conversion using our Manager Account credential to a newly created account managed under this account where the campaign and the conversion actions are created. Here are the request and response logs created from the test we are doing: *Requ

Re: What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread Marc Donis
} return campaign; } finally { close(googleAdsServiceClient); } } and similar for getAdGroup. This is, of course, so much simpler than the old way of doing things. Anyway, thanks again for the advice! On Thursday, 30 June 2022 at 15:28:18 UTC+2

What replaces campaignServiceClient.getCampaign(campaignResourceName) and adGroupServiceClient.getAdGroup(adGroupResourceName)?

2022-06-30 Thread Marc Donis
We are upgrading from com.google.ads.googleads.v8 to v11, and our code no longer compiles due to these two methods being removed: final Campaign campaign = campaignServiceClient.getCampaign( campaignResourceName); final AdGroup adGroup = adGroupServiceClient.getAdGroup( ad

Re: Bidding Strategy Field is missing

2022-03-15 Thread Marc Kamphuis
Is this solved yet? Using the following query: SELECT ad_group_criterion.keyword.text, bidding_strategy.type FROM keyword_view returns no bidding_strategy.type Result row: {"adGroupCriterion":{"resourceName":"customers/3494982994/adGroupCriteria/252561751~11616591","keyword":{"text":"baby"}

Can't upload wbraid conversions

2022-02-21 Thread Marc Karam
We have tried to upload wbraid conversions with google Ads api, and we have set the Wbraid parameter and left out Gclid, but on UploadClickConversions we receive a Partial Failure , as follow in response.PartialFailureError.Message : "Customer is not allowlisted for accessing this feature., at

Decimals in Campaign Conversions

2021-12-16 Thread Marc Karam
Hello, Since Dec 10, 2021 we started seeing decimals in conversions field on our Dashboard. We want to know what this is related to in the Ads or is it the way we are uploading the conversions? Note that we do the offline conversion upload using the Google Ads api. Here are some campaign Ids

Error while trying to query asset_group_product_group_view

2021-11-29 Thread Marc Karam
I got the below error when trying to query the asset_group_product_group_view although I copied and pasted the query from adwords Ads Query Builder : {{ "errors": [ { "errorCode": { "queryError": "PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE" }, "message": "Resource type asset_group_product_group_v

Re: Keyword ID field causes discrepancy between results from AdWords and Google Ads for AD_PERFORMANCE_REPORT

2019-12-11 Thread Marc Potvin
Hello Nadine, Yes, the results seem to be the same now. Thank you very much for your help! Marc Le mercredi 11 décembre 2019 12:14:40 UTC-5, adsapiforumadvisor a écrit : > > Hello Marc, > > I'm so sorry for not getting back to you sooner. Thank you for pinging > this thread

Re: Keyword ID field causes discrepancy between results from AdWords and Google Ads for AD_PERFORMANCE_REPORT

2019-12-10 Thread Marc Potvin
_00D1U1174p._5001UHEPc7:ref* I understand that this is a complicated one but I need to provide updates on this so any information would be helpful. Thanks, Marc Le jeudi 22 août 2019 16:54:41 UTC-4, adsapiforumadvisor a écrit : > > Hi Marc, > > Could you please share the report que

Is it possible to download bill from Google Ads in API?

2019-09-24 Thread marc vidal
Hello, I would like to know if an API is available to download my google ads bills generated by an ad? Regards, Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Keyword ID field causes discrepancy between results from AdWords and Google Ads for AD_PERFORMANCE_REPORT

2019-08-22 Thread Marc Potvin
at AdWords will sometimes return more rows and Google Ads will return fewer (sometimes none). Is there a reason for this that I'm missing? I'm afraid this might effect our aggregated statistics. Thanks for your help! Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

DNS resolution failed

2019-06-20 Thread Marc Selman
our server suddenly blocked or something? Best regards, Marc Selman -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Manage ServiceLinks using Google Ads API

2019-06-17 Thread Marc Selman
Hi Anash, Have you heard anything about this issue yet? Thanks, Marc Op donderdag 6 juni 2019 22:38:40 UTC+2 schreef adsapiforumadvisor: > > Hi Marc, > > I tried looking up the logs, but it doesn't show any errors. I wonder if > the server is not logging some of the error

Re: Manage ServiceLinks using Google Ads API

2019-06-05 Thread Marc Selman
tatus(StatusCode=Internal, Detail="Internal error encountered.") END API CALL I get the same error for all customers I've tried. Any ideas? Op woensdag 5 juni 2019 15:53:52 UTC+2 schreef adsapiforumadvisor: > > Hi Marc, > > You will be abl

Re: Manage ServiceLinks using Google Ads API

2019-06-05 Thread Marc Selman
Hi Luis, It's now six months later. Do you have any idea when the methods will be available in the Ads API? I have not read anything about it on the blog. Thanks, Marc Op vrijdag 21 december 2018 04:07:01 UTC+1 schreef Luis Xander Talag (AdWords API Team): > > Hi Marc, > >

Re: ListAccessibleCustomers fails for one specific account

2019-05-20 Thread Marc Selman
Hi Sai, The problem is that I am getting the error on the ListAccessibleCustomers API call. So I'm not getting any results, just the error. Op vrijdag 17 mei 2019 19:40:35 UTC+2 schreef adsapiforumadvisor: > > Hello Marc, > > I see that the user has access to 3 accounts, o

Re: ListAccessibleCustomers fails for one specific account

2019-05-17 Thread Marc Selman
er Google accounts connected this way, some of which also have some unfinished Google Ads accounts with no such problems. Op donderdag 16 mei 2019 20:38:10 UTC+2 schreef googleadsapi-forumadvisor: > > Hello Marc, > > I am Anthony's team member, responding on this thread as he is n

Re: ListAccessibleCustomers fails for one specific account

2019-05-16 Thread Marc Selman
7;t enabled." } ] } What does "the customer is not enabled" mean? And how can he or we fix it? Best regards Op donderdag 9 mei 2019 19:41:46 UTC+2 schreef googleadsapi-forumadvisor: > > Hi Marc, > > Your account is in DRAFT. You can't call the API against an account

Re: Administrative owner

2019-05-10 Thread Marc Selman
ag 9 mei 2019 22:18:52 UTC+2 schreef googleadsapi-forumadvisor: > > Hello Marc, > > Linking a client account to the manager account is possible. After > linking, the manager account will be having complete rights over the linked > client account to perform operations. The Admin u

Administrative owner

2019-05-09 Thread Marc Selman
Is it possible to link a customer account to a manager account and set the manager account as administrative owner using the Google Ads API? By default the manager account will not have administrative owner rights, but some of our customers would like this so our support team can perform some te

ListAccessibleCustomers fails for one specific account

2019-05-09 Thread Marc Selman
I am trying to retrieve a list of customers for a specific google account but the request throws an exception. Failure: { "errors": [ { "errorCode": { "authenticationError": "AUTHENTICATION_ERROR" }, "message": "Authentication of the request failed." } ] } Message: Status(StatusCode=Unauthenti

Re: How to list all accounts when multiple MCC accounts are under a single account.

2019-04-01 Thread Marc Selman
can also store if the customer is a manager or a test account) 6) Back to step 3 for the current customer So the part from step 3 will be a recursive function. I hope this helps. Best regards, Marc Selman Op maandag 1 april 2019 12:53:11 UTC+2 schreef Charles Bannister: > > Hi, >

Acount access - Managers

2019-04-01 Thread Marc Selman
Hi, In the Google Ads UI, when I go to Tools -> Account access -> Managers, I can see a list of all the manager accounts who have access to the selected Ads account. I can see the descriptive name, the id and the date the accounts were linked. Can this information also be retrieved using the A

Re: Disable link accounts request

2019-04-01 Thread Marc Selman
Hi Sai, The account linking invitation email can be disabled. We've been to the API event in London and the developers explained this to us themselves. The confirmation email cannot be disabled, but the invitation email can. Best regards, Marc Selman Op dinsdag 26 maart 2019 21:26:34

Disable link accounts request

2019-03-26 Thread Marc Selman
Hi, Could you please disable the request account link email for our manager account: EasyAds Google Ads (687-900-7142). We process all the account linking through the API so the customer does not need to receive the request email. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Retrieving a tree of all customers

2019-01-10 Thread Marc Selman
ery subaccount id for the descriptive_name. And if that subaccount is also a manager account I need to do the same for his subaccounts etc. Marc Op woensdag 9 januari 2019 21:24:50 UTC+1 schreef Teja Makani: > > Hello Marc, > > It is expected to result out the details of single account whe

Re: Retrieving a tree of all customers

2019-01-09 Thread Marc Selman
rary or am I missing something else? Op dinsdag 8 januari 2019 23:05:26 UTC+1 schreef Teja Makani: > > Hello Marc, > > You could use customer_client > <https://developers.google.com/google-ads/api/docs/fields/customer_client> > resource > to fetch the hierarchy of t

Re: Cancelled accounts in new Ads API

2019-01-04 Thread Marc Selman
o tried querying the data with the Google Ads Query Laguage but it seems to always be in the scope of 1 customer. Op donderdag 3 januari 2019 21:58:03 UTC+1 schreef Teja Makani: > > Hello Marc, > > For now there is no way to identify the canceled accounts via API. I will > let my

Re: Can I check whether the logged-in user associated AdWords accounts to avoid AuthenticationError.NOT_ADS_USER?

2019-01-03 Thread Marc Selman
After finishing the OAuth flow I perform a test call and when I get the NOT_ADS_USER error I show an error to the user that it's not a valid Google Ads account and don't store the OAuth tokens. Op donderdag 3 januari 2019 05:46:43 UTC+1 schreef Yoshimasa Tanabe: > > Hi Milind, > > I want to know

Retrieving a tree of all customers

2019-01-03 Thread Marc Selman
I'm trying to retrieve a complete nested tree of all customers (and if it's a manager account, the customers below that etc.) To do this I'm using the new Google Ads API (v0.7) to retrieve the CustomerClientLinks recursively and for every link I'm using GetCustomer to retrieve the customer infor

Cancelled accounts in new Ads API

2019-01-03 Thread Marc Selman
There was a question in this forum earlier about the Adwords API returning cancelled accounts: https://groups.google.com/forum/#!topic/adwords-api/NC5vIw0_Shs I'm using the new Ads API (v0.7) and when retieving CustomerClientLinks I'm also receiving cancelled accounts. There is no way to identi

Re: Manage ServiceLinks using Google Ads API

2018-12-21 Thread Marc Selman
Thank you. On Friday, December 21, 2018 at 4:07:01 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Marc, > > Unfortunately the getSeviceLinks() > <https://developers.google.com/adwords/api/docs/reference/v201809/CustomerService#getservicelinks> > and mutate

Manage ServiceLinks using Google Ads API

2018-12-20 Thread Marc Selman
I'm using the latest Google Ads API v.07. In the CustomerService I'm missing the getServiceLinks() and mutateServiceLinks() methods. Are they planned in a future release or are they already available under a different method? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

“invalid token” after API upgrade

2018-03-27 Thread Marc
approaching rapidly and we fear our system will come to a stand still. We’ve sent a mail to adwordsapi-tok...@google.com, but no reply yet. Any ideas? A reply would be much appreciated. Kind regards, Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Shopping Performance Report returns same product twice

2017-08-29 Thread Marc P
Hi Thanet, thank you for the update. This sounds promising. Looking forward to getting the date ranges per row :) Cheers Marc On Wednesday, July 12, 2017 at 9:23:44 AM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Marc, > > Really sorry for this long waiti

Re: Shopping Performance Report returns same product twice

2017-07-11 Thread Marc P
Hi Thanet, any updates on this issue? We are still having many problems due to this. At the very least, it would be helpful to get a date range per row in the response, so we can now at what times the ID performed good and at what times not so good. Cheers Marc On Wednesday, April 26, 2017

Re: Shopping Performance Report returns same product twice

2017-04-24 Thread Marc P
Hi Thanet, any update on this topic? Thanks Marc On Wednesday, April 5, 2017 at 9:27:17 AM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Marc, > > Thanks very much for reporting. > Your previous example then shows that *CategoryL5* really behaves like a

Re: Shopping Performance Report returns same product twice

2017-04-05 Thread Marc P
CategoryL5 with the most recent information, i.e. CategoryL5 is as it is RIGHT NOW for the product even if it was different in the past. Cheers Marc On Wednesday, April 5, 2017 at 9:27:17 AM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hi Marc, > > Thanks very much f

Re: Shopping Performance Report returns same product twice

2017-04-05 Thread Marc P
oduct was changed on CategoryL5 - it is the same product (same OfferId). It appears twice only because it was changed at some point in time. I find this confusing and would expect to get just one row with the product and with CategoryL5 set to the most recent value for that product... Thank you aga

Re: Shopping Performance Report returns same product twice

2017-04-05 Thread Marc P
oupStatus IN [ENABLED] AND ConversionValue > 0 AND Cost > 0 AND OfferId = 12044542 -> 2 Results with OfferId 12044542 TWICE -> differing only on CategoryL5 Cheers Marc On Thursday, March 30, 2017 at 6:06:33 PM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > >

Re: Shopping Performance Report returns same product twice

2017-03-30 Thread Marc P
understanding is that they should not split the data. Rather I would assume to get just one result with ProductTypeL3 and CategoryL5 having the most recent attribute value ? Thank you for your help Marc On Thursday, March 30, 2017 at 8:56:22 AM UTC+2, Thanet Knack Praneenararat (AdWords API

Re: MaxCPC change history through api?

2016-09-12 Thread marc . tanahoe
Any advances on the topic? Just asking since two years have passed again. Looking desperatly for a solution to access the historic max.cpc and if possible the associated metrics.. Best, Marc Am Freitag, 9. Mai 2014 21:45:06 UTC+2 schrieb Ray Tsang (AdWords API Team): > > Th

Re: MaxCPC change history through api?

2016-09-12 Thread marc . tanahoe
Any advances here? Looking desperatly for a solution to retrieve the max.cpc history with according metrics.. Best, Marc Am Freitag, 9. Mai 2014 21:45:06 UTC+2 schrieb Ray Tsang (AdWords API Team): > > Thibault, > > Unfortunately I won't be able to comment on any roadmap or sch

error: invalid_client after after GetRefreshToken.php

2016-01-15 Thread Marc
Hello I'm hoping someone can help with an issue we're having with AdWords API (PHP). We already have AdWords API setup and running on our system for quite sometime, however we have decided to change the account it was associated with. I have created a new project in API Manager on Google Clou

adgroup mobile bid modifier opt back in

2014-12-22 Thread marc
When running a script to set mobile bid adjust values I'll set the value to 0 for some cases during one execution to "opt out" of mobile. Later when I run the mutate script again and an attempt is made to change a 0 value to a positive value I get the following error: CriterionError.CANNOT_BID_

how to set max content cpc

2014-12-17 Thread marc
How can I set the max content cpc? I am using the PHP library and have been unable to find anything that will perform this update. I'd like to set this on an adgroup, but if this isn't possible then setting it on a keyword will work too. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Geo performance report CityCriteriaId misguides developers

2014-07-22 Thread Marc Lladó
Hello Ray, There is any new update on this issue, we would also like to have numeric Location id's on the GEO PERFORMANCE REPORTS. BR, Marc. Chirag, > > My apologies - we don't yet have an update to this. Thank you for your > patience. > > Thanks, > >

Setting the Target CPA value with v201306

2013-11-07 Thread Marc
How do I set the values for the Target CPA? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Looking for an AdWords API programmer

2013-04-19 Thread Marc Damon
many different accounts. The second program is a database driven program that will dynamically create ads from inventory in the database. Please let me know if you are interested. Thanks Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Competition score

2013-03-14 Thread Marc Witteveen
Hi, Last time I used the AdWords API was 1.5 years a go... I recall they had a "competition score" with a scale of 1 to 5. Did Google removed this from their API? Thanks a lot. Marc -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion g

Re: Question about adParam GET/SET best practices

2012-07-31 Thread marc
Thanks for the great answers. They were very helpful. Exactly what I was looking for. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: API returning UNEXPECTED_INTERNAL_API_ERROR all the time today

2012-07-31 Thread Marc Sanders
Same here Op dinsdag 31 juli 2012 15:11:59 UTC+2 schreef Tal Ater het volgende: > > All the queries I am running against the Sandbox > return InternalApiError.UNEXPECTED_INTERNAL_API_ERROR... These are queries > that all worked great until a couple of hours ago... Is there some kind of > error

Question about adParam GET/SET best practices

2012-07-30 Thread marc
AdParam Get/Set best practices I am running a script that updates the AdParams for a campaign once a day. There are potentially 90,000 adgroups that could be updated daily. This takes forever, when it works without some sort of error occurring. I was wondering if anyone had some tips on best

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED error

2012-05-22 Thread marc
Hi David. I just ran the request. request id: 0004c0a1d8f7ae880aedec07291b On Monday, May 21, 2012 10:04:22 AM UTC-7, David Torres wrote: > > Hi Marc, > > Can you post a request id to AdGroupCriterion service that pulls all > criteria from Ad Group id 3616898215?. I

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED error

2012-05-17 Thread marc
Additional information (request id: 0004c03e32aa8d100a422c6e761b) Here's an example of a case where I am able to GET the criteria ids for an adgroup, but when trying to SET the adparam values, the errors at the bottom resulted And I did successfully set a number of adparams for older adgrou

AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED error

2012-05-16 Thread marc
I am running an adparam set on some new adgroups and am getting the AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED error. In one case, the error is thrown for three criterion ids. We have 6 targeted keywords for this adgroup, and they are all enabled. Also, I updated to current criteria id v

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-05-04 Thread Marc Sanders
Has this issues been resolved? On Sunday, March 4, 2012 11:41:53 AM UTC+1, Bruce Wu wrote: > > Hi, > > I'm facing the same problem (using PHP with and without client library). > > To replicate, try the CreateAccount.php example with PHP 5.3.2 > > For me, it ended up with: "An error has occurred:

Looking to hire for API reporting project

2012-04-18 Thread Marc Damon
know and we can go over details and talk pricing. Thanks Marc Damon 630-204-0213 mcd0...@yahoo.com -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: adhoc Report

2012-04-16 Thread marc
I know both are similar, but go one can go to Izenda.com, an ad hoc reporting site, and know the difference. On Monday, April 2, 2012 6:35:57 AM UTC-4, ja wrote: > > How exactly is adhoc reporting different from Report Definition Service > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

How to add filters to GetTargetingIdeaService('v201008') ?

2011-02-24 Thread Marc Waesche
don't want to pay for hundreds of cpc reports each although I only need 10 of them. Best regards Marc -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

Set AdParams

2010-05-21 Thread Marc Quamediagroup
t would like to know if I forgot something, or if there is a special configuration, or if I am wrong somewhere. Thank you for your help. Regards, Marc -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

AdWords API Re: TrafficEstimatorService estimateCampaignList: Must specify a client in order to do traffic estimates.

2009-12-10 Thread marc...@productengine.com
Thanks for quick answer. I'm still having trouble with that thing. Here is my soap request log (with my private data replaced by capitalized placeholders): http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instanc

AdWords API TrafficEstimatorService estimateCampaignList: Must specify a client in order to do traffic estimates.

2009-12-09 Thread marc...@productengine.com
Unable to request campaign estimates. API returns error: "Must specify a client in order to do traffic estimates." Code listing (java): AdWordsUser user = new AdWordsUser(email, password, clientId, userAgent, developerToken, applicationToken, useSandbox); user.getService (AdWordsService.V13.TRAF