Which Google API to pull in Google ads data?

2023-02-17 Thread Albert Somlith
Hi, What google api should I use to be able to pull in only google ads data from the SERP? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: CUSTOMER_NOT_ENABLED

2022-02-22 Thread Albert Somlith
Has anyone found a solution? On Wednesday, February 9, 2022 at 2:18:11 AM UTC-8 adsapi wrote: > Hi, > > Thanks for commenting on this thread. > > Unfortunately, we don't have any updates regarding that feature request in > order to support in the API. In the meantime, you may use Ads UI as a >

Show List of only Active Accounts - listAccessibleCustomers();

2022-02-21 Thread Albert Somlith
Hi! When I try to connect with google ads account and show a list of all accounts (customers), it also gives me "cancelled" accounts. Is there a way to get only active accounts? The function returns all accounts and it gives me an error when I try to get account details. $customerServiceClient

502 Bad Gateway on BudgetService

2020-09-29 Thread Albert Dapiton
Hello, Would like to ask for possible reason BudgetService.mutate() response with 502. I submit to create a budget for my ads after submitting the same data it return BudgetError.DUPLICATE_NAME it process my previous call but it return 502. Im working on a test account. It happens 1 days ago it

downloading all campaign data using date range is super slow

2019-03-17 Thread Albert Paolo Rogelio
hi. im downloading all campaign data to be save in my database so that we can have real data in our application. but it seems that it is super slow in doing so. is there any way to resolve this? like im downloading just 1 year campaign data in my manager account (100+ accounts) and 1hour have p

Automated adwords data download

2019-02-27 Thread Albert Paolo Rogelio
Hi is it possible to create an automation for adwords data to be downloaded? like using cron job? coz i think the only way to download the data is to use authentication. if any please give me a feedback. thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Report Generation

2018-11-05 Thread Albert Paolo Rogelio
Hi this is my long time problem, is it really not possible to generate account performance reports just like in adwords platform? coz we are developing an adwords tool to have a different view from adwords platform but as fast as it is. im using parallel report download and it is requesting dat

Get All time date range

2018-10-04 Thread Albert Paolo Rogelio
I want to get All time date range from all accounts under mcc from account performance until keyword level. is it possible? because i want to apply the date range filter just like from adwords platform. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Get user info after oauth2 login.

2018-10-01 Thread Albert Paolo Rogelio
Hi i want to retrieve the user info of the authenticated user. for example my login account is t...@gmail.com, i want to retrieve the userinfo of t...@gmail.com including the email. is it possible? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Keyword performance returning different values

2018-09-24 Thread Albert Paolo Rogelio
Hi, Its weird because when fetching keyword performance the following fields will have a value of thousand while the value of it in adwords website is just in decimal. example : the max cpc in adwords website is 0.43 while in my fetched data it is 43. can someone please explain. thanks!

is AWQL really slow?

2018-09-20 Thread Albert Paolo Rogelio
Hi I using AWQL to retrieve Account performance of all accounts in a mcc account but it is really slow. im just getting 16 accounts and it will consume up to 35seconds it is really bad. is there any way to speed it up? i mean it is deployed in cloud server so it means it should be fast. im conf

is AWQL really slow?

2018-09-20 Thread Albert Paolo Rogelio
Hi, Im using AWQL to get ACCOUNT_PERFORMANCE_REPORT and it is super slow. Im just retrieving 16 accounts and it will be fetched after 30seconds. is there any other way to speed it up? even if my application is deployed in a cloud server. here's my code below. $adWordsServices = new AdWord

AWQL to get Account Performance

2018-09-19 Thread Albert Paolo Rogelio
Hi I want to get Account Performance by customerId. is it possible or is there another way to retrieve an account performance for each client in a mcc account? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~

PHP web flow

2018-09-19 Thread Albert Paolo Rogelio
Hi All, Can someone help me to get all tied up Manager accounts in a gmail account. Im using web flow in authentication request. I want to achieve a login like adwords website itself like if i login my gmail it will show all manager accounts under my gmail account. it is possible right? please

Get all fields of accounts

2018-07-31 Thread Albert Paolo Rogelio
Hello is there any class besides AccountHierarchy to fetch accounts? coz there are only few fields, i need to get also the clicks, impr, etc. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: USER_PERMISSION_DENIED

2018-07-30 Thread Albert Paolo Rogelio
your manager account. You may > check this sample code > <https://developers.google.com/adwords/api/docs/samples/php/account-management#get-the-account-hierarchy-under-the-current-account> > for > reference. > > If the issue persist, could you provide which email address you

Re: [5-3811000022840] Google API Requirements

