Re: No campaigns were found

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi, 1. Don't use the developer token under 773-205-0228, it won't work. Test MCC developer tokens are not supported. Use the tokens under 740-266-0867 instead. 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 and 161-227-5683 as clientCustomerId. Cheers, Anash P. Oomm

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, Your approach is the recommended one, since AdWords API reports don't support MCC level reports. However, you can go for the following improvements. 1. Put 4c, 4d, 4e in a thread of its own. The thread method accepts the clientCustomerId as argument. Create a new AdWordsUser, set its

Re: Test Account: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Raul, Looks like your account is setup correctly, could you try making a call once more and let me know if you still face issues? If yes, please post a sanitized SOAP request and response log, I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, September

Re: When is the {devicemodel} ValueTrack parameter available?

2013-09-10 Thread David Torres (AdWords API Team)
Hi, ValueTrack is not directly related to the AdWords API, I'd recommend you posting your question on the general AdWords Support community . Best, - David Torres - AdWords API Team On Thursday, September 5, 2013 9:52:56 PM UTC-4, Devesh Parekh wrote: >

Re: Simple Questions about the OAuth2 access_token and Redirect URI

2013-09-10 Thread Alan Coleman
Hi David, Many thanks for taking the time to reply. I understand the concepts of OAuth2, I've been through all of the documentation many times and it all makes sense. Much of the documentation seems to be geared towards web applications for anonymous users, whilst this is very useful it just a

Re: oauth2_jwt ApiException (ruby)

2013-09-10 Thread fabuda ayodele
i need a good Hacker.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are s

Re: Error QuotaCheckError.INCOMPLETE_SIGNUP

