Re: Failing to Download reports using v201406

2015-07-17 Thread Vandita Chhabaria
I needed to refresh my OAuth token and replace report variable names as per v201506. Thanks for your support ! :) On Thursday, July 16, 2015 at 10:13:48 PM UTC+5:30, Anthony Madrigal wrote: > > Hi Vandita, > > It appears your *client_id *was not filled, which is why the placeholder > INSERT_OAU

How to remove custom parameter

2015-07-17 Thread road11
I've got to programmatically remove custom parameters from all keywords in one campaign. I can remove the tracking template by setting it to String.Empty in C#. But nothing I try seems to remove the custom parameters. I've tried setting the key and value to String.Empty, but then I get a TOO SH

Re: AdWords test account setup

2015-07-17 Thread cisclicks
Thanks, Anthony... But I guess I'm having a little trouble understanding the relationships. I want to be able to run a report across all the accounts underneath my MCC account... is that possible? When I manually run reports from the MCC window, that's how it seems to work if I don't specify a

Re: AdWords test account setup

2015-07-17 Thread cisclicks
I guess I'm more than a little what IS my client account? Is that an account I create under my MCC account in the accounts page ("New AdWords account"), wherein I have campaigns and such? But for the purposes of my app, I want to be able to generate reports across all of those, preferably witho

Re: i am having issues accessing API

2015-07-17 Thread Gilberto Galvez @ Healthcare
Hi Anthony, Thanks for your response again from last week about our AdWords API reporting issue. Based on your response, I think you're saying that the email account associated with the Google Developers Console that is used to generate the refresh token MUST have access to the MCC account that

Re: How to get CPL & Leads columns & it's values

2015-07-17 Thread Umesh Dengale
Hi Pravin, The AdWords API reports does not have *CPL* and *Leads* fields you mentioned above. Are you looking for *conversion name* to see where the leads come from? If YES, then The campaign performance report

Re: getting costs per keyword

2015-07-17 Thread Anthony Madrigal
Hey Tim, You may be able to get the stats from the Campaign tabs by running a *Campaign Performance Report *and including *WHERE AdNetworkType = 'CONTENT'. *This may not include all the cost because some of the impressions came from the Display Network tab I mentioned previously. Regards, Anth

Re: API call for segment / conversions / conversionname results

2015-07-17 Thread Umesh Dengale
Hello, The campaign performance report has the ConversionTypeName filed which gives i

Re: AdWords test account setup

2015-07-17 Thread Anthony Madrigal
Hey Andy, The CUSTOMER_SERVING_TYPE_REPORT_MISMATCH means that you are trying to run a report under your MCC account. You will need to modify your clientCustomerId in your

Re: AdWords test account setup

2015-07-17 Thread cisclicks
I do have a developer token, I'm awaiting it's approval, so am trying to work with a test account, as directed by the documentation. My question is specifically about the RefreshToken, as described on this page: https://developers.google.com/adwords/api/docs/test-accounts Specifically: "OAuth 2

Re: AdWords test account setup

2015-07-17 Thread Anthony Madrigal
Hello, In order to make API requests from a test account, you will need to have a developer token (either pending or approved). Once you do, navigate to the Developer Console to create a project

Re: getting costs per keyword

2015-07-17 Thread Tim Swetonic
Thanks. Is it possible to get this - on the Campaigns tab, for June 1 2015, Total - Display Network equals $2,764.24. Is it possible to get that total cost from the API somehow? You mentioned impressions earlier, maybe that's the piece I'm missing. Tim On Friday, July 17, 2015 at 12:55:08 P

Re: getting costs per keyword

2015-07-17 Thread Anthony Madrigal
Hi Tim, The stats for the *Display Keyword Performance Report *should be compared to the display keywords' *Total - keywords* row found in the *Display Network > Display keywords *tab. Also, in your report, I think you may have added the value of the Total row in when calculating the total co

AdWords test account setup

2015-07-17 Thread cisclicks
I'm trying to set up a test account to use while my AdWords Developer token is awaiting approval. The documentation says that I need to request a refresh token specifically for my test account... but the normal process I used to get a refresh token is to go through the same OAuth process I used

Re: got access token, didn't get refresh token.

2015-07-17 Thread cisclicks
Josh - I went through that form already... I assume that I am in the queue and am waiting for a response. Thanks On Thursday, July 16, 2015 at 3:46:03 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi Andy, > > You can use the link I provided in my previous email: > > https://services.go

Re: Ad name from adwords reports

2015-07-17 Thread Anthony Madrigal
Hi Siva, In AdWords API v201506, the equivalent field for PromotionLine in the *Ad Performance Report *is headline . Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Damien
adwords/cm/v201502";>[removed]https://adwords.google.com/api/adwords/cm/v201502";>[removed] (AwApi-Python, googleads/3.5.0, Python/3.4.3)https://adwords.google.com/api/adwords/cm/v201502";>falsehttps://adwords.google.com/api/adwords/cm/v2015

Re: getting costs per keyword

2015-07-17 Thread Tim Swetonic
Hi again. I tried your suggestions. Now I get the proper costs (according to the adwords UI) for Total - Search and Total - Shopping. However, Total - Display Network doesn't match. I'm using awql like this SELECT AdGroupId,AdGroupName,CampaignId,CampaignName,Device,Clicks,Cost,Date FROM DIS

Re: Creating TrueView Template Ad

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Richard, I spoke with our resident *MediaService* expert, and here are the key points: 1. The comment on MediaService.upload regarding images is correct. You can only *upload* images through th

Re: Product Partition Issue when when migrated from adspygoogle (v201409) to googleads (201502)

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi, I don't see any changes over recent months that would modify the behavior for escaped vs. unescaped strings in the AdWords API. It may be that some of the encoding issues recently resolved in the Python library also removed the need to add escaping. Thanks, Josh, AdWords API Team -- --

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Damien, In the past, I've seen this error when the SOAP XML was malformed. Could you post your request XML with sensitive information removed (such as your developer token) so I can check it? Thanks, Josh, AdWords API Team On Thursday, July 16, 2015 at 8:56:54 AM UTC-4, Damien wrote: > > Hi

API call for segment / conversions / conversionname results

2015-07-17 Thread Robert Olsen
Hello Adwords forum. Right now i'm pulling data from campaigns by searching on the labels. I get the total data i need, but i need to find more specific data about the conversions. On the website you can use the segment, conversion and then conversion name to see where all the leads comes from.

Ad name from adwords reports

2015-07-17 Thread Siva Arasu
Hi, # Create report definition. report = { 'reportName': 'yesterday AD_PERFORMANCE_REPORT', 'dateRangeType': 'YESTERDAY', 'reportType': 'AD_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['Date'

Re: Unable to add location extension via MutateJobService

2015-07-17 Thread siddharth . mehta
Please consider my requirement. I only want to add location extension at campaign level. In the documentation it specifies under "When are legacy feed services preferred?" that adWords does not support location extension to be uploaded using CampaignExtensionService. That's why I am using Campa