Test Account Inactive

2014-05-29 Thread Ranjith A
Hi, I am using test account but the token from production account.when i execute i am getting "*account inactive*" error. how can i resolve this error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: Test Account Inactive

2014-05-29 Thread Michael Cloonan (AdWords API Team)
Hello, Please provide the full error that you are getting when you try to make requests to your test account. This will help me look up the specific causes and get you a solution. Regards, Mike, AdWords API Team On Thursday, May 29, 2014 4:03:14 AM UTC-4, Ranjith A wrote: > > Hi, > > I am usin

Re: Migrating from v201309 to v201402

2014-05-29 Thread Manjula Naidu
Hello , Thanks for response In above soap format i changed like this http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/mcm/v201402"; xmlns:v201=" https://adwords.google.com/api/adwords/cm/v201402";> $clientCustome

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Michael Cloonan (AdWords API Team)
Hello, The ReportDefinitionService is not meant for running reports, but rather for fetching information about what fields are supported in different reports. We also make all this information on our Rep

Re: Migrating from v201309 to v201402

2014-05-29 Thread Michael Cloonan (AdWords API Team)
Hello, This error marks that the XML is malformed. In your case, it looks like you have an opening tag, but then attempt to close it with . Make sure that you have a fully valid SOAP XML request and try again. Regards, Mike, AdWords API Team On Thursday, May 29, 2014 9:26:25 AM UTC-4, Manjul

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Jake Wilson
Ah okay that wasn't clear to me. Thank you! On Thursday, May 29, 2014 7:32:40 AM UTC-6, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The > ReportDefinitionService > is > not meant for running

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Jake Wilson
One more question about this. I have the following AWQL query: SELECT Id,Clicks,Headline,Description1,Description2,DisplayUrl,Impressions,Clicks,Cost,Conversions,ConversionRate,Ctr FROM AD_PERFORMANCE_REPORT WHERE Status IN [ENABLED,PAUSED] DURING 20140522,20140528 ORDER BY Clicks ASC I get: R

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Jake Wilson
I also get a similar error when using LIMIT... Any clues? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Michael Cloonan (AdWords API Team)
Hi Jake, That is strange. I just confirmed that I'm seeing the same error here. I filed a bug internally with the team, and I'll update here when I hear back about what's going wrong. Regards, Mike, AdWords API Team On Thursday, May 29, 2014 1:07:28 PM UTC-4, Jake Wilson wrote: > > I also get

Re: How to get the top performing ad for a campaign?

2014-05-29 Thread Jake Wilson
Thank you for looking into this Michael. If you could reply to this post when you discover the answer or if/when it's fixed I would appreciate it. In the meantime I will run my query to grab everything and then sort it locally. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Creating template ads for in-stream videos - missing mediaId

2014-05-29 Thread Gavin Rifkind
Hi I am trying to use the API to create in-stream video ads. I am creating template ads using template id 49. The videos that I need to use for the ads are all uploaded to YouTube, and I have the YouTube URL for the video. When trying to create the template ad, I am getting the error EMPTY_FIELD

link to adwords GUI with ad group id or ad id?

2014-05-29 Thread Jason
if i have the ad group id or ad id, how can I link to the specific information in google's gui? I've looked at the urls and I don't see how to link to specific part's of google's adwords gui. is this possible? and if so how? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Suddenly getting invalid_grant errors

2014-05-29 Thread Scott Luther
Hi guys, We're suddenly seeing an invalid_grant error when using our MCC account's refresh token. It's been working without any issues for the past 3 weeks. Anyone have any insight? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsd

Error when trying to create a campaign

2014-05-29 Thread Scott Luther
Hi guys, We're seeing the below error when trying to create a campaign via the API: SoapFault: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN] What am I missing? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=