ads Api use in php

2021-07-08 Thread Stephane Kobo
Hello dear all, is it possible to test the API ads locally since at the level of the creation of the oauth2 we ask to fill in the links, what links are they? I use the php version of the API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: Cannot find AdWords API Center

2018-07-18 Thread Stephane Michot
Hi, I'm having the same issue, I cannot see from the menu AdWords API Center ( neither new interface/old). Despite I've tried the steps you suggested, create a Manager Account, etc... Maybe I do something wrong... Any suggestions? Thanks Le mardi 10 juillet 2018 14:45:32 UTC+2, Josh Radcliff

Re: Video Ads - How to pull metrics from Adwords API.

2014-06-26 Thread Stephane
Hi, Any update on this or possible release date? This is one of the most requested feature among our clients. Thanks, Stéphane On Wednesday, April 9, 2014 8:48:33 AM UTC-4, Danial Klimkin wrote: > > Hello Timm, > > > Unfortunately we have no further communication at this time. > > > -Danial,

How can we get phone call conversions?

2014-02-06 Thread Stephane Guerin
Hi, We can get some call conversions from the ACCOUNT_PERFORMANCE_REPORT report by creating a predicate on the clickType == CALLS but we can't get phone call conversions as we see in the UI. See attached. First, what's the difference between conversion and phone call conversion? I believe phon

Re: Missing campaign of type "Shopping - Product Listing Ads"

2014-02-04 Thread Stephane Guerin
Hi I have this problem actually. Using ACCOUNT_PERFORMANCE_REPORT I can't get data for shopping campaign. I use no predicate. The funny thing is that using Google Analytics API, I get the numbers including shopping campaign. Anything we can do to get the shopping campaign data at the account l

Re: "Object reference not set to an instance of an object" on production server, but works in Localhost

2014-01-01 Thread Stephane
ost. It works with Google Analytics API though. Stéphane On Wednesday, January 1, 2014 9:57:37 AM UTC-5, Stephane wrote: > > By the way, we are hosted on Microsoft Azure. > > Thanks, > > Stéphane > > On Wednesday, January 1, 2014 9:17:05 AM UTC-5, Stephane wrote: >&

Re: "Object reference not set to an instance of an object" on production server, but works in Localhost

2014-01-01 Thread Stephane
By the way, we are hosted on Microsoft Azure. Thanks, Stéphane On Wednesday, January 1, 2014 9:17:05 AM UTC-5, Stephane wrote: > > Hi Anash, > > Thanks for the reply. Fiddler works great in localhost, but I'm not sure I > can't get it to work on the remote server. Adw

"Object reference not set to an instance of an object" on production server, but works in Localhost

2013-12-31 Thread Stephane
Hi, We ran into a weird problem. We use the report definition service to update some reports. While it's working pretty well when we use localhost, it stopped working on our production servers few days ago. The error is: "Object reference not set to an instance of an object." "stackTrace": "

Report for Ads on Youtube?

2013-11-11 Thread Stephane
Hi, I can't seem to find how to get statistics for the Ads displayed in Youtube videos? https://developers.google.com/adwords/api/docs/appendix/reports Am I missing something? If not, is this in the pipeline? Thanks, Stéphane -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Global Average Position for Filtered Campaign Report

2013-09-05 Thread Stephane
t;Total" one, where you'll find > aggregated metrics for all the (possibly filtered) entities. > > Cheers, > Dorian > > On Thursday, September 5, 2013 3:06:33 PM UTC+2, Stephane wrote: >> >> Hi Dorian, >> >> Thank you for your reply. I did try some v

Re: Is IN operator working like an OR for the status field?

2013-09-05 Thread Stephane
Hi Brett, Thanks for your reply. Finally, it was a code 18 :) The IN operator works great. Stéphane On Thursday, September 5, 2013 1:14:02 AM UTC-4, Brett Baggott wrote: > > Stephane, try this instead: > > Predicate predicate = new Predicate(); > predicate.field = "

Re: Global Average Position for Filtered Campaign Report

2013-09-05 Thread Stephane
ch a report: > > "AveragePositionTest (Sep 4, 2013-Sep 5, 2013)" > Campaign ID,Avg. position > 103660117,0.0 > 105956677,0.0 > > 54471157,1.3 > 74850877,0.0 > 101361157,0.0 > Total,1.8 > > Cheers, > Dorian > > > On Thursday, September 5, 2

