Ad automated daily sample xml report with final URL

2015-05-01 Thread Han Vo
Final URL is a new replacement for destination URL, but it is a String array instead of a String. I am not sure how the finalURL field is going to look like (what would be the delimiter?). I don't have any ads with finalURL yet, therefore I would really appreciate it if I can obtain a sample

Re: Turn off "Count calls as phone call conversions" through API

2015-10-21 Thread Han Vo
Please confirm if this feature will be added in the next API update? On Tuesday, October 20, 2015 at 2:47:10 PM UTC-4, Umesh Dengale wrote: > > Hello, > > The AdWords API does not support unselecting the check box "Count calls > as phone call conversions" for call extensions. > > Regards, >

Re: Turn off "Count calls as phone call conversions" through API

2015-10-22 Thread Han Vo
> will update this thread once a solution has been made available. > > Best, > Nadine, AdWords API Team > > On Wednesday, October 21, 2015 at 12:36:56 PM UTC-4, Han Vo wrote: >> >> Please confirm if this feature will be added in the next API update? >> >> On Tue

Turn off "Count calls as phone call conversions" through API

2015-10-16 Thread Han Vo
I am trying to push a change to Adword to make a mobile extension to use Google forwarding phone number. However I don't want to "Count calls as phone call conversions". How do I turn this of when sending a CallFeedItem over? I tried to setConversionTypeId(null), but it wouldn't work -- --

Re: Turn off "Count calls as phone call conversions" through API

2015-10-19 Thread Han Vo
Can anyone help confirming if this is possible through API? On Friday, October 16, 2015 at 4:48:05 PM UTC-4, Han Vo wrote: > > I am trying to push a change to Adword to make a mobile extension to use > Google forwarding phone number. However I don't want to "Count calls as

Re: Turn off "Count calls as phone call conversions" through API

2015-12-08 Thread Han Vo
not count as conversions (corresponding > to "Count calls as phone call conversions" being unchecked in the UI). > > On Thursday, October 22, 2015 at 10:49:53 AM UTC-4, Han Vo wrote: >> >> Thank you guys >> >> On Thursday, October 22, 2015 at 10:20:47 AM UTC-4,

Re: Turn off "Count calls as phone call conversions" through API

2015-12-08 Thread Han Vo
that number will not count as conversions (corresponding > to "Count calls as phone call conversions" being unchecked in the UI). > > > On Thursday, October 22, 2015 at 10:49:53 AM UTC-4, Han Vo wrote: >> >> Thank you guys >> >> On Thursday, October 22,

Re: v201603 CampaignChangeData getAddedAdExtensions and getRemovedAdExtensions

2016-05-31 Thread Han Vo
Hi Shwetha, Thank you for your quick response. Is there any other documentation for why were these removed? Is there any replacement for this? On Tuesday, May 31, 2016 at 4:51:48 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > The addedAdExtensions and deletedAdExtensions fields

Re: CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-05-31 Thread Han Vo
Here is the selector Selector campaignSelector = new Selector(); campaignSelector.setFields(new String[]{"Id", "Name"}); On Tuesday, May 31, 2016 at 5:50:58 PM UTC-4, Han Vo wrote: > > Everything is still working at 2.12.0, but upgrading to 2.13.0 (even > with

Re: CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-05-31 Thread Han Vo
rviceInterface.class); CampaignPage campaigns = campaignService.get(campaignSelector); On Tuesday, May 31, 2016 at 5:50:58 PM UTC-4, Han Vo wrote: > > Everything is still working at 2.12.0, but upgrading to 2.13.0 (even > without upgrading the api version) breaks my application while > us

CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-05-31 Thread Han Vo
Everything is still working at 2.12.0, but upgrading to 2.13.0 (even without upgrading the api version) breaks my application while using CampaignServiceInterface get method. This also breaks for every version after 2.13.0 (including 2.14.0 and 2.15.0). Please advise and here is the full

v201603 CampaignChangeData getAddedAdExtensions and getRemovedAdExtensions

2016-05-31 Thread Han Vo
Hi guys, Were these method removed in v201603? They were still working in v201601. What would be the replacement for this? I couldn't find it anywhere in migration guide -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-06-01 Thread Han Vo
I was using the old google-api-client version 1.19.1 upgrading to 1.22.0 worked Thank you so much On Wednesday, June 1, 2016 at 10:20:31 AM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > The way to get the AdWords API services using the Java client library is > to first construct

Mobile Final Url for expanded text ad issue

2016-09-19 Thread Han Vo
I tried to pull the field down *expandedTextAd.getFinalMobileUrls(*) but it doesn't return anything even though I populated it on AdWord. I tried to verify if this field is being used on Adword UI, but in preview mode for Mobile, mouseover the headline's still using the final url. Am I missing

Re: Mobile Final Url for expanded text ad issue

2016-09-20 Thread Han Vo
Thank you adding *CreativeFinalMobileUrls *selector worked! I was using AdGroupAdService and narrow down the ads, and casted it to expanded text ad; Every other fields worked just fine except that field On Tuesday, September 20, 2016 at 1:46:50 AM UTC-4, Peter Oliquino wrote: > > Hi Han, > >

What is the most optimal way to pull account/campaign/adgroup/ad structure?

2017-03-17 Thread Han Vo
Hi all, I've tried to look for the account structure report; But there doesn't seem to be one. What would be the recommended way to pull structure of an account/campaign/adgroup or ad? I am thinking going with the regular services such as CampaignService and drill down; but looks like this

Apply label filter to Account level location extension (linked from GMB) issue

2017-04-17 Thread Han Vo
Hi all, I am trying to apply a label filter to Account level location extension to narrow down a small list of location extensions for a particular account. However the filter doesn't seem to work (at least the way I thought it should work). I am trying on the UI now before implementing this

Re: Apply label filter to Account level location extension (linked from GMB) issue

2017-04-17 Thread Han Vo
I replied privately, please confirm Thank you On Monday, April 17, 2017 at 3:32:30 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Han, > > Yes, it's possible to apply LabelFilters >

Weird behaviors in our Google Sandbox account

2018-02-02 Thread Han Vo
Hi there, We're testing new Account creation using one of our sandbox account (Which already had *100* accounts - which is the current limit according to Google doc). I believe that why we encoutered *TEST_ACCOUNT_LINK_ERROR* (which indicates "Error involving test accounts (mixed types) or too

BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT error

2018-06-21 Thread Han Vo
We have recently run into this error *FeedError.BUSINESS_ACCOUNT_CANNOT_ACCESS_LOCATION_ACCOUNT* again while attempting to link Adword client to our managed Google My Business account through the API. As we can still push locations for the already linked clients without any issue - so this

Re: AdGroup Negative Placements Performance Report??

2019-01-22 Thread Han Vo
Apologize! I meant the regular placement reports. I would like to see what channel, mobile app my ads were showed on. Thanks On Tuesday, January 22, 2019 at 5:00:54 PM UTC-5, Han Vo wrote: > > Hi there, > I wonder if this report is available. I am looking to pull a report that

AdGroup Negative Placements Performance Report??

2019-01-22 Thread Han Vo
Hi there, I wonder if this report is available. I am looking to pull a report that would contain the information of Negative Placement of an AdGroup, and would have all of the information of the Exclusion items such as for YouTubeChannel (channelId) or MobileApplication (appId), and domain name

Re: AdGroup Negative Placements Performance Report??

2019-01-23 Thread Han Vo
logspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 01/23/19 06:03:25 h...@netsertive.com wrote: > > Apologize! > > I meant the regular placement reports. I would like to see what channel, > mobile app my ads were showed on. > Thanks

Re: AdGroup Negative Placements Performance Report??

2019-01-23 Thread Han Vo
06:03:25 h...@netsertive.com wrote: > > Apologize! > > I meant the regular placement reports. I would like to see what channel, > mobile app my ads were showed on. > Thanks > > On Tuesday, January 22, 2019 at 5:00:54 PM UTC-5, Han Vo wrote: > > Hi there, > I w