2013-09-10 Thread David Torres (AdWords API Team)
Hi Larisa, Yes, you need to wait for you token to be approved in order to target non-test accounts. Best, - David Torres - AdWords API Team On Wednesday, September 4, 2013 9:14:06 AM UTC-4, larisa bolgova wrote: > > > > On Wednesday, August 14, 2013 8:09:17 PM UTC+3, David Torres (AdWords API

Re: STATS request in TargetingIdeaService

2013-09-10 Thread David Torres (AdWords API Team)
Hi, TargetingIdeaService is restricted to only mock results for Test Accounts. You'll need an approved token to retrieve real metrics out of the service. Best, - David Torres - AdWords API Team On Wednesday, September 4, 2013 1:40:48 AM UTC-4, Yihang Luo wrote: > > Hello, I have some questions

No campaigns were found

2013-09-10 Thread gapi
I have created several Accounts, because i got errors Like: QuotaCheckError.INCOMPLETE_SIGNUP (I added 2 Creditcards, but still got the error) Now I have a test-MCC-Account (773-205-0228) with test-Adwords-Account ( 161-227-5683) I have a Developer Token from another Account:740-266-0867 I h

Re: AWQL Report to memory

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, You will need to specify a format (csv, xml, etc,) , but https://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/Util/ReportUtils.php#151 suggests that if you pass null to $path, you would get the report in memory instead of being written to disk. C

Re: Problem with adhoc reporting using test account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi, You need to use your pending developer token instead of Email++[currencyCode] as developer token. The call will succeed as long as your request is fine and your call is made against a test account. Email++[currencyCode] notation is part of the AdWords API sandbox, which was sunset a while

Re: Get MCC working, allow clients to login and able to get their own reports.

2013-09-10 Thread David Torres (AdWords API Team)
Hi, MCCs are used to be able to manage multiple accounts with only one set of credentials, in terms of the API it means that you generate OAuth2 tokens against your MCC account and specify the clientCustomerId header to point to the client account you want to operate against. Best, - David To

Re: Best practice for downloading reports from multiple ClientCustomerIDs within an MCC account.

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Mark, I responded on your other thread, Cheers, Anash On Sunday, September 8, 2013 1:15:38 PM UTC+5:30, Mark Ibanez wrote: > > Hi, > > Before I pose the question, please allow me to describe what I am trying > accomplish. I am using AdHoc reports v201302 within C# .net (I think using > the

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, Do you have a code example to illustrate the problem? That would be most helpful. Cheers, Anash On Friday, September 6, 2013 7:51:11 PM UTC+5:30, CSPeter wrote: > > I also have this issue. I'm running the .net client library from nuget > (16.1.0). When I make this call with the fol

Re: Creating site links with description

2013-09-10 Thread David Torres (AdWords API Team)
Hi, The use of description line 1 and line 2 is restricted to beta developers, as noted in this appendix . Best, - David Torres - AdWords API Team On Wednesday, September 4, 2013 2:46:28 PM UTC-4, Brett Baggott wrote: > >

Re: sample api for adding offline conversions

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Alex, This feature was announced recently, this feature may become available in a future version of AdWords API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 11:56:35 AM UTC+5:30, Alex wrote: > > Are there any updates on this issue? > > http://adwords.blogspo

Re: BUG: API (v200909) had not throw duplicate adgrup exception

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Jeremy, That's unexpected, the call should have failed. Could you post a sanitized SOAP request and response xml? As for error recovery, you could retrieve adGroups by given name, and then rename the duplicate adGroup / delete it as applicable. Cheers, Anash On Tuesday, September 10, 2013

adwords-api@googlegroups.com

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Pavel, You can make calls using your pending production developer token to test accounts, as long as you have entered billing details and accepted AdWords API Terms and Conditions for the pending API MCC account. You can use the credentials of the parent MCC of the test account and test acco

Re: INCOMPLETE_SIGNUP error with test adword account

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Yashu, You need to enter credit card information to activate your token and accept AdWords API Terms and Conditions. After that, you will be able to use the token to make calls to your test account. Once your token is reviewed and approved, you will be able to make calls to production accoun

Re: Can't get list with GA profiles

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Alexandr, This forum is for AdWords API, you could ask your questions on the Google Analytics forum. See https://developers.google.com/analytics/community/ for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 2:48:41 PM UTC+5:30, Alexandr Stoilovskij wr

Re: Remarketing

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Diwan, Could you kindly ask your question on https://www.en.adwords-community.com/ ? Thanks, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 10, 2013 5:20:27 PM UTC+5:30, Diwan Nikhil wrote: > > When we see remarketing, is it like for every product company create > banner or sys

Re: Simple Questions about the OAuth2 access_token and Redirect URI

2013-09-10 Thread David Torres (AdWords API Team)
Hi Alan, You use your refresh token to generate new access tokens. Then the access token is the one you include in the API calls so your request get properly authorized, as you mentioned. So if you were able to generate a refresh token already, a call to https://accounts.google.com/o/oauth2/t

Re: AdGroupAdError.CANNOT_OPERATE_ON_DELETED_ADGROUPAD

2013-09-10 Thread Jeremy Aube
While collecting the logs for the get and mutate calls, we figured out what the issue was. We were getting two mutate calls instead of one due to not properly handling the case where there were no policy violations on any of the ads in the mutate request. Thanks for your help with this! On Tue

Re: AdGroupAdError.CANNOT_OPERATE_ON_DELETED_ADGROUPAD

2013-09-10 Thread Danial Klimkin
Hello Jeremy, I still can't reproduce the issue following these steps. Can you please collect logs for both the "get" call and the subsequent "mutate" call, and send them to me over email ("Reply to author" button)? -Danial, AdWords API Team. On Monday, September 9, 2013 9:19:16 PM UTC+4, J

Re: Invalid_grant error occurrence during authentication in a rails app..

2013-09-10 Thread Danial Klimkin
Hello Sumit, There were no chances on the server side I know of. I've also checked my own rail demo app and it still works as expected. Did you make any changes to the code, application setting (on the API console) or your account (such as 2 step or password change)? If still in doubt, try en

Re: How to Get Adwords API Approved that has been pending for weeks?

2013-09-10 Thread Danial Klimkin
Hello Sevna, AdWords API is now free and units are no longer used. Please see the current rate sheet here: https://developers.google.com/adwords/api/docs/ratesheet2 -Danial, AdWords API Team. On Thursday, September 5, 2013 6:49:48 PM UTC+4, Sevna Infotech wrote: > > Hello Guys, > > I have

Re: The characteristic of the test account

2013-09-10 Thread Danial Klimkin
Hello Peter, 1. Test accounts can be used right away, no approval is necessary. 2. As test accounts don't serve, billing information is not required. You need a valid billing information on the MCC account though (non-test, production MCC account you need for a token). 3. No, ads on test acco

Re: Adword API - application flow

2013-09-10 Thread Danial Klimkin
Hello Amit, First of all, there is no need to link the client account under your MCC to access it. Once you have OAuth token and account ID, you can access the account directly. You can also enumerate and find out account CID with ManagedCustomerService, so you just need the step 1. -Danial

Re: Why is BulkOpportunityService gone?

2013-09-10 Thread Danial Klimkin
Hello Yihang, While BulkOpportunityService is gone, you can still use TargetingIdeaService to find keyword and placement ideas: https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService -Danial, AdWords API Team. On Thursday, September 5, 2013 7:59:06 AM UTC+4,

Re: Developer Token Pending Approval For Months

2013-09-10 Thread Danial Klimkin
Hello, I can see the token application was submitted on Sep 4th 2013. Please allow up to 5 business days for the tokens review team to response. In the meanwhile, please make sure to set up the billing information and review / accept API Terms and Conditions. -Danial, AdWords API Team. On

oauth2_jwt ApiException (ruby)

2013-09-10 Thread Ivan Bondarenko
*Hi, all!* *I want get next request:* *google = AdwordsApi::Api.new * *srv = google.service(:ManagedCustomerService, :v201306) * *selector = {:fields => ['CustomerId']} * *graph = g.use_mcc() {srv.get(selector)}* *My adwords_api.yml :* *---* *:authentication:* * :method: OAUTH2_JWT* * :oauth2_

Remarketing

2013-09-10 Thread Diwan Nikhil
When we see remarketing, is it like for every product company create banner or system automatically picks up the relevant image from website. Hope my question made sense... Can anyone tell me how exactly back-end things happening? As I want to start doing Remarketing soon. :) -- -- =~=~=~=~=

Can't get list with GA profiles

2013-09-10 Thread Alexandr Stoilovskij
I have some trouble with Google Analytics API v2.4 : I'm trying to use api request after authorization by next url: https://www.googleapis.com/analytics/v2.4/management/accounts/~all/webproperties/~all/profiles And get error: Fatal error: Uncaught exception 'Exception' with message 'GAPI: Failed

INCOMPLETE_SIGNUP error with test adword account

2013-09-10 Thread Yashu Gupta
I have been struggling to run adword api with a test account from quite some time. I have also read related threads before asking. MCC Customer ID: 269-130-1053 My MCC account is not a test account. Billing + T&C are set and accepted. Test Account Client ID: 182-461-0989 Test account was setup

Re: Set bidModifier attribute on create campaign in v201306

2013-09-10 Thread Oliver
here is a sample Java code that works for us: CampaignCriterionOperation criterionOperation = new CampaignCriterionOperation(); CampaignCriterion campaignCriterion = new CampaignCriterion(); campaignCriterion.setCampaignId(campaignId); Platform mobile = n