2018-07-12 Thread Albert Somlith
Thank you! On Thu, Jul 12, 2018 at 4:57 AM, wrote: > Hi, > > Thanks for reaching out. > > I'm looking into this and will get back shortly. Thanks for your patience. > > Best, > Ryan > > AdWords API Compliance > > > *Note:* Please keep your dev contact up to date >

Is it possible to get a keyword CpcBid for a given Date

2017-05-26 Thread Albert Morcillo
When I query for the CpcBid by Date during the last month, always return the same value dispite I know it had changed during the period. There is any way to ask for the CpcBid of an specific day? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Hi guys; i need my 1º developer token for a Solidarity project

2016-12-18 Thread albert pare
I'm trying to get 'developer token' to develop a tool based on python and adwords API. Im following the steps of google documentation: https://developers.google.com/adwords/api/docs/guides/signup#token_review_team_has_approved_my_developer_token In step 2 , says: "Sign up for the AdWords API w

API Workshops FALL 2016

2016-06-03 Thread Albert Morcillo
Hi, I saw the new about the API workshop. Do you have an agenda of what will be covered in the workshop? Thank you, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeveloper

Allow filtering on CustomerSyncService

2016-04-21 Thread Albert Morcillo
CustomerSyncService can be filtered by date range/campaign id/feed id. I think it should be interesting to allow filtering by user has done the changes. This functionality will allow us to retrieve changes done for customers outside from our platform and queries will be faster. Best, -- -

Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2016-03-29 Thread Albert Wang
I think I am mis understanding this thread a bit. so are you saying, sharing sitelink feed items cross campaigns are impossible because it is done in one mutate call ? and if sharing is needed use the legacy API ? this actually fits my original understanding toward the extension documentatio

Re: What is the expected method for sharing sitelinks across campaigns using the Campaign Extension Setting service?

2016-03-28 Thread Albert Wang
On Thursday, September 10, 2015 at 2:20:30 AM UTC+8, Alexander Cavalli wrote: > > I need to build a service that uses the Adwords API to manage sitelinks > that can be shared across multiple campaigns. I've previously used the > various Feed services to handle this, but I noticed there are new

data migration using extension setting service

2016-03-25 Thread Albert Wang
> > If you've only used feeds created by the AdWords user interface, you can > use extension setting services immediately. > However, if you've created custom feeds with the API, you'll need to first > perform the following steps: Allow me to confirm(double check), as long as I have been usin

Re: SelectorError.INVALID_PREDICATE_OPERATOR

2016-03-23 Thread John Albert Catama
Hi, however if i use "in" it does not return any campaigns. I expected to get a hundred of results. Thanks, Albert On Thursday, March 24, 2016 at 2:01:37 AM UTC+8, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Albert, > > I would suggest that you use the op

SelectorError.INVALID_PREDICATE_OPERATOR

2016-03-23 Thread John Albert Catama
tro","rural","allbroad","broad", "exact","modbroad","phrase","goog","search","content") .orderAscBy(CampaignField.Name) .offset(offset) .limit(PAGE_SIZE) .build();

How to update Labels?

2016-01-26 Thread John Albert Catama
Good day. Is it possible to update Campaing, AdGroup, Keywords & TextAds Labels? example: Campaign campaign = new Campaign(); campaign.setLabels((Label[]) campaignEntity.getLabels()); Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Help with Ad customizer feed

2016-01-25 Thread Albert Morcillo Fulgencio
Hi, I need some help with Ad customizers Feed. I've created a custom feed from API. Attributes are ok (with right placeholders). Rows content are ok. Ads are aproved (in web gui). But no custom Ads are shown ever (and I have some clicks at "static" ads). I talk with Adwords team and they said

Re: Is it possible to get Status, Final URL & Labels from keywords and TextAd ?

2015-12-07 Thread John Albert Catama
https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupAdService.TextAd, can't find those fields https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.Keyword, can't find labels and status. Sorry, I'm new around here Than

Is it possible to get Status, Final URL & Labels from keywords and TextAd ?

2015-12-06 Thread Albert Catama
Good day. Is it possible to get Status, Final URL & Labels from keywords and TextAd under AdGroup? I can't get those fields using AdGroupCriterionService for Keywords and AdWordsServices TextAd. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Is it possible to get Status, Final URL & Labels from keywords

2015-12-06 Thread Albert Catama
Good day. Is it possible to get Status, Final URL & Labels from keywords under AdGroup? I can only get few fields using AdGroupCriterionService. Thanks in advance! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.

Re: How to can get the CPA from AdGroup using Adwords API?

2015-12-05 Thread Albert Catama
Thank you. Will try it. On Friday, December 4, 2015 at 10:45:48 PM UTC+8, Anthony Madrigal wrote: > > Hi Albert, > > You can get the CPA of an AdGroup by either: > >- Selecting the BiddingStrategyConfiguration > > <https://developers.google.com/adwords

