Re: Billing Summary - getting remaining credit using SOAP request

2020-07-07 Thread Inna Keegan
Danica, BudgetService has nothing to do with the billing summary of the account. It's an entity you may associate with a Campaign to limit daily spend of that campaign only. понедельник, 6 июля 2020 г. в 19:17

Re: Billing Summary - getting remaining credit using SOAP request

2020-07-07 Thread Inna Keegan
Danica, BudgetService has nothing to billing summary of the account. It's an entity you may associate with a Campaign to limit daily spend. My question is about how to get the remaining credit correctly. поне

Re: Billing Summary - getting remaining credit using SOAP request

2020-07-06 Thread Google Ads API Forum Advisor Prod
Hi Inna, The known budget is the amount of the budget in the local currency for the account represented by the field "amount" in BudgetService. Please try subtracting the cost value from the amount value to get your remaining credit. Regards, Danica, Google Ads API Team ref:_00D1U1174p._5004Q21

Re: Billing Summary - getting remaining credit using SOAP request

2020-07-03 Thread Inna Keegan
Okay, so I have an account with 0.00 remaining credit on it. I see zero in Google Ads account. What I've got from API: Money *558521404* Money *830028* *20160202* 121240 Europe/Moscow 20371231 105959 Europe/Moscow And what I've got also from API: "ACCOUNT_PERFORMANCE_REPORT (Feb 2,

RE: Billing Summary - getting remaining credit using SOAP request

2020-06-29 Thread Google Ads API Forum Advisor Prod
Hi Inna, Thank you for reaching out. It is not currently possible to directly retrieve the remaining credit balance. A feature request regarding your concern has already been created internally within our team. Please keep an eye on our blog for more details related to this. As a workaround, yo

Billing Summary - getting remaining credit using SOAP request

2020-06-29 Thread Inna Keegan
Hello! Could you please help me to find the correct namespace, method, and fields to get Billing Summary information from a regular client account by API SOAP request? I need to get the user's remaining credit. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Create SOAP request

2020-02-04 Thread Google Ads API Forum Advisor Prod
Hi Alex, I had to remove your post due to it containing sensitive information. Please make sure you scrub all sensitive data before posting on the forum. To help answer your question, can you please share your properties/initialization file via Reply privately to author? Also, where did you do

Create SOAP request

2020-02-04 Thread ALEX TULA
Good afternoon! I am trying to make a soap request to ManagerCustomerService.get () I made this request body http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/mcm/v201809"; xmlns:v201= "https://adwords.google.com/ap

