Error while trying to set campaign language targeting

2011-11-29 Thread roberto
I'll try to keep it short, I am trying to set the campaign's language targeting criterion via the CamapignCriterionService in v201109. My soap request looks like this: SET XX

Re-initializing a sandbox account

2012-03-04 Thread roberto
I have recently encountered an error where all my client_x accounts that were created upon the first initialization process have been mysteriously removed. I wish to somehow re-initialize my sandbox account to get them re-created but I can't seem to find any reference to this process? Please un

Re: Re-initializing a sandbox account

2012-03-07 Thread roberto
Well I did, now when I call GetAccountHierarchy all my customer ids are 0, re-initializing them the way you proposed after that does not seem to do anything. On Tuesday, March 6, 2012 12:10:50 PM UTC+2, Anash P. Oommen wrote: > > Hi Roberto, > > Try calling CampaignService.get(

Getting campaign budget spent for a single day

2012-04-24 Thread roberto
I have been trying to calculate the campaign budget spent at the end of the day, it is my understanding that Google updates campaign budget cost at 04:00 or sometimes around that hour and I would like to know for each day how much budget was spent but I'm not sure I understand how data is repre

TARGET_CPA: example of conversion sign up tracking

2019-12-13 Thread Roberto
tracking? thanks Roberto. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and G

Connecting with a specific clientCustomerId

2020-01-24 Thread Roberto
= new OfflineCredentials.Builder() .forApi(Api.ADWORDS) .fromFile() .build() .generateCredential(); or is another metod to call? thanks, Roberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-03 Thread Roberto
Hi, how to -Update stardate/enddate of a campaign and -Descr1, Descr2 of a Dynamic search Ad in Java? Google Examples are full of creation but a few for updating objects. thanks for your help! Roberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-05 Thread Roberto
Hi, pause-ad is for a generic Ad, description, description1 belongs to DynamicSearchAds, how can i change these two fields? thanks! Il giorno martedì 3 marzo 2020 23:07:50 UTC+1, adsapiforumadvisor ha scritto: > > Hi Roberto, > > Thank you for reaching out. If you're using

Re: Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-16 Thread Roberto
; } return true; } Il giorno giovedì 5 marzo 2020 20:56:13 UTC+1, adsapiforumadvisor ha scritto: > > Hi Roberto, > > That is just an example for you to base your code off of. You should > replace it with DynamicSearchAd > <https://devel

Re: Update stardate/enddate of a campaign and Descr1, Descr2 of a Dynamic search Ad

2020-03-17 Thread Roberto
Hi, but in doing so this will destroy ads stats? thanks again for your help! R. Il giorno lunedì 16 marzo 2020 20:51:47 UTC+1, adsapiforumadvisor ha scritto: > > Hi Roberto, > > Please see here > <https://developers.google.com/adwords/api/docs/common-errors#AdError> >

Add Keyowords to Dynamic Search Ads

2020-03-19 Thread Roberto
Hi, we have pages with different customers events, sometimes they have little text in these pages, so we want to add another set of webpages from the customer website to extract keywords, it's possible to do that with the API? Is there a Java example ? thanks, R. -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Add Keyowords to Dynamic Search Ads

2020-03-20 Thread Roberto
visor ha scritto: > > Hi Roberto, > > If you are looking for the API to crawl through your websites and extract > keywords from it, then I'm afraid this is not possible. If I've > misunderstood your request, please let me know. > > Regards, > Anthony > Google

Testing Adwords API requires a true account?

2020-04-23 Thread Roberto
Our software that uses the Adwords API, can we use the test account to test or do we have to use a real account with a credit card connected? thanks! Roberto. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Testing Adwords API requires a true account?

2020-04-24 Thread Roberto
ney to test all? Thanks! Il giorno giovedì 23 aprile 2020 15:47:08 UTC+2, adsapiforumadvisor ha scritto: > > Hi Roberto, > > Test accounts can be used to test the API, however, you will need to sign > up for the API using a production manager account. Also note that test > acc

Update an individual budget for a specific campaign

2016-01-08 Thread roberto . malcotti
/guides/budgets, but without results. In the row 70 of my code, i correctly see the new budget, but on the AdWords platform I cannot see the result. I have to change the budget for more than 2000 campaigns, can someone tell me where and why my code does not work? Many many thanks. Roberto PS

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
De*ar Vishal,* have you find a solution for this probelm? If yes, can you help me? Robertp On Saturday, 28 June 2014 09:04:08 UTC+2, Vishal Chawla wrote: > > I am trying to get Average Monthly Search for a keyword using the Adwords > API (v201402) in PHP. For this I am using the TagretingIdea

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Ray, here the screenshot, i am using the java api and the example getKeywordIdeas. As you can see the script returns just related keywords, but not the specific keyword. Do you know how can I modify the code in order to get the precise information? Thank you so much. RobertoMalcotti <

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Vishal, I got it. I am using Java but I think for PHP is similar. When you set the selector, selector.setRequestType(RequestType.STATS); if you put .STATS you get the info for the specific keyword. if you put .IDEAS you get the related keywords. Hope this can help! Roberto On

Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
like to confirm with you whether it is possible or not and, if possible, what is the right way to do it. Thanks for your assistance on this. Roberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
e searched the forum and have not found anyone who has managed to use the APIs Adwors with auth2 in a Web App. Any help is appreciated. Roberto El miércoles, 20 de enero de 2016, 16:49:10 (UTC-3), Yin Niu escribió: > Hi Roberto, > > You can still use the installed application type for

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
I don't know if Adwords Service have another name... Regards El miércoles, 20 de enero de 2016, 17:32:25 (UTC-3), Yin Niu escribió: > > Hi Roberto, > > The scope > <https://developers.google.com/adwords/api/docs/guides/authentication#scope> > for > adwords api