How to can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
How to can get the CPA from AdGroup using Adwords API? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How I can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
Anyone? Thank you. On Friday, December 4, 2015 at 5:26:44 PM UTC+8, Albert Catama wrote: > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

How I can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

How to get AdGroup CPA

2015-12-03 Thread Albert Catama
Greetings! How I can get the CPA from AdGroup using Adwords API? Thanks Guys. Godbless -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=

ManagedCustomerService returning null on account addition

2015-12-01 Thread Albert Morcillo
Hi, Every time I try to create a new account with ManagedCustomerService I receive as response a null for mutate operation (no ManagedCustomerReturnValue is returned) . This happens in java sdk versions 2,6,0, 2.7.0 and 2.8.0. Thank you, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Error creating campaign when account limit reached

2015-11-11 Thread Albert Morcillo
Hi, I detected when I create a new Campaign and I reached the account limit (10.000 campaigns), I receive a new campaign Id, and it seams the campaign is created (the mutate response is returning a new campaign object), but it didn't appear at Adwords website. I think it should be better to r

Re: CustomerSyncError.INVALID_CAMPAIGN_ID Everytime i rerun the function.

2015-10-29 Thread Albert Catama
I have the same problem, any update? Thanks! On Thursday, September 17, 2015 at 6:01:51 AM UTC+8, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > No updates just yet. I'll post back to this topic as soon as I have more > information. > > Thanks, > Josh, AdWords API Team > > On Wednesday, Se

Re: Can't create MCC test account

2014-12-10 Thread Albert Morcillo
/rGRIAxhB9j4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > adwords-api+unsubscr...@googlegroups.com. > Visit this group at http://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/a

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-11-13 Thread Albert
hi, I confirm that, we can't seem to rename deleted/removed adgroups, adding a new adgroup with same name is also not working, kinda stuck situation... ~~~soap_request hacked~~~ at local time: 13/11/2014 11:10:08 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi=

Re: Change main email

2014-10-24 Thread Albert Morcillo
rds-api/9097cdaf-315e-4171-8a02-c554b626b0c4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- <http://www.rocketroi.com/> *Albert Morcillo* CTO +34 629 885 743 C/ Sant Joan de la Sall

Change main email

2014-10-24 Thread albert
Hi, I want to change my mcc email address to other one in order to show the new email address as user doing changes through the API. Does it possible? Thank you, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Can I do changes and these appear in Adwords log as any email?

2014-09-30 Thread albert
Can I do changes and these appear in Adwords log as any email? I want to do changes and these appear in Adwords log with the user email and not with API email. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-17 Thread Albert
yes, right, I figured this out, I missed the userStatus while checking the error, was just about to write it here... sorry, thanks a lot, Albert On Wednesday, September 17, 2014 5:11:16 PM UTC+3, GregT wrote: > > Hi, Albert. > > You actually have a different error than what I

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-09-17 Thread Albert
hi, we've been getting this error as well, while trying to change bids on shopping items (offer ids) 10. is it a bug or intended behavior? 20. does it have something to do with using api version v201402, not latest? enclosed is the soap trace: ~~~soap_request hacked~~~ at local time: 17/09/

Re: Cannot fetch campaigns from test account

2014-09-12 Thread Albert Maranian Jr.
elps other beginners who are encountering the same mistake. Thanks for your time. Cheers, Albert On Friday, September 12, 2014 8:38:48 PM UTC+8, Danial Klimkin wrote: > > Hello Albert, > > > What is the account ID you specified in the auth.ini file? If none, you > are hitting an M

Re: AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'

2014-09-12 Thread Albert Maranian Jr.
This is getting more confusing, so client ID and secret will actually need to be generated from the production account? I thought the developer token will only be needed from production? On Thursday, May 22, 2014 1:20:03 AM UTC+8, Josh Radcliff (AdWords API Team) wrote: > > Hi Prashant, > > Thi

Re: Adword Api 'No Campaign Found'

2014-09-12 Thread Albert Maranian Jr.
I have the same problem, the clientCustomerId is the "TEST" adwords account right? On Thursday, September 11, 2014 7:37:55 PM UTC+8, Danial Klimkin wrote: > > Hello Cynthia, > > > Please make sure you specify the correct clientCustomerId (CID). It looks > like you are making requests against an

Cannot fetch campaigns from test account

2014-09-12 Thread Albert Maranian Jr.
Hi, I can't figure out why the campaigns are not showing up when I'm testing example GetCampaigns.php page. Here's what I did: 1. Subscribed for a "production" account, Customer ID: 851-621-4555 2. Generated developer token from production account XX 3. Subscribed for a "test" account, Custom