SOAP request and error AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-30 Thread YouTube Advertising
Good afternoon! I test the request through postman, I attached 2 photos 1- the body of the request 2- this is the request itself and the values ​​in the header. I get AuthenticationError.OAUTH_TOKEN_INVALID When trying to call getCustomer (); but the token is valid. What do i do?[image: 2gog_6

Re: soap request

2020-01-30 Thread ALEX TULA
Thank you! Having looked at the Advert.ru page, I see that the companies I have already been created. Can I get information about these companies? Without creating or adding campaign groups? ср, 29 янв. 2020 г. в 23:12, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com>: > Hi Alex,

RE: soap request

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi Alex, Here is our guide on campaign groups for the API. You will need to use the CampaignGroupService to create the group then use the CampaignService to associate campaigns to groups. I've attached SOAP logs on what both these API calls look like. Regards, Anthony Google Ads API Team ref:_

soap request

2020-01-28 Thread ALEX TULA
Good afternoon! Could you give an example of a complete SOAP request. I studied the documentation but still do not quite understand how this can be done. I am trying to generate classes and methods based on https://adwords.google.com/api/adwords/cm/v201809/CampaignGroupService?wsdl. Could you

SOAP request

2020-01-27 Thread ALEX TULA
to version 1.0 for jaxb. I can’t generate data. Could you give an example of a soap request. I also wanted to note that for https://adwords.google.com/api/adwords/reportdownload/v201809/reportDefinition.xsd it turns out to generate classes. What is the difference, how can I be? Many thanks

Re: TargetingIdeaService Soap request - No Sevice info

2019-04-26 Thread James Morgan
dWords API and Google Ads API Forum Reply-To: "googleadsapi-forumadvi...@google.com" Date: Friday, 26 April 2019 at 08:35 To: "adwords-api@googlegroups.com" Subject: RE: TargetingIdeaService Soap request - No Sevice info Hi James, Could you confirm if you are using any o

RE: TargetingIdeaService Soap request - No Sevice info

2019-04-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi James, Could you confirm if you are using any of the AdWords API's client libraries <https://developers.google.com/adwords/api/docs/clientlibraries> for the request or if you are manually creating a SOAP request? When using the client libraries, the SOAP request would

TargetingIdeaService Soap request - No Sevice info

2019-04-25 Thread James Morgan
Hi There, I am reasonably new to the API and am having issues with a Soap Request for the Keyword Idea Service. Essentially I would like to make a request based on a list of keywords and receive the stats from them. However I am receiving the error: *No ServiceInfo for path /v201809

Re: Log Api Soap request

2018-05-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi VJ, To check where your current log file is located, you may look into your *adsapi_php.ini *file and see the value of *soapLogFilePath *(this is the path where your logs is located). You may then change the path based on your preference. You may also check this guide

Log Api Soap request

2018-05-09 Thread vj
) ->withClientCustomerId($client_id) ->withSoapSettings($SoapSettingsBuilder) ->withReportSettings($reportSettings) ->withSoapLogger(new Logger('channel_name')) ->build(); but its not creating any log files or request. Could you pleas

Re: SOAP request and response logs

2018-02-16 Thread Alan Coleman
Thanks again for your help. On Thursday, February 15, 2018 at 8:20:09 PM UTC, Milind Sankeshware (AdWords API Team) wrote: > > Hi Alan, > > To enable the logs, you just need to do some changes in adsapi_php.ini > file as mention in this guide >

Re: SOAP request and response logs

2018-02-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alan, To enable the logs, you just need to do some changes in adsapi_php.ini file as mention in this guide . You can view your SOAP logs in file which is mention in soapLogFilePath filed of your configuration file

SOAP request and response logs

2018-02-15 Thread Alan Coleman
Hello everyone, We're using the latest library of the Google AdWords API as documented here: https://github.com/googleads/googleads-php-lib/blob/master/UPGRADING.md I'm confused about SOAP Logging, which is documented here: https://github.com/googleads/googleads-php-lib/blob/master/README.md#l

Re: soap request for google adwords "Search Query Performance Report"

2017-11-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ajay, The AdWords API currently utilizes SOAP for its requests, however, there is no specific WSDL for each of the reports as mentioned by my colleague in his recent response in this thread. If you opt to not use the client library, you may also download the report via HTTP post as discussed

Re: soap request for google adwords "Search Query Performance Report"

2017-11-29 Thread Ajay Maheshwari
Hi, i am trying to search the "shopping performance report wsdl" and "search query performance report wsdl", or i just wanted to confirm ,for this reports we need to use Soap or Rest"? Thanks in advance On Wednesday, 22 November 2017 12:37:25 UTC+5:30, martin@gmail.com wrote: > > > Hello

Re: soap request for google adwords "Search Query Performance Report"

2017-11-22 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Martin, Could you confirm if you are asking the WSDL of this specific report type as you are not using one of our client libraries? If so, then there is no specific WSDL for Seach Query Performance Report

soap request for google adwords "Search Query Performance Report"

2017-11-21 Thread martin . ranaldo
Hello guys, i am trying to search the "Search Query Performance Report" api in WSDL form but unable to find it, Can you please help me with that. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Report definition not recognized when making SOAP request

2017-09-14 Thread JohnA_a
Hi Vincent, I have sent you the private reply with the details requested. Thanks On Wednesday, 13 September 2017 08:18:38 UTC+3, Vincent Racaza (AdWords API Team) wrote: > > Hi, > > Thanks for this information. > > Since you are not using our client libraries, please make sure that you > follo

Re: Report definition not recognized when making SOAP request

2017-09-12 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for this information. Since you are not using our client libraries, please make sure that you followed the XML schema definition in creating a report definition

Re: Report definition not recognized when making SOAP request

2017-09-12 Thread JohnA_a
Hi Vincent, thanks for your reply. Just to give you a broader view of what we are attempting: We are actually using a SSIS component that is connecting to AdWords API and making a SOAP request to get ads performance data etc. We are not using any language (php, c#, java, ruby etc) but the

Re: Report definition not recognized when making SOAP request

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if you are getting the report fields (in Java) in your request? If your goal is just to get the report fields of AdGroup Performance Report, then you can use the example that I linke

Report definition not recognized when making SOAP request

2017-09-11 Thread JohnA_a
Hi all, we are trying to download a report from AdWords API and we are getting the error "*Report definition was not recognized. Does it exist in service WSDL?*" The xml script we are using is the below: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema

Get Campaign Performance Report in c# using soap request

2017-03-02 Thread arunk
Hi All, I am trying to get campaign performance report using Report Definition Service and able to get response back from API which contains all report fields but not actual values which was present in ad account. Any suggestion what I am missing here? Thanks, Arun -- -- =~=~=~=~=~=~=~=~=~

Re: Soap request returns "no service was found"

2017-02-13 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Can you confirm that you are sending the request to "https://adwords.google.com/api/adwords/mcm/v201609/CustomerService";? I see that the element getCustomers is not terminated by the matching end-tag in the SOAP body. Could you correct this in the SOAP request and let me know

Soap request returns "no service was found"

2017-02-13 Thread outleads
We're sending the SOAP request below but keep getting "No service was found" in response - why? http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/mcm/v201609"; xmlns:ns2="https://adwords.google.com/api/adwords/m

Re: How to enable soap request and response logging in Adwords API.

2016-08-05 Thread 'Joyce Lava' via AdWords API Forum
Hi Mounica, There is no way I am aware of in AdWords API and its services that will return the request and response objects. Also, as informed by Vishal, SOAP calls in the API can be logged only by usi

Re: How to enable soap request and response logging in Adwords API.

2016-08-04 Thread mounica . chette
Hi Vishal, Isn't there any method that the .NET SDK for Adwords would provide me to get the request and response objects? On Friday, August 5, 2016 at 12:49:50 AM UTC+5:30, Vishal Vinayak (Adwords API Team) wrote: > > Hi Mounica, > > Unfortunately, there is no way to log the SOAP calls without

Re: How to enable soap request and response logging in Adwords API.

2016-08-04 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Mounica, Unfortunately, there is no way to log the SOAP calls without using the App.config. In case you decide to use App.config, your best option to log into the database would be to read the output log file, parse the XML request and response objects as necessary and insert relevant fields

How to enable soap request and response logging in Adwords API.

2016-08-04 Thread mounica . chette
= OAuth2Flow.APPLICATION; //Initialize the AdWordsUserListService _adWordUser = new AdWordsUser(_config); _adWordUserListService = (AdwordsUserListService)_adWordUser.GetService(AdWordsService.v201605.AdwordsUserListService); Now i want to log the SOAP Request and

Re: Salesforce Apex and Google AdWords API SOAP Request

2016-06-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sean, This doesn't look like it's related to AdWords API. If there are issues while making requests to the API, I could help you with that. But I'm afraid queries related to Salesforce or Apex are not in our area of expertise. I would suggest that you post your query in the Salesforce forum

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

Re: Perform Keyword Status Change in a Single SOAP Request

2014-12-29 Thread Michael Cloonan (AdWords API Team)
, os...@ebay.com wrote: > > Hi all, > I want to perform a task which changes keyword status to PAUSED whose name > is equal to the given text, in all current active campaigns in a single > soap request. > Thanks. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Perform Keyword Status Change in a Single SOAP Request

2014-12-29 Thread osucu
Hi all, I want to perform a task which changes keyword status to PAUSED whose name is equal to the given text, in all current active campaigns in a single soap request. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Where am I going wrong with this SOAP request?

2014-05-01 Thread mktprodawsharedacc
Hi Michael, I have the same problem (also in ManagedCustomerService ): INVALID_TOKEN_HEADER (in other services token is valid, i get data and everything's ok!) when i tried to use your advice and change mcm to cm in the RequestHeader, I got another error(it looks like it means it should be mcm):

Re: Where am I going wrong with this SOAP request?

2014-03-24 Thread axtens
Michael Thank you!! I took that slab of XML, tweaked it to suit and ran it. Worked a treat. Most grateful. Kind regards, Bruce. > >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+

Re: Where am I going wrong with this SOAP request?

2014-03-24 Thread Michael Cloonan (AdWords API Team)
Hi again Bruce, Another possibility, if you're sure you have a valid developer token, is that you are using the wrong namespace in your RequestHeader. You have the line: http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/m

Re: Where am I going wrong with this SOAP request?

2014-03-24 Thread Michael Cloonan (AdWords API Team)
Hi Bruce, The error you're seeing, QuotaCheckError.INVALID_TOKEN_HEADER, indicates that your developer token is invalid. Please double-check that you have a valid token, and that you've followed the steps for signing up . Regards, Mike,

Where am I going wrong with this SOAP request?

2014-03-23 Thread t...@strapper.net
I'm working with https://adwords.google.com/api/adwords/mcm/v201402/ManagedCustomerService and wanting to get the account hierarchy. The requests are being made in raw XML (controlled by JScript) -- a bit perverse, I know, but that's the situation. I've generated the following SOAP packet

Re: Remove or change the Content-Encoding of a SOAP request

2013-07-02 Thread Paul Matthews (AdWords API Team)
P Content-Encoding when using AdWords >> PHP Library adwords_api_php_4.2.5 >> >> Content-Encoding: deflate >> >> >> [SOAP] >> ; Enable/disable gzip compression on SOAP requests and responses. >> COMPRESSION = 0 >> >> >> On Tuesday, June

Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman
t; > > [SOAP] > ; Enable/disable gzip compression on SOAP requests and responses. > COMPRESSION = 0 > > > On Tuesday, June 25, 2013 10:39:03 PM UTC+1, Alan Coleman wrote: >> >> The code below is a log of a SOAP request that forms part of my Google >> AdWords Ap

Re: Remove or change the Content-Encoding of a SOAP request

2013-06-26 Thread Alan Coleman
, June 25, 2013 10:39:03 PM UTC+1, Alan Coleman wrote: > > The code below is a log of a SOAP request that forms part of my Google > AdWords App. I'd like to be able to change or remove the Content-Encoding > of the request as I think this may be be causing an error. It can be seen

Remove or change the Content-Encoding of a SOAP request

2013-06-25 Thread Alan Coleman
The code below is a log of a SOAP request that forms part of my Google AdWords App. I'd like to be able to change or remove the Content-Encoding of the request as I think this may be be causing an error. It can be seen below on line 5. Any ideas would be appreciated. PHP Error: N

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
tpContext.Current == null What am I missing ? Thanks. On Dec 18, 12:10 pm, "Dr.g." wrote: > Dear Anash, > > Thanks for the help. > > I've seen this example but unfortunately it's not applicable for my > situation. > I'm working in C# and I use th

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
Dear Anash, Thanks for the help. I've seen this example but unfortunately it's not applicable for my situation. I'm working in C# and I use the WSDL structure to create the SOAP request manually since using the Client Library have some over head I'm trying to avoid. So

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-13 Thread Anash P. Oommen
Hi R.g, Yes, you can load an existing OAuth accesstoken. See http://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Making SOAP request in C#. Offline, not on a web application.

2011-12-11 Thread Dr G.
Hey, I'm trying to move my application to work with the new oAuth way without any luck. what I want to do is to have a two phase program. part 1: Let the user using a web application to authorized with Google. which, for as much as I understand, will give me the oauth_verifier token. save the tok

Re: how to create a SOAP request using .NET client library?

2010-04-27 Thread AdWords API Advisor
dwords-dotnet/source/browse/trun... > > > > > Best, > > > > - Eric Koleda, AdWords API Team > > > > > On Apr 22, 2:45 pm, BeeGeez wrote: > > > > > > I have an error in one of my AdGroupAdOperation mutate calls and I'm > > > &

Re: how to create a SOAP request using .NET client library?

2010-04-26 Thread BeeGeez
> > The README file for the AdWords API .NET client library includes > > > information on how to enable logging: > > > >  http://code.google.com/p/google-api-adwords-dotnet/source/browse/trun... > > > > Best, > > > - Eric Koleda, AdWords API Team > > > &g

Re: how to create a SOAP request using .NET client library?

2010-04-26 Thread AdWords API Advisor
ing: > > >  http://code.google.com/p/google-api-adwords-dotnet/source/browse/trun... > > > Best, > > - Eric Koleda, AdWords API Team > > > On Apr 22, 2:45 pm, BeeGeez wrote: > > > > I have an error in one of my AdGroupAdOperation mutate calls and I'm

Re: how to create a SOAP request using .NET client library?

2010-04-23 Thread BeeGeez
; > I have an error in one of my AdGroupAdOperation mutate calls and I'm > > trying to get the actual SOAP request.  I'm only working with the > > client library in VB.NET so I'm not sure how this is done.  Can > > someone post a code example of how to get

Re: how to create a SOAP request using .NET client library?

2010-04-23 Thread AdWords API Advisor
of my AdGroupAdOperation mutate calls and I'm > trying to get the actual SOAP request.  I'm only working with the > client library in VB.NET so I'm not sure how this is done.  Can > someone post a code example of how to get the SOAP request of the > operation in question?  

how to create a SOAP request using .NET client library?

2010-04-22 Thread BeeGeez
I have an error in one of my AdGroupAdOperation mutate calls and I'm trying to get the actual SOAP request. I'm only working with the client library in VB.NET so I'm not sure how this is done. Can someone post a code example of how to get the SOAP request of the operation in q

AdWords API Re: Sample CampaignService.get() raw soap request

2010-03-18 Thread Reed
20100101 20100314 On Mar 18, 10:07 am, dshevnock wrote: > Does anyo

AdWords API Sample CampaignService.get() raw soap request

2010-03-18 Thread dshevnock
Does anyone have a sample raw SOAP request for the CampaignService.get() operation? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

AdWords API Re: SOAP request to get Campaigns

2009-09-29 Thread AdWords API Advisor
Best, - Eric Koleda, AdWords API Team On Sep 29, 7:23 am, sm1 wrote: > Hello, > >   I am trying to get the list of all the Active and Paused campaigns. >  The SOAP request I am using is as follows: >  This request gives me all the campaigns in my account but I want it > to b

AdWords API SOAP request to get Campaigns

2009-09-29 Thread sm1
Hello, I am trying to get the list of all the Active and Paused campaigns. The SOAP request I am using is as follows: This request gives me all the campaigns in my account but I want it to be filtered. http://namespaces.soaplite.com/perl"; xmlns:SOAP-ENV="http://schemas.xmlsoa

AdWords API Sample SOAP request to add adgroup criterion

2009-08-12 Thread dshevnock
Does anyone happen to have a raw SOAP request from a call to the AdGroupCriterion service to add new adgroup criterion? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to

AdWords API Re: EstimateCampaignList - Sample Soap Request in Python

2009-04-13 Thread AdWords API Advisor
eff Posnick, AdWords API Team On Apr 13, 7:14 am, Monty808 wrote: > Hello, > > for the traffic estimater service EstimateCampaignList, can I see a > sample soap request using soap in python?  I cant figure it out with > out an example. > > Thanks --~--~-~--~~-

AdWords API EstimateCampaignList - Sample Soap Request in Python

2009-04-13 Thread Monty808
Hello, for the traffic estimater service EstimateCampaignList, can I see a sample soap request using soap in python? I cant figure it out with out an example. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups