Set Standard Strategy with 'Target_Spend' as Bidding Strategy Type

2017-09-20 Thread rafa . romero
Hi, I'm trying to create a Bidding Strategy of Type 'Target Spend' (Maximize clicks) with an Standard Strategy as Google Adwords does:

Re: Set TargetingSettingDetail on BiddableAdGroupCriterion

2017-08-16 Thread rafa . romero
It works! Thank you Shwetha! El lunes, 14 de agosto de 2017, 20:19:21 (UTC+2), Shwetha Vastrad (AdWords API Team) escribió: > > Hi, > > You need to set the TargetingSettingDetail at the Campaign >

Set TargetingSettingDetail on BiddableAdGroupCriterion

2017-08-14 Thread rafa . romero
Hi all, i'm wondering how to add TargetingSettingDetail on BiddableAdGroupCriterion while creating AdGroup Criterion (Segmentation). This is how I create the AdGroupCriterion: def adwordsServices = new AdWordsServices() def adGroupCriterionService = adwordsServices.get(session,

Re: RMF C.710 - Set userlist targeting bid adjustment for search network campaigns and ad groups

2017-08-11 Thread rafa . romero
Hi Shwetha I'm not sure yet about how to set userlist targeting bid adjustment for search network campaigns and ad groups, because the link you sent me it's to set bid adjustment for Locations, Ads and Devices but not for segmentation created on Audience Tab right? Or Maybe I'm wrong? Thank

Re: RMF C.710 - Set userlist targeting bid adjustment for search network campaigns and ad groups

2017-08-10 Thread rafa . romero
HI Shwetha, your answer clarifies the technical part, but how does Google Adwords platform (not the API) do? We need to know it to implement it in the same way Thank you! El miércoles, 9 de agosto de 2017, 20:49:48 (UTC+2), Shwetha Vastrad (AdWords API Team) escribió: > > Hi, > > When you

RMF C.710 - Set userlist targeting bid adjustment for search network campaigns and ad groups

2017-08-09 Thread rafa . romero
Hi! I'm working on this RMF but I don't know how to implement due I have been checking it on Google Adwords but I don't find the way to add userlist targeting bid while creating a userlist targeting from Google Adwords

Re: Edit userlist targeting

2017-08-07 Thread rafa . romero
We are getting the "INVALID_USER_STATUS" error, but the UserStatus is being created well, we have checked it: new UserStatus(status) El lunes, 7 de agosto de 2017, 18:11:37 (UTC+2), rafa@rocketroi.com escribió: > > Hi! > > I'm trying to edit the STATUS of audience remarketing lists but

Edit userlist targeting

2017-08-07 Thread rafa . romero
Hi! I'm trying to edit the STATUS of audience remarketing lists but despite I'm not getting any error, the change is not being made on Adwords. This is the code that I'm using (I'm working with java/grails) def adwordsServcices = new AdWordsServices() def

Edit userlist targeting bid adjustment

2017-08-07 Thread rafa . romero
Hi! I'm trying to edit the bid adjustment but despite I'm not getting any error, the change is not being made on Adwords. This is the code that I'm using (I'm working with java/grails) def adwordsServcices = new AdWordsServices() def adGroupCriterionService =

Re: Keywords and sitelinks issue

2017-06-09 Thread rafa . romero
Hi Sreelakshmi, after doing more tests, we have acotated a litlle more the issue: - It doesn't matter if the extension being created is a Callout or a Sitelink. - We have found out that the keyword that is not created is the first one in the operations list, so it has nothing to do

Re: Keywords and sitelinks issue

2017-06-09 Thread rafa . romero
Hi Sreelakshmi, thanks in advance for your help we are sure that the problem is not related to Batch Job as we have been able to create sitelink extensions. We have been created extensions filling all the data (not leaving any blank field) even in the case that I described you before, all the

Re: v201702 Migration - LocationGroups - IncomeOperand

2017-05-23 Thread rafa . romero
So I undestand that we should remove the feature from our platform, right? thanks! El martes, 23 de mayo de 2017, 6:53:18 (UTC+2), Thanet Knack Praneenararat (AdWords API Team) escribió: > > Hello, > > You understand correctly. This is not available in v201702 anymore. > Let me gather more

v201702 Migration - LocationGroups - IncomeOperand

2017-05-22 Thread rafa . romero
Hello, looking at the Migration Guide (v201702) it says the following about LocationGroups: *The IncomeOperand can no longer be used as > a FunctionArgumentOperand for LocationGroups. Mutate requests adding new >

Account extensions: Add new extensions

2017-05-11 Thread rafa . romero
I'm creating extensions at account level, but the problem is that when I try to create more than on extension of the same type, the ol one ovewrite the new one. I have tried removing the existing extensions, and recreate the removed ones and the new ones, but I'm getting an *DUPLICATE_ELEMENT*

Remove Sitelink Account extension

2017-05-02 Thread rafa . romero
Hi! we have managin account extension from our app, and one of the features is to remove extensions. The code that "removes" the extensions seems that is working, but when we get the extensions from Adwords we are not getting the removed extension. Howewer, if we go to our *Account > Shared

RMF C.525 - Add first (root) product partition

2017-03-30 Thread rafa . romero
Hi! We are working on this RMF, but we don't know exactly what we have to do. So far what we have found related (we think) to this RMF is that it is related to this option in AdGroup creation within a Shopping Campaign:

RMF M.18 - Edit ad device preference

2017-03-30 Thread rafa . romero
Hi! We have realized that the *RMF M.18* is no longer available on the RMF site: https://developers.google.com/adwords/api/docs/requirements It was on the list, at least, at the end of last year (about December 2016) Has the RMF been deleted? or is there any change related to this RMF? Thank

RMF C.600 - Mobile app download campaigns

2017-03-30 Thread rafa . romero
Hi! We have realized that the *RMF C.600* is no longer available on the RMF site: https://developers.google.com/adwords/api/docs/requirements It was on the list, at least, at the end of last year (about December 2016) Has the RMF been deleted? or is there any change related to this RMF?

Product Partition Report - Trying to get all products

2017-02-13 Thread rafa . romero
I'm trying to get all product from an AdGroup (from a Shopping Campaign). I'm getting the data through the PRODUCT_PARTITION_REPORT . We have checked that in Adwords the consulted AdGroup has more than

[SHOPPING] java.lang.IllegalArgumentException: Please use the Builder and call setJsonFactory, setTransport and setClientSecrets

2017-01-23 Thread rafa . romero
I'm getting that error java.lang.IllegalArgumentException: Please use the Builder and call setJsonFactory, setTransport and setClientSecrets trying to execute the following line: credential.setRefreshToken(token.getRefreshToken()) It's very weird because the '*setRefreshToken*' method is

401 Unauthorized trying to get the products in Merchant Center account

2017-01-23 Thread rafa . romero
I'm trying to get the products from a Merchan Center account but i'm getting a 401 Unauthorized error. My code is: ShoppingContent.Products.List productsList = content.products().list( BigInteger.valueOf(merchantId)).setMaxResults(PAGE_SIZE); ProductsListResponse page = productsList.execute();

How to obtain the Google Shopping token to access to merchan data

2016-11-10 Thread rafa . romero
Hi, we would like to know how is the process to obtain the Google Shopping token to access to merchan data. Given this scenario: *MCA - Account MCA* - Account A - Account B - ... *Account X* Given an *account A* (owner of the merchant data) from* Account MCA*, and other *account

URL, path 1 and path2 validations in ExpandedAds

2016-10-19 Thread rafa . romero
Hi, what are the guidelines to validate the URL, path1 and path2 in expanded Ads? Is it necessary to validate all the URL or just the domain (e.g. www.example.com). What characters are not allowed? Is there any known regex to be used? Thank you very much! -- --

Campaings and Extensions relations

2016-09-06 Thread rafa . romero
If I add more than one extension (no matters what kind of extension is) to a campaign, how Google Adwords choose one of these extensions will be shown? Can I do anything to add priority to one of those extensions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

ImageError.LAYOUT_PROBLEM possible causes

2016-08-19 Thread rafa . romero
Hi, i'm working with *Display Network* and i'm getting this error ( *ImageError.LAYOUT_PROBLEM*) when I try to upload the logo file to Google AdWordsSession session = GetConnection.getSession(accountId as Long) MediaServiceInterface mediaService = adWordsServices.get(session,