Is it good to retrieve many access tokens?

2014-04-03 Thread
Hi, all I want to change auth method from ClientLogin to OAuth. Currently, Batch program authentication is executed on each thread. So, If auth method will change, batch retrieve many access tokens. This doesn't match the sharing credential policy of api document. Is it ok to use many access t

Re: Is it good to retrieve many access tokens?

2014-04-04 Thread
gle.com/accounts/docs/OAuth2#expiration > > This is why we recommend different strategies for sharing > credentials.<https://developers.google.com/adwords/api/docs/guides/optimizing-oauth2-requests> > > Cheers, > Josh, AdWords API Team > > On Friday, April 4, 2014 2:55:06

How to share and refresh access token.

2014-04-10 Thread
Hi, All. My program shares credential by Map and retrieves refresh token on own. I have 2 questions. Q1. Is it prohibited to retrieve refresh token by myself ? Q2. Does any serviceInterface retrieve automatically in progress ? eg.

Re: How to share and refresh access token.

2014-04-14 Thread
sts>and > sharing credentials. In Java, you should share the OAuth 2.0 > Credential object among the threads - it is thread-safe. > > Thanks, > > Ray > > On Thursday, April 10, 2014 11:23:08 PM UTC-4, 照沼領 wrote: >> >> Hi, All. >> >> >> My program shar

Re: How to share and refresh access token.

2014-04-14 Thread
. > > Thanks, > > Ray > > On Monday, April 14, 2014 7:03:00 AM UTC-4, 照沼領 wrote: >> >> Thank you for your suggested document link. >> >> The program communicates with adwords api for a long time. >> (The access token life time is one hour.) >> &g

Could you advise me the best practice how to develop using OAuth2

2014-06-26 Thread
Hi, all. I have some questions about how to develop using OAuth2. Now, my product has used the same ClientID(,Client Secret and RefreshToken) in the development(dev) and production(prd) environment. I have understood this approach has the problem which impacts to prd environment if dev environm

Re: Could you advise me the best practice how to develop using OAuth2

2014-06-26 Thread
en and refresh token for test and production, and > as long as you make requests to a test customer ID, then you will not > affect production data. > > Regards, > Mike, AdWords API Team > > On Thursday, June 26, 2014 4:24:33 AM UTC-4, 照沼領 wrote: >> >> Hi, all. &

Is there test merchant center ?

2014-08-07 Thread
Hi, all I want to test mutate (add,set,delete) ProductPartition on AdGruopCriterionService. But, I can't create shopping campaign and product because I don't have shopping site. Is there test merchant center for developer ? OR If you know other way for using mutate ProductPartition on AdGr

Re: Is there test merchant center ?

2014-08-08 Thread
reating product > partitions. > > Cheers, > Sérgio > > --- > Sérgio Gomes > Developer Relations > > Google UK Limited > Registered Office: Belgrave House, 76 Buckingham Palace Road, London SW1W > 9TQ > Registered in England Number: 3977902 > > > On Friday

Does EXACT and PHASE match type is going to change ?

2014-08-17 Thread
Hi all, I read the blog under link page. http://adwords.blogspot.jp/2014/08/close-variant-matching-for-all-exact.html In September, - Does keyword's match type values will change to other enum ? - Does keyword's match type values will change to BROAD enum ? - Does keyword's match type values wi

Re: Does EXACT and PHASE match type is going to change ?

2014-08-18 Thread
Hi all, Sorry, I've jumping to a conclusion. The closing option is variant keyword matching . So, API's function is not change about keyword match type in September. Is this correct ? Best. 2014年8月18日月曜日 13時15分10秒 UTC+9 照沼領: > > Hi all, > > I read the blog under

Where is keywordless performance report type ?

2013-10-11 Thread
At AdWordsApi requirements R.1100-1004 "Keywordless Performance" . Which match report type ? Is it "Keywords Performance" ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwor

Re: Where is keywordless performance report type ?

2013-10-15 Thread
Thank you for your reply. I would try it. 2013年10月15日火曜日 0時14分04秒 UTC+9 Danial Klimkin: > > Hello, > > > DSA (keywordless ads) performance can be obtained with the Ad Performance > report. > > > -Danial, AdWords API team. > > > On Friday, October

CampaignService get operation can't retrieve setting field of campaign.

2013-10-16 Thread
I tried campaign service get operation and specified field "Settings". It operation occur soap error. This is reponse, What a wrong ? soap:Server Cannot construct an instance of com.google.ads.api.services.campaignmgmt.campaign.v201309.jaxbgen.Setting beca

How to create campaign by v201309 version ?

2013-10-30 Thread
Hello team :-) I create campaign under step. Is this step correct ? --- STEP -- 1. create new Budget by BudgetService ADD operation. 2. create campaign with created budget object by step 1. best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and disc

How to get campaign's related budget id.

2013-10-30 Thread
Hello team. I use CampaignService GET operation. It's response include budget but budget's id is nothing. What is best way to get related budget's id ? Currently , I find related budget by Budget Service GET operation with campaign's name predicate. sample: Budget SOAP XML DAILY Mone

Re: How to get campaign's related budget id.

2013-10-31 Thread
I resolve this entry. I speicifed "BudgetId" field and I can find related campaign's Budget. :-> 2013年10月28日月曜日 20時58分08秒 UTC+9 照沼領: > > Hello team. > > I use CampaignService GET operation. It's response include budget but > budget's id is nothing. &

Re: How to create campaign by v201309 version ?

2013-10-31 Thread
I read this page. I understand this . https://developers.google.com/adwords/api/docs/guides/shared-budgets#assign :-> 2013年10月28日月曜日 21時06分28秒 UTC+9 照沼領: > > Hello team :-) > > I create campaign under step. Is this step correct ? > > --- STEP -- > > 1. create new

Re: Does EXACT and PHASE match type is going to change ?

2014-08-20 Thread
Thank you for blog links. Best. 2014年8月18日月曜日 18時36分48秒 UTC+9 Danial Klimkin: > > Hello, > > > Please see: > > > http://googleadsdeveloper.blogspot.com/2014/08/adwords-close-variant-matching-for-all.html > > > -Danial, AdWords API Team. > > > On Mond

Should I set both headline and promotionline field to get ad report ?

2014-08-20 Thread
Hi all, I want to retrieve text and product ad report data. But in ReportType document below link, https://developers.google.com/adwords/api/docs/appendix/reports?hl=en#ad "Headline" and "PromotionLine" field's "Display Name" are "Ad". Therefore, Should I set both "HeadLine" and "PromotionLin

Re: Should I set both headline and promotionline field to get ad report ?

2014-08-22 Thread
ct both. > > Thanks, > > Ray > > On Thursday, August 21, 2014 2:34:12 AM UTC-4, 照沼領 wrote: >> >> Hi all, >> >> I want to retrieve text and product ad report data. >> >> But in ReportType document below link, >> >> https://develo

Shuld I choice reporttype about ProductPartition.

2014-08-28 Thread
Hi, I'll want to migrate API version to v201406 and retrieve ProductPartition report. In ReportType page. There are "Criteria Performance" and "Product Partition" at Available Reports. Q1, Should I use "Product Partition" ReportType for retrieving data? Q2, Can I retrieve "Product Partition"

Re: Shuld I choice reporttype about ProductPartition.

2014-09-09 Thread
Thank for replay :-) 2014年8月30日土曜日 0時32分22秒 UTC+9 Anash P. Oommen (AdWords API Team): > > Hi, > > You can get the same data from either Criteria performance or product > partition report. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, Augu

How to set mobile carrier to MobileAd ?

2014-09-09 Thread
Hi . I want to set "Softbank@JP" to mobile carrier value of MobileAd . But, Current "AdgroupAdService@add" response is this. operations[1].operand.ad.mobileCarriers SoftBank@JP AdError.INVALID_MOBILE_CARRIER AdError INVALID_MOBILE_CARRIER In this page , "Softbank@JP" is seems to correct. https

Re: How to set mobile carrier to MobileAd ?

2014-09-09 Thread
the response SOAP header. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Tuesday, September 9, 2014 4:23:02 AM UTC-4, 照沼領 wrote: >> >> Hi . >> >> I want to set "Softbank@JP" to mobile carrier value of MobileAd . >> >> But,

Re: How to set mobile carrier to MobileAd ?

2014-09-09 Thread
Best. 2014年9月9日火曜日 22時02分02秒 UTC+9 Anash P. Oommen (AdWords API Team): > > Hi, > > Could you please provide a requestId for the failed request? It is part of > the response SOAP header. > > Cheers, > Anash P. Oommen, > AdWords A

Re: How to set mobile carrier to MobileAd ?

2014-09-09 Thread
LID_MOBILE_CARRIER Best. 2014年9月9日火曜日 22時02分02秒 UTC+9 Anash P. Oommen (AdWords API Team): > > Hi, > > Could you please provide a requestId for the failed request? It is part of > the response SOAP header. > > Cheers, > Anash P. O

Re: How to set mobile carrier to MobileAd ?

2014-09-29 Thread
'll keep you updated. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Tuesday, September 9, 2014 10:18:06 PM UTC-4, 照沼領 wrote: >>> >>> Hi, >>> >>> Thank you for comment. >>> >>> This

Are "keywordMaxCpc" and "keywordContentMaxCpc" same value in AdGroup Performance Report ?

2014-10-08 Thread
Hi, I have question of adgroup performance report . Then api version is v201406. Please advice to me. Currently , "AdGroup Performance Report" is include keywordMaxCpc and keywordContentCpc. ReportDocument https://developers.google.com/adwords/api/docs/appendix/reports?hl=en#ad-group Are thes

Re: Are "keywordMaxCpc" and "keywordContentMaxCpc" same value in AdGroup Performance Report ?

2014-10-09 Thread
xCpc" Search network valid field: "keywordContentMaxCpc" Display network valid field: "keywordMaxCpc" Display network valid field: "keywordContentMaxCpc" * keywordMaxCpc and keywordContentMaxCpc is same number. Best. 2014年10月8日水曜日 19時45分14秒 UTC+9 照沼領: > &g

Re: Are "keywordMaxCpc" and "keywordContentMaxCpc" same value in AdGroup Performance Report ?

2014-10-20 Thread
Select campaigns > <http://googleadsdeveloper.blogspot.com/2014/09/reminder-upcoming-auto-upgrade-to-snds.html>, > > as that will point you to documentation about the campaign type changes > that made these fields obsolete. > > Cheers, > Josh, AdWords API Team > > On

v201409 CRITERION_PERFORMANCE_REPORT how to specify CRITERION_TYPE by selector

2015-01-27 Thread
Hi, there. Currently, I'm migrating from v201406 to v201409 . At Report API, I have some problems and questions. Please advice to me. __ Problems __ When specified UNKNOWN CRITERIA_TYPE's , 500 Internal Error occur at CRITERIA_PERFORMANCE_REPORT. I can't find cause. v201406 is no problem.

Re: v201409 CRITERION_PERFORMANCE_REPORT how to specify CRITERION_TYPE by selector

2015-01-29 Thread
iaType* and filter to the *UNKNOWN* rows in the results > when you process the response. > > Thanks, > Josh, AdWords API Team > > On Tuesday, January 27, 2015 at 4:58:12 AM UTC-5, 照沼領 wrote: >> >> Hi, there. >> >> Currently, I'm migrating from v201406

Where is Network type - Criterion Type mapping table page ?

2015-05-13 Thread
Hi, there Currently, API client retrieved this error CANNOT_SET_BIDS_ON_PLACEMENTS_IN_SEARCH_PLUS_CAMPAIGNS. and I found this forum page. https://groups.google.com/forum/#!topic/adwords-api/4LTe5d5CPxk So, There are two question. (1). Is there "Network type - Criterion.Type" mapping table pag

Re: Where is Network type - Criterion Type mapping table page ?

2015-05-18 Thread
Thank you for comment. This page is very very helpfull !!! :-) best. 2015年5月15日金曜日 5時30分05秒 UTC+9 Anthony Madrigal: > > Hi, > > There isn't a module for checking the network type and criteria type but > we have a great table >

v201502 How to retrieve FeedItemSchedule by specified field name.

2015-06-05 Thread
Hi, there. Currently, I can't retrieve FeedItemSchedule on CustomerExtensionSettingService. If you know how to retrieve FeedItemSchedule object, Please advice to me. Program specified fields : "ExtensionType", "Extensions", "PlatformRestrictions" Best Regards. -- -- =~=~=~=~=~=~=~=~=~=~=

Re: v201502 How to retrieve FeedItemSchedule by specified field name.

2015-06-05 Thread
your selector > <https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201502-FeedItemService> > . > > Thanks, > Josh, AdWords API Team > > On Friday, June 5, 2015 at 3:19:12 AM UTC-4, 照沼領 wrote: >> >> Hi, there. >> >> >&

Re: What is correct value "FinalUrls" fields in KEYWORD PERFORMANCE

2016-01-07 Thread
Thank you . I understand it, missed read reporting column in migration guide. l will be careful that and correspond json format. Best regard. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goog

What is TargetingIdeaService's limit and advice ?

2016-03-19 Thread
Hi all. This entry is about Rate limit and TargetingIdeaService. If you know about a thiing, Please advice to me. I develop program related to TargetingIdeaService. The program going to call TargetingIdeaService many times in day . So, I have three question. Q1) Are Campaign Data Manageme

Re: What is TargetingIdeaService's limit and advice ?

2016-03-19 Thread
Hello Yin. I write about keyword mapping. Please make sure I do not might sentence is not good . I want to classify TargetIdeaService's response text by related request keyword. My language is Japanese. In below case . source keyword classification is difficult in program . === example ===

Re: What is TargetingIdeaService's limit and advice ?

2016-03-19 Thread
Hello Yin Thank you for comment. at First. Your commented "10,000 daily operation limits" . Do operation limits contains standard access developer ? (Team have standard access) If answer is "no" , Developer only handle qps in program ? Second. Is your comments mean that qps rate limit is

Did API Service had hang on 4.26.2016 at Japan ?

2016-04-25 Thread
Hi all. Many report service request retrieved 400 error. (44 accounts had error.) Today, Did Report API Service down ? If hanged, Please notify system recovered message or write comment. ERROR REPORT TYPES === ACCOUNT_PERFORMANCE_REPORT ADGROUP_PERFORMANCE_REPORT KEYWORDS_PERFORMANCE_REPOR