Re: Adwords PHP API Web Application problem

2016-01-20 Thread roberto . smith
lable API for applications are selected, "Adwords" does not appear. > > Using the "APIs Discovery Service v1" ( > https://developers.google.com/apis-explorer/#p/discovery/v1/discovery.apis.list), > > when I asked for Adwords, did not show any

Re: Adwords PHP API Web Application problem

2016-01-21 Thread roberto . smith
option, but at if I'll have problems with the web app I will use an installed one. Thanks again and best regards Roberto El jueves, 21 de enero de 2016, 10:54:29 (UTC-3), Thanet Knack Praneenararat (AdWords API Team) escribió: > > Hi Roberto, > > As Yin has suggested, you can

Re: How can I retrieve conversion using ConversionTrackerService

2018-08-27 Thread Roberto Jax
tks so much baby i fixed this :) On Friday, November 24, 2017 at 2:34:08 AM UTC-8, Jikai Zhang wrote: > > Hi AdWords API Teams, > > I use AdWords integrate with Firebase project, I create Conversion with > Firebase events in the AdWords Platform, so I can see those conversions on > the adwords.

Re: Upload offline conversions using test account

2019-01-08 Thread Roberto Andrade
Going through an implementation for a client and trying to test exactly the same functionality as everyone here, OfflineConversionFeed service, using a real GCLID from our production accounts throws UNAUTHORIZED_USER (https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConver

Get MCC Client List

2017-07-31 Thread roberto . smith
Hello. I have a web app using a deprecated version API. I'm trying to migrate to v201705. The first thing I need is to get the MCC Client List, but the AdWordsUser doesn't exist anymore. I will aprecciate if you can help me with this. Thanks and Best Regards Rob

Asign Customer ID Dynamically v201705

2017-07-31 Thread roberto . smith
Hello. I have installed the v201705 AdWords API version (PHP). The API have the *adsapi_php.ini* configuration file with a *clientCustomerId* field. Is there a way to change dynamically the *clientCustomerId* with the API?. Thanks for your help! Roberto Smith

Re: Asign Customer ID Dynamically v201705

2017-08-01 Thread roberto . smith
Hello. Thanks for your answer. Thanks again. Roberto Smith El martes, 1 de agosto de 2017, 2:08:04 (UTC-4), Peter Oliquino escribió: > > Hi Roberto, > > You may refer to this below code on how to dynamically set the > clientCustomerId in PHP : > > $session = (new

Re: Get MCC Client List

2017-08-01 Thread roberto . smith
Hi Peter. I used the GetAccountHierarchy.php version and it worked ok. Thanks a lot. Roberto Smith El martes, 1 de agosto de 2017, 1:52:01 (UTC-4), Peter Oliquino escribió: > > Hi Roberto, > > Could you confirm if what you meant by getting the client list is to get > all the

How to Get Budgets info v201705

2017-08-04 Thread roberto . smith
Hello. I'm trying to get the account budget info. I know that I need to use BudgetOrderService, but I don't find an example for this service. I hope you can help me with this implementation. Best Regards! Roberto Smith -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Dynamic ad targets

2021-04-27 Thread Roberto S
Hi, it's possible through API to manage Dynamic ad targets of a campaign? I would like to be able to enable or disable each URL through API. Thank you. Roberto [image: ads.JPG] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Dynamic ad targets

2021-04-30 Thread Roberto S
Thank you, Anthony On Tuesday, 27 April 2021 at 21:17:36 UTC+2 adsapiforumadvisor wrote: > Hi Gennaro, > > You can use the ad_group_criterion report that I mentioned to get details > on these ad targets. You can also use the AdGroupCriterionService >

Re: Dynamic ad targets

2021-04-30 Thread Roberto S
Hi Gennaro, yes I found a solution, I implemented it using googleads-php-lib for PHP and using AdGroupCriterionService class as suggested by Anthony. On Tuesday, 27 April 2021 at 19:07:23 UTC+2 Gennaro M Gallo wrote: > Hi Roberto, > > I would be interested in learning about thi

Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-11 Thread Roberto S
the Google Ads API.'* I am using *googleads-php-lib* ( https://github.com/googleads/googleads-php-lib), this means that instead I have to use *google-ads-php* ? Thanks, Roberto -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-27 Thread Roberto S
Hi, I switch from googleads-php-lib to google-ads-php and so I solved the problem. Roberto On Wednesday, 26 May 2021 at 11:58:12 UTC+2 360tech...@gmail.com wrote: > Hi Roberto, > I hope all is going well. > > I here to asked you about this issue. > I have same issue, Have

golden door chocolate bar

2024-09-09 Thread Fred Roberto
buy Neau Tropics https://calibudsonlineshop.com/product/neau-tropics/ Mantra Bars Euphoria Bar https://calibudsonlineshop.com/product/mantra-bars-euphoria Mr Mushies Chocolate Bar https://calibudsonlineshop.com/product/mr-mushies/ Hero Chocolate Mushroom bar https://calibudsonlineshop.com/product