Adwords Api with OAuth 2.0 in Asp.Net

2015-03-31 Thread Marcin Gdak
Hi, I need to get the access to the Adwords campaign of other users after consent. The User is logging through OAuth 2.0 (is giving the login name and the password), best with the AspNet.Membership use. I am working on ASP.Net Web Forms .I have Client ID, Client secret for web application and t

How get CustomerId with OAuth 2.0

2015-03-31 Thread Marcin Gdak
Hi, How get Customer ID of the user with OAuth 2.0 web flow. How I wrote down by hand customer id in webconfig, that's all is acting. But I need to take the id after the Authorization. How I can get Customer Id of the user? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How get CustomerId with OAuth 2.0

2015-04-01 Thread Marcin Gdak
gt; Nadine, AdWords API Team > > On Tuesday, March 31, 2015 at 11:15:57 AM UTC-4, Marcin Gdak wrote: >> >> >> Hi, >> >> How get Customer ID of the user with OAuth 2.0 web flow. >> How I wrote down by hand customer id in webconfig, that's all i

Re: How get CustomerId with OAuth 2.0

2015-04-01 Thread Marcin Gdak
Hmm I am getting Idas but only then when the same I have written down in webconfig. If it is different I am getting the error AuthorizationError.USER_PERMISSION_DENIED. My code in C# CustomerService customerservice = (CustomerService)user.GetService(AdWordsService.v201502.CustomerService); Cu

Re: How get CustomerId with OAuth 2.0

2015-04-01 Thread Marcin Gdak
your OAuth user does not have > permissions to access. > > Best, > Nadine, AdWords API Team > > On Wednesday, April 1, 2015 at 4:39:24 AM UTC-4, Marcin Gdak wrote: >> >> Hmm I am getting Idas but only then when the same I have written down in >> webconfi

Re: How get CustomerId with OAuth 2.0

2015-04-02 Thread Marcin Gdak
Thank for your replies :) I have another problem. I am working with the option 2. My code: AdWordsUser user = new AdWordsUser(); CustomerService customerservice = (CustomerService)user.GetService(AdWordsService.v201502.CustomerService); long customerId = customerservice.get().customerId; ->

Re: How get CustomerId with OAuth 2.0

2015-04-03 Thread Marcin Gdak
Hi Nadine, I try this, but "oAuth.RefreshToken" is empty. I noticed that the same I could not get the user e-mail. If I put a clientCustomerId in my web.config, then I have a full access to Adwords API. RefreshToken must be good but I can't pick it up :( -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How get CustomerId with OAuth 2.0

2015-04-08 Thread Marcin Gdak
Hi Nadine, Still my refresh token is empty. My logs: AdsClientLibs.RequestInfoLogs Information: 1 : host=accounts.google.com,url=/o/oauth2/token,Content-Type: application/x-www-form-urlencoded, Host: accounts.google.com, TimeStamp: Wed, 08 Apr 2015 15:56:00 GMT, code=4%2feZigbElUJzTfPvRzDcgv

using reports in v201502

2015-04-09 Thread Marcin Gdak
Hi, I would like to take data down from reports to my database. I'm download and I'm showing data in the CSV format and is converting on String. How to get rid of the header and the footer? How to create the object from this data? I'm using API version 201502 http://googleadsdeveloper.blogspot.

Re: ManagedCustomerService gives An AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED Error

2015-04-09 Thread Marcin Gdak
Hi Aswini, You must have CustomerId before the request to ManagedCustomerService. CustomerId you can charge from Customer Service . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Re: How get CustomerId with OAuth 2.0

2015-04-13 Thread Marcin Gdak
.Text += config.Email; One more time I am thanking you for help. Marcin Gdak W dniu piątek, 10 kwietnia 2015 17:36:12 UTC+2 użytkownik Anash P. Oommen (AdWords API Team) napisał: > > Hi Marcin, > > In your Web.config, comment out all the OAuth2 properties other than > > > />

Re: using reports in v201502