Re: Global Average Position for Filtered Campaign Report

2013-09-05 Thread Stephane
Stéphane On Thursday, September 5, 2013 1:07:31 AM UTC-4, Brett Baggott wrote: > > Stephane, if I understand you correctly, you're saying that when looking > at your Adwords user interface, you can filter campaigns a certain way and > when you do, you will see a "total f

Is IN operator working like an OR for the status field?

2013-09-04 Thread Stephane
Hi, We are using the dot net client library for Adwords ( https://code.google.com/p/google-api-adwords-dotnet/) We ran into a weird behavior regarding the operator IN. We built a query so we can get some metrics for campaign that have their status to ACTIVE or PAUSED. To do so, we use the opera

Re: Global Average Position for Filtered Campaign Report

2013-09-04 Thread Stephane
ds-Average-Position-Hello-to-Top-of-Page-Rate > > I think the problem here is that you are assuming that "sum all the above > and divide by 15" is the correct math. I don't think it is. > > On Wednesday, September 4, 2013 1:00:34 PM UTC-5, Stephane wrote: >>

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
Ho... looks like the trouble might be related to the fact that we use Windows 2008 Web edititon. Dang. Stéphane On Wednesday, 3 April 2013 14:09:49 UTC-4, Stephane Guerin wrote: > > Could it be some setting on Adwords end? SOAP limitation or IP restriction > or anything else? I d

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
oblem as all requests get completed in around 2 seconds total (all at the same time compared with adwords which is one after the other). Thanks for any idea. Stéphane On Wednesday, 3 April 2013 12:36:03 UTC-4, Stephane Guerin wrote: > > Hi Anash, > > Thanks for the answer. Unfort

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
> for > a discussion. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Wednesday, April 3, 2013 6:40:51 AM UTC+5:30, Stephane Guerin wrote: >> >> Hi, >> >> We have one weird problem with our ASP.NET MVC 4 application. Server is >> a

Concurrent requests not working on our production server

2013-04-02 Thread Stephane Guerin
Hi, We have one weird problem with our ASP.NET MVC 4 application. Server is a windows 2008 fully patched and up to date. We use AdWords API DotNet Client Library . We ask for small reports, around 25 per batch. If we launch around 25 thread

Create reports filtered on remarketing lists

2013-01-21 Thread Stephane
Hi, We use the API to create reports on campaigns and other usual stuff. Some clients would like to filter those reports using their remarketing lists. Having checked the documentation, I'm not sure how this would be done. How would we set the predicates to get results for remarketing list? An

Re: Raven tools API access

2012-11-14 Thread Stephane
I agree. This is extremely concerning as this could happen to us too. Any light on this would be appreciated. On Wednesday, November 14, 2012 3:38:10 AM UTC-5, MT wrote: > > Noticed that Raven tools had their AdWords API access suddenly cut off: > http://raventools.com/blog/update-google-adwo

How to deal with device, ad network and click type in Campaign reporting required fields (RMF)?

2012-09-18 Thread Stephane
Hi, We were planning to create a report for a client using our framework. This report would show the performance of their Adwords campaigns. Some required fields by the RMF ( https://developers.google.com/adwords/api/docs/requirements) make a lot of sense like clicks, cost, impressions and conv

How to deal with display Device, Ad Network and Click type required in Campaign report (RMF)?

2012-09-18 Thread Stephane
Hi, We were planning to create a report for a client using our framework. This report would show the performance of their Adwords campaigns. Some required fields by the RMF ( https://developers.google.com/adwords/api/docs/requirements) make a lot of sense like clicks, cost, impressions and conv

Does Adwords API support oAuth 2.0? (.NET)

2012-05-07 Thread Stephane Guerin
Hi, We use oAuth 2.0 for the Google Analytics API and this is working pretty well (.NET C#). I can't find information about oAuth 2.0 for the Adwords API. Can we use it? Is there any information on the matter? Thanks, Stéphane -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Using Adwords API the same way we use Google Analytics API

2012-05-01 Thread Stephane Guerin
s. In this case, ask for a login > and password to that individual account instead of the MCC. > > Hope this helps. > > > > On Monday, April 30, 2012 2:43:02 PM UTC+2, Stephane Guerin wrote: > >> Hi, >> >> We are looking to integrate Google Adwords in