Hi Alex,
Thank you for reaching out. You would be able to use Adwords API to query the
data you need and then use these data on a third party platform or in other web
services. However, in order to fetch data through the API you have to use the
libraries provided for the Adwords API. You could
Hello!
I wanted to ask a question. I started learning the Google AdWords API, can
I use the API data on the Spring WebFlux reactor? Can I not use the library
provided for this api, but work with api otherwise? Many thanks!
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
delay in its receipt.
From: on behalf of "mark.elf...@imimobile.com"
Reply-To: "mark.elf...@imimobile.com"
Date: Thursday, April 11, 2019 at 6:38 AM
To: AdWords API and Google Ads API Forum
Subject: Re: API / web service call to add customers to customer list
I think yo
ogle.com/google-ads/answer/6276125?hl=en&ref_topic=6296507
>
> Does anybody know which API / web service call I can use to automate?
>
> Thanks in advance,
> Scott
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
ht
I would like to add customers to a customer list in real time when certain
events happen in my CRM using an iPaaS. This article explains how to
upload a list manually:
https://support.google.com/google-ads/answer/6276125?hl=en&ref_topic=6296507
Does anybody know which API / web service ca
ved oAuth.RefreshToken, oAuth.AccessToken, oAuth.UpdatedOn
>> and oAuth.ExpiresIn in database table and used in my asp.net web service
>> now it working properly
>>
>>But this web service i want use in scheduler it works background,
>> so after expi
AM UTC-4, Pravin Yadav wrote:
>
> Hi,
>
>I done with ASP.Net Service get data from offline adwords accounts.
>
>i saved oAuth.RefreshToken, oAuth.AccessToken, oAuth.UpdatedOn and
> oAuth.ExpiresIn
> in database table and used in my asp.net web service no
Hi,
I done with ASP.Net Service get data from offline adwords accounts.
i saved oAuth.RefreshToken, oAuth.AccessToken, oAuth.UpdatedOn and
oAuth.ExpiresIn
in database table and used in my asp.net web service now it working
properly
But this web service i want use in
Hi Anash,
Thanks for your & Mr. Josh's suggestions.
finally done my web service with offline authentication.
Thank u so much.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Googl
y value if needed for
> offline account access
> and what is flow of that.
>
>Please reply.
>
>
> On Friday, May 15, 2015 at 1:14:38 AM UTC+5:30, Anash P. Oommen (AdWords
> API Team) wrote:
>>
>> Hi Pravin,
>>
>> it simply saves th
eeded for
offline account access
and what is flow of that.
Please reply.
On Friday, May 15, 2015 at 1:14:38 AM UTC+5:30, Anash P. Oommen (AdWords
API Team) wrote:
>
> Hi Pravin,
>
> it simply saves the access and refresh tokens into a database.
>
> -
Hi Pravin,
I think the problem is with the way you designed your service. ASMX page
(or rather a WebMethod) is the wrong place to send the user through a
redirect. I'm assuming that you'd need to authenticate the user AND have a
web service that you can call from other applicatio
On Wednesday, May 13, 2015 at 10:35:45 AM UTC+5:30, Pravin Yadav wrote:
>
>
> Hi..
>>>
>>> In detail about errors.
> *When i
>>> using HttpContext.Current.Response.Redirect(oAuth.GetAuthorizationUrl());
>>> //access_type is not offline that time getting following error at same
> Hi..
>>
>>
>>
>> *Consuming Service*
>>
>> localhost.MaiaAdWordsService service = new
>> localhost.MaiaAdWordsService();
>>
>> DataTable dt = new DataTable();
>>
>> dt = service.AuthonticationConfig();//Getting Error at
>> here..
>> Gdv_Te
Hi Pravin,
What is the error you get when you hit the line of code you highlighted?
Thanks,
Josh, AdWords API Team
On Tuesday, May 12, 2015 at 3:09:17 AM UTC-4, Pravin Yadav wrote:
>
> Hi,
> Yes i had used access_type=offline like below
>
> HttpContext.Current.Response.Redirect("
> https://accou
Hi,
Yes i had used access_type=offline like below
HttpContext.Current.Response.Redirect("
https://accounts.google.com/o/oauth2/auth?scope=https%3a%2f%2fwww.googleapis.com%2fauth%2fadwords&state=callback&redirect_uri=http%3a%2f%2flocalhost%3a1366%2fOAuthLogin.aspx&response_type=code&client_id=45169
sk the user to prompt every
time.
I hope this resolves your problem if not let me know.
Cheers,
Raghavendra, AdWords API Team.
On Monday, May 11, 2015 at 7:18:22 AM UTC-4, Pravin Yadav wrote:
>
> Hi,
>
> I am trying to access AdWords account data from asp.net web service.
>
Hi,
I am trying to access AdWords account data from asp.net web service.
but getting problem when consuming web service that time also need to
accept account permissions from service so that time we can`t open
permission page.
i need of offline Access permissions without visit permission page
=callback&redirect_uri=http%3a%2f%2flocalhost%3a25232%2fMaiaAdWordsService.asmx&response_type=code&client_id=4516991244-33c20b7an0j8m1e1gtin9mr2l9vc46vr.apps.googleusercontent.com&access_type=offline>">here.*
>
>
> *i.e. Request is failed (Account Permissio
mp;state=callback&redirect_uri=http%3a%2f%2flocalhost%3a25232%2fMaiaAdWordsService.asmx&response_type=code&client_id=4516991244-33c20b7an0j8m1e1gtin9mr2l9vc46vr.apps.googleusercontent.com&access_type=offline";>here.*
*i.e. Request is failed (Account Permissions failed) error is
for
instructions on setting up your project.
Cheers.
Raghavendra, AdWords API Team.
On Monday, May 4, 2015 at 2:03:25 AM UTC-4, Pravin Yadav wrote:
>
> Hi,
>
> can i get AdWords data from asp.net web service.
>
> if yes then what about authentication perm
Hi,
can i get AdWords data from asp.net web service.
if yes then what about authentication permission page.
how to store OAuth Permissions.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https
t.NetworkCredential object and setting the
> Credential of ServicedAccountService. However, it still defaults to the
> email/password value in the app.config file.
>
> I've unsuccessfully attempted to find a code sample or documentation
> indicating how I can specify the web s
27;ve unsuccessfully attempted to find a code sample or documentation
indicating how I can specify the web service authentication email/password
at runtime. What am I missing here?
Thanks,
Tim Mitchell
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and di
Hi Anash,
I follow you advise and check for the .net library and got the
following error: Failed to create accounts. Exception says "{0}"An API
exception has occurred. See ApiException and InnerException fields for
more details.
Please see my code below and the web.config file.
Try
D
Hi Orlando,
I suspect the problem is a variant of the one listed here:
http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#a._Xml_namespace_collision_between_class_and_System.Web.Services.
Could you post the sanitized SOAP request and response xmls here? You could
setup Fid
This is the error:
Failed to create accounts. Exception says...Missing SoapHeader while
invoking public abstract java.util.List
com.google.ads.api.services.mcm.createaccount.CreateAccountService.mutate(java.util.List)
throws com.google.ads.api.services.common.error.ApiException with
params
[[com.g
Hi Anash,
Thanks! I added the authToken to the code, that part is solved.
However, now it seems that the SOAP is not correct. Could you please
help yo find what I'm missing?
It gave an error in the line "AccountNew =
createAccountService.mutate(New
GoogleCreateAccountServiceSandbox.CreateAccountO
Hi Orlando,
You need to mention the authToken header as well. See
http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#Getting_an
for
details on how to get an authToken. Also, it might be worthwhile
investigating whether you can use the .NET library instead of writing your
Hello,
I'm working on a web application (Microsoft Visual Web Developer
Express, vb.net, asp.net) and I would like to add AdWords reports to
it. I add the ReportDefinitionService web service to my web services
and use the code below to test the connection with Google. However, I
obtaine
CFJ, thank you very, very much. the second solution worked perfectly.
On Apr 8, 4:12 pm, CFJ wrote:
> This error is caused by an XML namespace issue between the SoapHeader
> class and System.Web.Services.Protocols.SoapHeader. The issue is
> discussed here:
>
> http://code.google.com/p/google-api
This error is caused by an XML namespace issue between the SoapHeader
class and System.Web.Services.Protocols.SoapHeader. The issue is
discussed here:
http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary
One solution is to utilize the client libraries. Another solution is
dis
Hi,
i've been making progress migrating from v13 to v200909.
my existing "Excel" project crashed and corrupted itself in the
process.
so i started again from a backed up copy of the project (which only
uses v13).
the problems start when i add in the v2009 webservice (via the URL);
i get
t does not seem to run.
>
> Can anyone confirm that the addAdGroup method in the AdGroup service
> is running in Sandbox?
>
> Thx
>
> On Jan 7, 9:25 am, purdue512 wrote:
>
> > Can anyone help on this? I've dumped in several days and am totally
> > stuck here
ed in several days and am totally
> stuck here. Thx
>
> On Jan 6, 5:59 pm, purdue512 wrote:
>
> > I'm getting Web service operation "addAdGroup" could not be found back
> > from the AdGroupService. I am submitting the following structure (with
> >
Can anyone help on this? I've dumped in several days and am totally
stuck here. Thx
On Jan 6, 5:59 pm, purdue512 wrote:
> I'm getting Web service operation "addAdGroup" could not be found back
> from the AdGroupService. I am submitting the following structure (with
&
I'm getting Web service operation "addAdGroup" could not be found back
from the AdGroupService. I am submitting the following structure (with
nested structure) - which looks find to me when I dump it.
AdGroup = StructNew();
AdGroup.campaignID = '3943';
Ad
s
> > > > > not the same as the one defined in adwords, you're not looking the
> > > > > same stats :)
>
> > > > > Laurent
>
> > > > > hhwang a écrit :
>
> > > > > > Please provide answers or suggestions for this
> > > I need to explain our customer what happen with his data.
>
> > > > > Thanks,
>
> > > > > Hosung
>
> > > > > On Oct 8, 1:01 pm, hhwang <[EMAIL PROTECTED]> wrote:
> > > > > > Hi, Adwords
>
> &g
what happen with his data.
>
> > > > Thanks,
>
> > > > Hosung
>
> > > > On Oct 8, 1:01 pm, hhwang <[EMAIL PROTECTED]> wrote:
> > > > > Hi, Adwords
>
> > > > > my client's adwords.g
lient's adwords.google.com web access user name is
> > > > "[EMAIL PROTECTED]".
>
> > > > I was looking at Campaign Summay report on the date of O
;.
>
> > > I was looking at Campaign Summay report on the date of Oct 6, 2008.
>
> > >https://adwords.google.com/select/CampaignSummary?campaignid=&adgroup...
>
> > > In the report, you will see a huge discrepancy in the stats between
> > > Adword Web pag
> > I was looking at Campaign Summay report on the date of Oct 6, 2008.
> >
> > https://adwords.google.com/select/CampaignSummary?campaignid=&adgroup...
> >
> > In the report, you will see a huge discrepancy in the stats between
> > Adword Web page and Web Service API:
OTECTED]".
>
> I was looking at Campaign Summay report on the date of Oct 6, 2008.
>
> https://adwords.google.com/select/CampaignSummary?campaignid=&adgroup...
>
> In the report, you will see a huge discrepancy in the stats between
> Adword Web page and We
e&timeperiod.begin.month=10&timeperiod.begin.day=6&timeperiod.begin.year=2008&timeperiod.begin.dateField=Oct+5,+2008&timeperiod.end.month=10&timeperiod.end.day=6&timeperiod.end.year=2
In the report, you will see a huge discrepancy in the stats between
Adword Web page and We
45 matches
Mail list logo