Re: ngr (Nigerian currency) in adparam (AdParamService, v201209)

2013-03-12 Thread Albert
receive a more 'official' answer or confirmation on that possible bug, thanks in advance, Albert On Tuesday, March 12, 2013 1:55:59 PM UTC+2, Danial Klimkin wrote: > > Hello Albert, > > > Can you specify the currency in the ad text instead, and use the ad param > with the

Re: ngr (Nigerian currency) in adparam (AdParamService, v201209)

2013-03-11 Thread Albert
this happened also for India rupi On Friday, March 8, 2013 9:36:05 AM UTC+2, Albert wrote: > > > hi, > > > 1. we are getting > > ... > AdParamError.INVALID_INSERTION_TEXT_FORMAT @ > operations[0].operand.insertionText; > trigger:'₦66,500' > ... &

Re: targeting ideas api question, TargetingIdeaService

2013-03-06 Thread Albert
thank you Ewan and Kevin, Albert On Saturday, March 2, 2013 11:57:44 PM UTC+2, Albert wrote: > > hi, > > I have a general question on the > > v201209 > TargetingIdeaService > > 1. in simple words, I am requesting ideas for the following 2 words (let's >

v201209, TargetingIdeaService, Unmarshalling Error, local: "RequestHeader"

2013-02-23 Thread Albert
hi, i can't figure out what seems to be wrong with the below request, thanks in advance, albert -SoapRequest at 23/02/2013 23:41:36 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://

Production Environment

2010-10-14 Thread june albert
Hello Everyone! How to launch my Google Adwords Api online? what is the procedure? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Related Keywords Display

2010-10-14 Thread june albert
How can i display the real keywords and average searches. the result that i always getting is Keyword with text 'sample keyword 1152841193 0', match type 'BROAD', and average monthly search volume '288102' was found. does anyone know how to display the keywords using the sandbox? thanks in advan

GetRelated Keywords

2010-10-14 Thread june albert
Hello Everyone, I'm working on GetRelatedKeywords.php sample from Adwords API. Does anyone already try this sample and test it? if yes, can you guide me on how did you did the installation of this sample and how to configure the auth.ini. I'm having a problem in authToken. -- =~=~=~=~=~=~=~=~=

AdWords API Re: EntityNotFound.INVALID_ID

2010-03-10 Thread Albert
report for the campaign containing the object ids stated as 'entitynotfound' - and they ARE PRESENT. and none of them has a DELETED status. i've emailed adwords support many soap logs on that, let me know if you need me to put some

AdWords API Re: .net: Unable to generate a temporary class (result=1), OperationResult

2010-01-05 Thread Albert
in short, there are 2 reasons: 1. the first one is that we've been using adwords api since v1. the aw .net client library appeared several versions/years later. 2. i am not familiar with the aw api .net library, but i suppose it's a good one. we are a 'do-it-ourselves' company. that is, the more

AdWords API Re: .net: Unable to generate a temporary class (result=1), OperationResult

2010-01-04 Thread Albert
sing .net3+? i am not pro-.net3+, just asking, thanks in advance, albert -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email

AdWords API .net: Unable to generate a temporary class (result=1), OperationResult

2010-01-02 Thread Albert
appreciated, thanks in advance, albert ps. using the .net client library is not an option System.InvalidOperationException was unhandled Message="Unable to generate a temporary class (result=1).\r\nerror CS0030: Cannot convert type 'Service.ref_AdWords2.OperationRe

AdWords API checkAds response problem .net2

2009-11-03 Thread Albert
-generated class, so here is where i am out of ideas. thanks in advance, albert here is the part for the parse error: .net error stack -- System.InvalidOperationException: There is an error in XML document (16, 32). ---> System.FormatException: Input string was not in a correct format.

AdWords API Include me in the money making group

2008-11-13 Thread Nkopane Albert Matsimela
I am looking forward to make business with you but I am not yet sure of what i should do for you to be in the right track. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this gro

AdWords API I am looking forward to be in business with you guys

2008-11-13 Thread Nkopane Albert Matsimela
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more op

AdWords API Re: File not found exception on download

2008-09-29 Thread Albert
Please let us know when this is resolved. In the mean time we've implemented a re-try ordering a new report if the download url throws 404 not found. The problem with this is we are paying quota for each new report although the problem is not on our side. regards, A

AdWords API Re: File not found exception on download

2008-09-25 Thread Albert
I confirm, we are having this issue in the past several days a lot. Happens sporadically. In the part of the trace, you can see we re-try getting a different download url several times. ===(not found trace + soap log)=== =not fount== Utilitie