how to know existing client id and secret id of a project in adword account

2014-03-28 Thread sravanthi
hi, Alrdy my company opened adword account for a project...dey gave credentials to us but v r not able to understand where we can find out client id and secret id for existing project.. plz try to help us.. Thanks in Advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: How to retrieve the mobile app report by adwords API?

2014-03-28 Thread Josh Radcliff (AdWords API Team)
Hi Johnson, I took a look at your accounts and I could not find an example where both: - The *Status* shows as *Managed* on the "Display Network" tab under "Placements" (as described in the Mapping Reports to the UI doc

Re: Unable to parse SOAP buffer for outgoing messages. not well-formed (invalid token): line 1, column 0

2014-03-28 Thread Josh Radcliff (AdWords API Team)
Hi, I think the problem may be that you are forcing a refresh of the OAuth2 token in every thread. Do you still get the error if you remove the credentials.refresh(httplib2.Http()) line? The library should take care of refreshing your access token if it has expired so you shouldn't have to f

Need help for add new campaign

2014-03-28 Thread chriss Moyle
Hi, I am using adwords API to create a campaign using c#. To create campaign i am using below google adwords api. https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService Here i am not able to find to post below information. Location, Language, Default Bid value, etc. K

MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-03-28 Thread chriss Moyle
Hi, I am creating campaign using below API. https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService Now, i am getting below issue very time. i have already passed information of "CampaignOperation" parameter as showing below. // Create the operation. CampaignOperation op

In report, why does 'cost' change from 1 to 1000000?

2014-03-28 Thread Fan weber
I upgrade api from v201306 to v201402. use OAuth2.0, and get report with the setting. 'reportType' => "DESTINATION_URL_REPORT", 'downloadFormat' => "GZIPPED_XML", 'includeZeroImpressions'=> 0 I compare the report with different versions. find cost chan

Re: In report, why does 'cost' change from 1 to 1000000?

2014-03-28 Thread Michael Cloonan (AdWords API Team)
Hi, In the announcement for v201402, we linked to the release notesand migration guide

Re: Gmail Sponsored promotions

2014-03-28 Thread Melissa Lee
Hi Michael any updates on the availability yet? thanks On Tuesday, 7 January 2014 18:56:06 UTC+1, Michael Cloonan (AdWords API Team) wrote: > > This feature is still not available via the API. I'll check with the team > and we'll post any updates when this feature would get released to the >

Re: Automatic Credential Refresh

2014-03-28 Thread Michael Cloonan (AdWords API Team)
Hi, Check out this thread, which looks like a duplicate of the one here. Regards, Mike, AdWords API Advisor On Thursday, March 27, 2014 1:33:12 PM UTC-4, Kuba wrote: > > Hi, > I've obtained a refresh tokens with help of GoogleAut

Re: Gmail Sponsored promotions

2014-03-28 Thread Michael Cloonan (AdWords API Team)
Hi Melissa, I cannot comment on upcoming features here. Any planned or new features will be announced on the blog . Regards, Mike, AdWords API Advisor On Thursday, March 27, 2014 11:33:41 AM UTC-4, Melissa Lee wrote: > > Hi Michael > > any updates on the

Updates from AdWords API Compliance Team

2014-03-28 Thread Anash P. Oommen (AdWords API Team)
The AdWords API Compliance team is reaching out to some developers to confirm that your contact information in the API Center is correct and that we understand how your tool(s) are used. Keep an eye out for an email from "AdWords API Compliance" with subject "*Action Required: Your AdWords API

client id and client secret id

2014-03-28 Thread sravanthi
hi,alrdy v hav acount in adwords for our site but i'm not finding how to get client id and client secrete id for existing project...can u please help me out to know client id and client secrete id plz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Reg WinNotification Test

2014-03-28 Thread Veera Reddy
Hi, We are using python tester for sending requests and how to test win notification. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=

AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-03-28 Thread dddao
Hi! i get an error : AuthenticationError.LOGIN_COOKIE_REQUIRED when i run the with the new library v201402 anyone can help me?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our bl

Automatic Credential Refresh

2014-03-28 Thread Kuba
Hi, I've obtained a refresh tokens with help of GoogleAuthorizationCodeFlow helper class. I've stored them in a safe place(db). Whenever I wan't to access AdWords API I create a Credential in the following way: Credential credential = new OfflineCredentials.Builder() .forApi(Of

Re: Automatic refresh of expired credentials.

2014-03-28 Thread Michael Cloonan (AdWords API Team)
Hi, You don't need to store the Credential in a pool for re-use. It will automatically re-use the existing access token for as long as it's valid, and then fetch a new one if it's invalid, every time you create the Credential object. It's intended to work this way so you instantiate a new Cred

Re: Can the API tell us what "Access Level" a user has?

2014-03-28 Thread Michael Cloonan (AdWords API Team)
Hi Oliver, No, I believe that feature only affects the UI, and has nothing to do with the API. That feature allows you to have other users log into the UI to manage your AdWords account, whereas the API requires you be using a developer token associated with a linked MCC account. These access m

Set a budget with static BudgetId

2014-03-28 Thread Mike Young
Using V201402 How do I set the budget of a campaign using a stored BudgetId and stored CampaignId? I do not want to create a campaign, just change one. Using the following in PHP (not working code but bits that I have collected from others!): - require_once 'Google/Api/Ads/AdWords/v201402/Bud

Re: How to retrieve the mobile app report by adwords API?

2014-03-28 Thread qdhibaymcc
在 2014年3月26日星期三UTC+8下午7时48分12秒,qdhib...@gmail.com写道: > > Hi, API team > > I am trying to get the mobile app report by adwords API for our clients. > But the data seems not available for placement and url performance report. > Would you please suggest how to get this report? > Thanks a lot for