Downloading Named Reports with C#

2015-06-18 Thread Pravin Yadav
Hi, Q1. I try to download reports using(v201502) ReportDefinition Service but i not getting data or even error (with c#.Net Application). report file is download in excel but not getting data only shows headers those available in (selector). Q2. Also i want to

Upgraded Urls: Can not migrate Ads with german Umlauts (öäüß) in final url

2015-06-18 Thread Thomas Moormann
Hi, we are currently migrating our Adwords Accounts by using the upgrade URL function on AdGroupAds. We got an AdError.URL_NOT_EQUIVALENT error on all final URLs with german Umlauts like äöüÄÖÜß. Example to reproduce: Destination URL:

BidModifier field in Criteria Performance Report

2015-06-18 Thread GD
Hi, I'm trying to get mobile modifiers via the CRITERIA_PERFORMANCE_REPORT. However, the result is always empty. Maybe I'm misunderstanding the purpose of the BidModifier field in this report? SELECT CampaignId, AdGroupId, Id, CpcBid, FirstPageCpc, TopOfPageCpc, QualityScore, BidModifier,

Re: question on generating yaml file for API

2015-06-18 Thread Jagat Bhat
In google developers console I generated the .json file, where i could find client id, but i didn't obtain client secret.. Is it the private key id present in the generated .json file.? Please help me out.. :) On Tuesday, 18 November 2014 07:12:34 UTC+5:30, AR wrote: Hi, I recently was

Re: question on generating yaml file for API

2015-06-18 Thread Michael Cloonan (AdWords API Team)
Hello, There should be no reason to generate a .json file. Please see our Authorization Guide https://devsite.googleplex.com/adwords/api/docs/guides/authentication, which includes step by step instructions for fetching this data with screenshots. Regards, Mike, AdWords API Team On

Re: Tracking Template on AdGroup Level (or higher)

2015-06-18 Thread Josh Radcliff (AdWords API Team)
Hi Pete, Thanks for the suggestion. I'll pass this along to the upgraded URLs team. Cheers, Josh, AdWords API Team On Wednesday, June 17, 2015 at 9:56:11 AM UTC-4, pete wrote: Completely agree with Mark - Google have used some run-time logic to append params with the appropriate param

Re: Adwords API's keyword Planner use Account Setup

2015-06-18 Thread Dhwani Patel
Hi Umesh, I started the signup for MCC account but It asks me to create a ad. I do not want to create any ad. Is there any way we can just crate the MCC account and not create an ad ? On Tuesday, June 16, 2015 at 12:38:53 PM UTC-4, Dhwani Patel wrote: Hello, We are using Adwords API

Keyword Performance Report Approval Status

2015-06-18 Thread xtcsuk
Hello, What I need is to download all the keywords with these fields (id, adgroupid, campaignid, approvalstatus) for a given campaign. How would I go about it? I tried it with these fields for a given date range and campaign, it returns no rows. If a metric field is added to the field list

Re: Account level Upgraded URLs with tracking templates - does this data flow through to ad performance report?

2015-06-18 Thread Anash P. Oommen (AdWords API Team)
Hi Scott, I don't think the ad performance report would automatically resolve the tracking template URLs and custom parameters in a hierarchical manner. I believe it shows only values at the current level (e.g. if there is a tracking parameter at ad level, it shows the value, and blank

Read Only Access

2015-06-18 Thread ApiUser18
We want to link our AdWords account with the ones from our customers, as described here https://support.google.com/adwords/answer/6139186?hl=enrd=2#link Some of them have very high spendings. They fear that we get full permissions if we link the accounts and accidentally mess up something.

Re: I want to get Vertical of japanese

2015-06-18 Thread Umesh Dengale
Hello, The ConstantDataService https://developers.google.com/adwords/api/docs/reference/v201502/ConstantDataService returns the results only in English; other languages are not supported. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Do LCS clients (Large Customer Sales) clients receive free maps API Credit

2015-06-18 Thread Nancy Hwang
I'm a large AdWords spender and I get a Google dedicated rep. Is there any opportunity to secure additional credits beyond what is free for everyone? Thanks for any help you may be able to provide. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Retrieve final URL over API

2015-06-18 Thread Anthony Madrigal
Hi Dominic, Could you please double check to see whether the ads you are selecting have been migrated to Upgraded Urls? You could do this by checking if Url ( Ad.url https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Ad#url) is not null. Ads will either have

Re: Tracking template for DSAs

2015-06-18 Thread Josh Radcliff (AdWords API Team)
Hi mm, It's my understanding that the tracking template will not be ignored in this case, but you could potentially generate invalid URLs if you place {unescapedlpurl} at any point except the beginning of your tracking template (for the reasons I mentioned in my previous email). Thanks, Josh,

Re: Adwords API's keyword Planner use Account Setup

2015-06-18 Thread Umesh Dengale
Hi Dhwani, If you want to get only past statistics for keywords using Keyword planner https://adwords.google.com/KeywordPlanner, you don't need to create your own Ad in the AdWords. You can use the TargetingIdeaService

Re: Do LCS clients (Large Customer Sales) clients receive free maps API Credit

2015-06-18 Thread Michael Cloonan (AdWords API Team)
Hello, All users are subject to the same rate limits https://developers.google.com/adwords/api/docs/guides/rate-limits, regardless of size. Additionally, accounts with standard access https://developers.google.com/adwords/api/docs/ratesheet have no daily limit on operations. Regards, Mike,

Re: Read Only Access

2015-06-18 Thread Anthony Madrigal
Hello, Yes, you can grant read-only access to the account. When granting someone permission to your account via *Account settings - Account access - Choose an access level, *you can set the access level to *Read-only access* The types of access levels are - Administrative access -

Can't get billing account through api

2015-06-18 Thread Kimsrung Lov
Hi there, I hope this email greeting you well. I have a question about getting billing accounts through api. The thing is I can get the budget order data but I can't get billing account data except this: {:@xmlns:ns2=https://adwords.google.com/api/adwords/billing/v201502;,

Re: Keyword Performance Report Approval Status

2015-06-18 Thread Anthony Madrigal
Hi, You can run a Keywords Performance Report https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report and include the fields *id, AdGroupId, CampaignId *and *ApprovalStatus. *You will need to include a metric field, like you mentioned, to get back n rows.

Re: BidModifier field in Criteria Performance Report

2015-06-18 Thread Umesh Dengale
Hello, The CRITERIA_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report is a Single attribution https://developers.google.com/adwords/api/docs/guides/reporting-concepts#single report. This means for every impression, AdWords will

Re: Downloading Named Reports with C#

2015-06-18 Thread Umesh Dengale
Hi Pravin, Please go through our reporting basics guide https://developers.google.com/adwords/api/docs/guides/reporting and check out our client library GetReportFields example

Re: Upgraded Urls: Can not migrate Ads with german Umlauts (öäüß) in final url

2015-06-18 Thread Nadine Sundquist (AdWords API Team)
Hi Thomas, I'm looking into this issue further. I'll get back to you as soon as I have news. Cheers, Nadine, AdWords API Team On Thursday, June 18, 2015 at 9:34:17 AM UTC-4, Thomas Moormann wrote: Hi, we are currently migrating our Adwords Accounts by using the upgrade URL function on

java.lang.ClassNotFoundException: com.google.api.client.util.Clock

2015-06-18 Thread The Phantom
I am working with the AdWords API adwords.axis.v201502 and all looks well for compiling. However at runtime I am seeing java.lang.ClassNotFoundException: com.google.api.client.util.Clock when attempting to use OAuth2 to connect to the AdWords site. The exact call is: Credential

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Clock

2015-06-18 Thread The Phantom
On Thursday, June 18, 2015 at 4:36:42 PM UTC-7, The Phantom wrote: I am working with the AdWords API adwords.axis.v201502 and all looks well for compiling. However at runtime I am seeing java.lang.ClassNotFoundException: com.google.api.client.util.Clock when attempting to use OAuth2 to

Retrieve final URL over API

2015-06-18 Thread Dominic Asche
Hi, my question is about how to obtain tracking template settings over API: *Sitiuation* We are replacing the URLs of our clients AdWords over API to redirect them to one of our landingpage For backup reasons, we'd like to get the finale URL for any keyword / Ad *Problem* Since the

Re: Parsing WSDL error

2015-06-18 Thread Danial Klimkin
Hello Dmitry, I've checked with the network team and this looks like a DNS issue to them. Indeed, I can't reach 173.194.71.50 either. Host gives me: $ host adwords.google.com adwords.google.com is an alias for adwords.l.google.com. adwords.l.google.com has address 74.125.136.102