2015-04-13 Thread Marcin Gdak
, 13 Apr 2015 11:53:12 GMT Server: GSE TimeStamp: Mon, 13 Apr 2015 13:53:11 GMT Response truncated. -END API CALL--- Thanks, Marcin Gdak -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper

Re: using reports in v201502

2015-04-13 Thread Marcin Gdak
Hi, Ok, I thank you for information. Isn't it possible somehow to get around it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Change History

2015-04-20 Thread Marcin Gdak
Hi, I would like to get the history of changes from 30 last days. I am using v201502 CustomerSyncService. 1. If the campaign started within 30 days. I have information only, status is NEW. I read what it is caused with. Must I give the new request with the lower scope of dates? 2. The serv

Re: Change History

2015-04-21 Thread Marcin Gdak
GroupCriterion > <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.QualityInfo> > (e.g., > keywords) may be of interest. > > Cheers, > Josh, AdWords API Team > > On Monday, April 20, 2015 at 7:33:12 AM UTC-4, Marcin Gdak wrote

Re: Change History

2015-04-22 Thread Marcin Gdak
ign. The only option would be to submit multiple sync requests > with progressively more recent start dates until the campaign no longer > appears as new. This probably won't be terribly efficient, however. > > Thanks, > Josh, AdWords API Team > > On Tuesday, April 21

Expected clickthrough rate

2015-05-13 Thread Marcin Gdak
Hi, Can I get information about Expected clickthrough rate? I can get information about Ad relevance and Landing page experience Do you know if it's available trough API or not? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

AWQL and join

2015-06-16 Thread Marcin Gdak
Hi, I need to get all url of advertisements in relation to keywords in my campaign. My query is: SELECT KeywordText FROM KEYWORDS_PERFORMANCE_REPORT JOIN AD_PERFORMANCE_REPORT ON AD_PERFORMANCE_REPORT.KeywordId= KEYWORDS_PERFORMANCE_REPORT.Id WHERE AD_PERFORMANCE_REPORT.CampaignId = " +

AdExtension

2015-07-01 Thread Marcin Gdak
HI All, I need to get information about AdExtension. I know that I should use this report - PLACEHOLDER_FEED_ITEM_REPORT ,but I don't know as? Thanks for the help Marcin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.bl

Re: AdExtension

2015-07-06 Thread Marcin Gdak
Hi Umesh, Thank You for help. But I cannot find information, which field is keeping types of extensions. I would like to have information about all extensions of advertisements used in the campaign. what should I do? Marcin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: AdExtension

2015-07-07 Thread Marcin Gdak
Hi Umesh, It works for me. Thank you for help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: AdExtension

2015-07-07 Thread Marcin Gdak
Hi Umesh, I have one question. How I can charge information how many advertisements have a given type? Marcin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/pos

CampaignChangeData and AdGroupChangeData

2015-07-30 Thread Marcin Gdak
Hi, I am thinking how I can what type of the criterion get to know was changed, and what advertisement. I tried to get CriteriaType from the CriterionPerformance report. In the result I got information that all CriterionType are "Keyword", either than a truth isn't. In my opinion types "LOCATI

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2015-12-20 Thread Marcin Gdak
Hi, He has certain problem. At the download about the Campaign I am getting the error message."ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND" I read, that a too big report can be a cause, but one record is a reply. Some time ago everything acted. I always get the announcement when I

Total amount of groups of advertisements, advertisements, criteria

2016-01-30 Thread Marcin Gdak
Hey all, I need to charge the total amount of all groups of advertisements, advertisements, criteria, searchquery from all campaigns in the given account. Is it possible to pick it up in an one request? Whether for of every kind must an individual request be? thanks for help Marcin -- -- =~=

Keyword Text from Reports

2016-06-01 Thread &#x27;Marcin Gdak' via AdWords API Forum
Hi, I need information about keywords and of criteria. I am using for this AdGroupCriterionService. I would like the same to charge information with reports. Unfortunately I don't know which report has a text of the keyword. In my opinion it should be in the Keyword_Performance_Report report bu

Re: Keyword Text from Reports

2016-06-02 Thread &#x27;Marcin Gdak' via AdWords API Forum
Hi Peter, This worked - thank you for your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive