Failed to Remove FeedItemTarget

2018-09-12 Thread yhuang
Hi, I after upgrade to v201806, I use FeedItemTargetService to manipulate FeedItemTarget objects. However for some reason I can not remove an existing FeedItemCriterionTarget. http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.o

Re: FeedItemTarget not return existing device targeting

2018-09-12 Thread yhuang
Thanks. It is solved. On Wednesday, September 12, 2018 at 3:08:44 PM UTC+8, Dannison Yao (AdWords API Team) wrote: > > Hi, > > If what you are looking for is a way to determine the PlatformRestriction >

Re: FeedItemTarget not return existing device targeting

2018-09-11 Thread yhuang
I attach 2 screenshot here On Wednesday, September 12, 2018 at 9:47:52 AM UTC+8, yhu...@marinsoftware.com wrote: > > 1, go to adwords ,and verified it is mobile preferred. > > [image: Screen Shot 2018-09-11 at 6.44.24 PM.png] > > with Feed id 41083103 and FeedItem id 11245594748 > > > 2, use Fee

FeedItemTarget not return existing device targeting

2018-09-11 Thread yhuang
1, go to adwords ,and verified it is mobile preferred. [image: Screen Shot 2018-09-11 at 6.44.24 PM.png] with Feed id 41083103 and FeedItem id 11245594748 2, use FeedItemService to get FeedItemTargets, with filters on feedItem id and TargetType == CRITERION 3, Check criterion Id. I expect

Problem sending data to report download server

2018-08-02 Thread yhuang
Hi, We have encounter this problem while downloading reports for some of our customers. Two customers encounter this problem very frequently. The others encounter it occasionally, such as 1 or 2 times in the last 7 days. It would be appreciated if anyone could help. Best regards, Yi Huang -

Re: How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi Peter, The dilemma here is the number of audience is more than 220,000 which could lead to a start index larger than 100,000. Then comes SelectorError.START_INDEX_IS_TOO_HIGH. This is the reason we cant use Paging. On Monday, July 10, 2017 at 4:39:47 PM UTC+8, Peter Oliquino wrote: > > He

How to download an extremely large set of audiences?

2017-07-10 Thread yhuang
Hi :) I wanna download all audiences under a account which has more than 220,000 audiences. However, I can't use AdwordsUserListServiceInterface::get () since there is an limitation (SelectorError.START_INDEX_IS_TOO_HIGH). Audience performance report does not work for me too because fields of

Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread yhuang
Hi there, Case 1: At adwords ui. I have a keyword with name "kw".To be noticed, It has 4 characters, ", k, w, and ". open downloaded xml file by vi, keyword = 'kw'. The quotes at the beginning and at the end are ignored. open downloaded csv file by vi, the value of keyword is "kw" which is

Why quotes surrounding keyword names are ignored in keyword performance report?

2017-07-05 Thread yhuang
Hi there, Case 1: At adwords ui. I have a keyword with name "kw".To be noticed, It has 4 characters, ", k, w, and ". open downloaded xml file by vi, keyword = 'kw'. The quotes at the beginning and at the end are ignored. open downloaded csv file by vi, the value of keyword is "kw" which is