Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread Kaylin Jeon
It's working correctly with that clientCustomerId. Thank you very much! On Friday, May 20, 2016 at 1:10:41 PM UTC-7, Joyce Lava wrote: > > Hi Kaylin, > > Based on the screenshot you sent, the correct clientCustomerId is > 697-551-2340. You need to set this as the clientCustomerId in the > confi

Re: TargetingServiceIdea - keyword planner

2016-05-20 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dan, Could you provide the SOAP request and response logs for this? The instructions to enable logging in the PHP client library are provided here . Please use *Reply privately to author* when responding. Thanks, Shwetha, A

Re: Create campaign with topics

2016-05-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You could refer to the below sample code : CriterionUserInterest userInterest = new CriterionUserInterest(); userInterest.setUserInterestId(80429L); // this will be the id field found in the Affinity or

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin, Based on the screenshot you sent, the correct clientCustomerId is 697-551-2340. You need to set this as the clientCustomerId in the configuration file (ads.properties

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread Kaylin Jeon
http://screencast.com/t/7hfawTf2T0 http://screencast.com/t/lukz1F9D58r I'm attaching screen shot. As you can see, that's correct customer_id and this id is working on google adwords site. And also I can see one campaign. On Friday, May 20, 2016 at 11:44:54 AM UTC-7, Kaylin Jeon wrote: > > When

I don't understand one of the questions in the Token Form

2016-05-20 Thread Manuel García Cabrera
The question is this one: *Will your use of the API be in conjunction with AdWords ads?* What does that mean? Why would I be using the API if not to ultimately serve ads? How is it possible not to use it in conjuction with AdWords ads? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

I don't understan a Token form question

2016-05-20 Thread Manuel García Cabrera
It's the following question: *Will your use of the API be in conjunction with AdWords ads?* How would it be possible not to use them in conjuction? If I'm using the api to create and optimize campaigns that serve ads, it means I use them in conjuction, right? I can't think of a use in which you

Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin, First, the clientCustomerId format should be something like 123-456-7890. You might be using an incorrect clientCustomerId that's why you are receiving the AuthenticationError.CUSTOMER_ NOT_FOUND

AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-20 Thread Kaylin Jeon
When I try to get campaign with this customer_id=34766 it's throwing this error "AuthenticationError.CUSTOMER_NOT_FOUND" Other customer_id are working correctly to me but not that customer_id. When I check this customer_id on google adwords, it's valid customer_id. I don't know why it throwing th

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-20 Thread 'Peter Oliquino' via AdWords API Forum
Hello Alex, You could activate the SOAP logs using this guide . You could send me SOAP logs *privately *using *reply privately to author *while responding. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~

Re: Not able to show ads at "Universal Mobile Campaign"

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Rohan, We only support AdWords API. The above question is related to AdWords Product side (UI). Please post your question to AdWords Product Forum . Thanks, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=

Not able to show ads at "Universal Mobile Campaign"

2016-05-20 Thread Rohan Shah
Please help my Google Adword support manager isn't able to guide me. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: TargetingServiceIdea - keyword planner

2016-05-20 Thread dan . kimche
Hi Shwetha, I finally get my developer token approved for basic access. When I try the example from https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201603/Optimization/GetKeywordIdeas.php I can see 800 results maximum (no matter what I ask: "flight", "disneyland"

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, You may refer to the AdWords API blog to check on future updates or announcements. Regards, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelope

Re: Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. Hi i am using adwords Api v201506 a

2016-05-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi Bhupinder, I've looked into a previous forum thread that is similar to your case . The succeeding replies were done in private

Re: need to set bidding scheme when using target cpa?

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Sonic, BiddingStrategyType and BiddingScheme fields should be matched. I can see that you use TARGET_CPA as the BiddingStrategyType . With this, you need to set its associated BiddingScheme which is TargetCPABiddi

Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-20 Thread Alex L.
Hi Peter. The problem is that I don't get any Soap Exceptions and mutate result is valid: http://screencloud.net/v/oO3y p.s: sorry I do not quite well understand how the soap logging works; after initializing user object I am running $user->LogAll(); but no logs appear in my /logs directory (ri

Re: Create campaign with topics

2016-05-20 Thread dima
Hi, Can You please write example that shows where I cat set: path = new[] {"Hobbies & Leisure", "Outdoors", "Hiking & Camping"}; I need an code example that shows how can I set adgroup topics through API Thank You. On Thursday, May 19, 2016 at 9:28:20 PM UTC+3, Peter Oliquino wrote: > > Hi, > >

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread 'Umesh Dengale' via AdWords API Forum
Hi Krishna, Currently, the v201603 PHP client library don't have PHP example code for use Use case 2 . Please refer to the AdWords API blog

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread 'Umesh Dengale' via AdWords API Forum
Hi Krishna, Currently, the v201506 PHP client library don't have PHP example code for use Use case 2 . Please refer to the AdWords API blog

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
I saw such an answer under a post which is 3 years old, but I was hoping that an option to gather data from multiple accounts was added. Thanks anyway. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread 'Joyce Lava' via AdWords API Forum
Hi, Unfortunately, reports should be ran using the non-manager accounts only. AdWords API does not support reports at MCC level. If you need to gather reporting data from multiple accounts, you need to submit separate report request for each account as described here

Re: Bounce Rate

2016-05-20 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I'm not sure, actually. Looking at where it is available, it seems like it would also make sense in the Account Performance Report. I'll make a feature request to see if we can get that added. Make sure you follow our blog post, where we announce all new features, to see if this becomes

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread Krishna Rao
hi Umesh, Just wondering if you by any chance have an update on PHP example code for Use Case 2. Thanks, Krishna On Friday, September 18, 2015 at 5:07:56 PM UTC-4, Umesh Dengale wrote: > > Hello, > > Currently, the v201506 PHP client library don't have PHP example code for > use Use case 2 >

Bounce Rate

2016-05-20 Thread Luis M . Castañeda
Why the Bounce Rate is not available in the Account Performance Report??? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

need to set bidding scheme when using target cpa?

2016-05-20 Thread maxSonic Sun
Hi, I was trying to set a campaign with params: {'status': 'PAUSED', 'startDate': '20160520', 'endDate': None, 'adServingOptimizationStatus': 'CONVERSION_OPTIMIZE', 'frequencyCap': { 'impressions&#

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
Or maybe to rephrase what I asked above, if using manager account with the API is not allowed - how can a summary report for all of the accounts? (It seems I can do it using AdWords UI). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://google

Re: Accounts and Campaigns selection in Java API

2016-05-20 Thread Łukasz Gaża
Thanks Joyce. Is there any way to use the manager account as clientCustomerId? What I see in AdWords UI is some account, a manager account, for which the reports are generated. Then under the manager account there are multiple client accounts. I can provide clientCustomerId for any client accou