Re: AdGroup Negative Placements Performance Report??

2019-01-28 Thread Han Vo
Hi Luis, I would like to follow up on this Thanks On Friday, January 25, 2019 at 10:14:56 AM UTC-5, Han Vo wrote: > > Hi Luis, > I sent you a private message > Thanks > > On Thursday, January 24, 2019 at 11:02:29 PM UTC-5, > googleadsapi-forumadvisor wrote: >> >>

Location feed weird behavior

2019-02-07 Thread Han Vo
Hi there, We have recently run into some weird issues from Google Ad related to Location extension. After removing all location extensions from Google using Google Ad UI for a client, the customer feed from Business Data seems to be removed automatically. However, the *campaign feed *mapping

UserList bug from AdwordsUserListService

2019-02-14 Thread Han Vo
Hi there, I think i have encountered a bug asking AdwordsUserListService for UserList with the exact name. Google seems to return the extra automated created object (by Google) within the response, however this object doesn't have the exact name I was asking for. Please take a look at the

Re: Location feed weird behavior

2019-02-15 Thread Han Vo
Hi Luis, I got the response from Google Ad Forum that points me back here > Hi Han, > > Hope you're doing well! I appreciate your patience while we were > investigating this for you. > > We are able to confirm that when all of the location extensions are > removed from the Google Ads UI, the

Re: UserList bug from AdwordsUserListService

2019-02-15 Thread Han Vo
nsubscribe from this group and stop receiving emails from it, send an > email to adwords-api+unsubscr...@googlegroups.com. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/

Re: UserList bug from AdwordsUserListService

2019-02-15 Thread Han Vo
ils from it, send an > email to adwords-api+unsubscr...@googlegroups.com. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/2f1a0167-7b88-4b5b-8f08-ae5b69bb2ab0%40googleg

RE: UserList bug from AdwordsUserListService

2019-02-14 Thread Han Vo
Hi Peter, Thanks for response. If you take a look at my SOAP request, i was asking the API for the UserList with the exact name. The API was returning the additional object with a similiar name which is unexpected from the API consumer perspective. So you confirm this is an expected behavior?

Re: Location feed weird behavior

2019-02-19 Thread Han Vo
, Han Vo wrote: > > Hi there, > We have recently run into some weird issues from Google Ad related to > Location extension. > After removing all location extensions from Google using Google Ad UI for > a client, the customer feed from Business Data seems to be removed > a

Re: AdGroup Negative Placements Performance Report??

2019-01-29 Thread Han Vo
Hi Nadine, Please take a look at the screenshot, these records are in the WHERE ADS SHOWED UI but I can't pull them [image: Screen Shot 2019-01-23 at 3.22.05 PM.png] Thanks On Monday, January 28, 2019 at 6:56:11 PM UTC-5, googleadsapi-forumadvisor wrote: > > Hello Han Vo, > > T

Re: AdGroup Negative Placements Performance Report??

2019-01-25 Thread Han Vo
> If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=4-580525313=en=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper

Re: AdGroup Negative Placements Performance Report??

2019-01-24 Thread Han Vo
o find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > On 01/23/19 06:03:25 h...@netsertive.com wrote: > > Apologize! > > I meant the regular placement reports.

Re: AdGroup Negative Placements Performance Report??

2019-02-01 Thread Han Vo
Hi Nadine, thanks for the response. Is there any plan to add these records into placement report in the future? Thanks On Thursday, January 31, 2019 at 2:42:33 PM UTC-5, googleadsapi-forumadvisor wrote: > > Hello Han Vo, > > My apologies for the delay in responding. This one is a

Re: AdGroup Negative Placements Performance Report??

2019-02-04 Thread Han Vo
etsertive.com wrote: > > Hi Nadine, thanks for the response. Is there any plan to add these records > into placement report in the future? > Thanks > > On Thursday, January 31, 2019 at 2:42:33 PM UTC-5, > googleadsapi-forumadvisor wrote: > > Hello Han Vo, > > My apologies fo