Re: listing group

2024-01-22 Thread Darren Shirley
Hi, Yes but i have had no response since Friday. Thanks Darren Sent from Outlook for Android<https://aka.ms/AAb9ysg> From: Google Ads API Forum Advisor Sent: Monday, January 22, 2024 9:07:07 PM To: Darren Shirley Cc: adwords-api@googlegroups.com Subje

Listing Group

2024-01-22 Thread Darren Shirley
: [image: listing group 2.png] So i am missing this data: [image: listing group 3.png] How should i modify the query to recieve just the top level of data? Thanks, Darren -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Ads UI revenue vs. Ads API revenue on asset groups

2024-01-12 Thread Darren Shirley
why this is happening? Thanks Darren -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "Ad

RE: MutateAdGroupCriteriaResponse

2023-01-19 Thread Darren Shirley
and 12 it just hangs with no error. It’s as if it is going through some sort of continuous loop. Thanks, Darren From: Google Ads API Forum Advisor Sent: 18 January 2023 18:42 To: Darren Shirley Cc: adwords-api@googlegroups.com Subject: RE: MutateAdGroupCriteriaResponse Hi Darren, Thank you for

MutateAdGroupCriteriaResponse

2023-01-18 Thread Darren Shirley
. }); I can see it is synchronising from the change history in google ads but it just hangs and doesn't return a response. Any ideas what the issue is? (This is on V12) Thanks, Darren -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Get Ad campaign reports based on country and state

2022-06-08 Thread Darren D'Mello
n api? https://prnt.sc/oG7ms7tOdVfH as shown like here I wanted to get the spends daily for all states. Any help is greatly appreciated On Wed, Jun 8, 2022, 7:00 PM Google Ads API Forum Advisor wrote: > Hi Darren, > > In addition to above, you may also share privately(for sensitive deta

Re: Google Ads Get Campaign ads spends based on date and all states of USA

2022-06-08 Thread Darren D'Mello
Advisor wrote: > Hi Darren, > > Thanks for reaching out to the Google Ads API Forum. > > You may need to perform a separate request for the geo_target_constant > report after pulling segments.geo_target_state from geographic_view report > in order to get the name of those state

Get Ad campaign reports based on country and state

2022-06-08 Thread Darren D'Mello
I want to get the report as shown here https://prnt.sc/oG7ms7tOdVfH The input is Country = USA Date from and Date to But this gives non US states and it doesnt summarize the resuly by *state names* Can anyone help me to get the REST API? curl "https://googleads.googleapis.com/v10/customers/${

Google Ads Get Campaign ads spends based on date and all states of USA

2022-06-08 Thread Darren D'Mello
I am using ads API for getting the spends based on state names of USA. The below query gives segments.geo_target_state will be returned as an ID instead of name How can I combine this query with SELECT geo_target_constant.name, geo_target_constant.canonical_name FROM geo_target_constant WHERE

Ads API limits reached

2022-05-25 Thread Darren Chamberlain
Hi, I have a program that's using the PHP SDK. We've recently started doing IP blocks to campaigns. We have to do quite a few of these so we've hit the 15k request block today. I was wondering if there is anyway to send multiple IP addresses in a single operation? I tried a few ways like addin

Re: Sending users via the api

2022-03-02 Thread Darren Chamberlain
1, 2022 at 4:10:39 PM UTC adsapi wrote: > Hi Darren, > > Thank you for reaching out to the Google Ads API support team. > > As per the guide > <https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match?hl=en#customer_match_

Sending users via the api

2022-02-25 Thread Darren Chamberlain
We have sent up about 1million users via the audience upload. after a few days the list size only got to about 500,000. I'm sending it up in batches of 10,000. IS there any reason at google side why it wouldn't add all of them? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Partial failures occurred: 'This Google Click ID could not be decoded., at conversions[0].gclid'.

2022-02-18 Thread Darren Chamberlain
I get the following error when uploading conversions via the API : Partial failures occurred: 'This Google Click ID could not be decoded., at conversions[0].gclid'. The API is linked to my MMC account. The account we are sending conversions to is one of the sub accounts on the MMC. The email li

AddCrmBasedUserList returning a SOAP envelope of "userListId Required"

2021-04-23 Thread Darren thinkston
I'm trying to send a batch of emails up via the API. But for some reason I keep getting the following error. [RequiredError.REQUIRED @ operations[0].operand.userListId] my code is as follows: get_results( "SELECT * FROM $table_name" ); $clientID = '***-***-'; $listID = *; $i = 0

Adwords API Remarketing list process cost.

2021-03-22 Thread Darren thinkston
Hi, I wanted to know if when doing a batch of emails to a remarketing list via the api. Does the uploading of a batch of emails cost one operation or is it an operation for every email? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Bulk sending operations via mutate and checking current api connections

2020-09-02 Thread Darren USG
Darren replied: Hi Anthony, Looks interesting. So by doing this would this count as one operation or does it bypass the operations? -- Darren Chamberlain darren.chamberl...@usergain.com On Tuesday, September 1st 2020, 2:55:11 PM adsapiforumadvi...@gmail.com <adsapiforumadvi...@gmail.

Re: Bulk sending operations via mutate and checking current api connections

2020-08-31 Thread Darren thinkston
Hi Anthony, Thanks for getting back to me. Ok so in the case of setting a keyword bid via the CrierionServices using mutate. Is there another way for me to change the keyword bids without each bid change costing an operation? Regards Darren On Monday, 31 August 2020 at 21:15:23 UTC+1

Bulk sending operations via mutate and checking current api connections

2020-08-31 Thread Darren thinkston
Hi, Firstly I wanted to check that I have this right as we were recently rate limited for 24 hours as our automation program has grown. I modified it so that in theory it just does one call instead of x calls per keyword bid. In a nutshell what I have done is built multiple operators for the A

Get Impressions within timeframe

2020-08-26 Thread Darren thinkston
Is there anyway to get the Top impression percentage & abs top % for a set time frame. So for instance if i use the keyword performance report. for today. And then update it again an hour from now. Is there an accurate way to get the top impr & abs top impr percentages just for the past hour?

Set Keyword Max CPC Bid via AdGroupCriterionService

2020-08-24 Thread Darren thinkston
I've put together a script for updating the max bid amount on keywords. It appears to be working as soap responds all ok and no errors. This is the script as it is now https://codeshare.io/2Wo0qd On a side not I can;t seem to pass the max bid micro value through the class function as an argumen

Can I use a remarketing audience for GDN campaigns?

2020-08-18 Thread Darren Osena
We're planning to allow targeting of similar audiences to our GDN campaigns. I would like to do this by pulling a specific audience using AdwordsUserListService service, and filtering it by Id. For ex: After getting the list, I will loop through the Ids and add it for CriterionUserList.

RE: Micros to usd or GBP conversion

2020-08-18 Thread Darren USG
Darren replied: When I update cpcbids via the api is it also done in microns? -- Darren Chamberlain darren.chamberl...@usergain.com On Monday, August 17th 2020, 9:14:15 PM adsapiforumadvi...@gmail.com <adsapiforumadvi...@gmail.com> wrote: Hi Darren, Thank you for reaching out to us.

Get Keyword Name from KEYWORDS_PERFORMANCE_REPORT

2020-08-17 Thread Darren thinkston
There doesn't appear to be a way to get the actual keyword in the KEYWORDS_PERFORMANCE_REPORT. Is there a way to get the actual keyword string or is there a way to look up keywords by id? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Micros to usd or GBP conversion

2020-08-17 Thread Darren thinkston
Hi, When I request the cpc value it comes as micros. What can I do to get the actually money value of the cpc bid? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: 500 Http Response for Upload Offline Conversions

2020-07-28 Thread Darren thinkston
I'm getting a USER_PERMISSION_DENIED when trying to upload to the offline conversions. I don't know why though as the email uploads for our exclusion lists is importing fine. I can get campaigns etc. On Monday, 27 July 2020 at 19:18:31 UTC+1 adsapiforumadvisor wrote: > Hi Darr

500 Http Response for Upload Offline Conversions

2020-07-24 Thread Darren thinkston
I just keep getting a 500 response when trying to use the sample for upload offline conversions. I'm using the example identically with the only differences being the required constants & the autoload.php location. Also how is it this class is meant to be used for multiple conversion uploads a

Getting Performance Report for CriteriaType INCOME_RANGE returns blank

2020-06-29 Thread Darren Osena
I'm trying to generate a report for household income using CRITERIA_PERFORMANCE_REPORT with predicate of CriteriaType of INCOME_RANGE however I'm not getting any values. However upon checking in our google ads account there are values which I'm expecting from the API as well. Thanks -- -- =

MobileAppCategory result from SharedCriterionPage doesn't have displayname, mobileappcategoryid values

2020-06-21 Thread Darren Osena
I'm relatively new to the API, however what I'm working out is to get the values from a placement exclusion list and show it for selection in our app so that users will have the option to choose which apps to exclude. Steps on how I'm coding it : - Used SharedCriterionService. - Created a Selec

Telephone list not populating

2019-11-08 Thread Darren Clyde
I've been uploading telephone numbers to a remarketing list using the api. But for some reason, the list says populating and the correct last update shows but it is not increasing in number. I already have an email list that works just fine. Is there something wrong with the code below? why woul

Re: Adding Phone Numbers & UserID to remarketing list via API

2019-11-07 Thread Darren Clyde
I found the issue. It was outwith the API. Ill make sure that it is first but i think it was. On Wednesday, November 6, 2019 at 3:21:04 PM UTC, adsapiforumadvisor wrote: > > Hi Darren, > > > > Thank you for reaching out. Can you please provide the complete SOAP > request

Adding Phone Numbers & UserID to remarketing list via API

2019-11-05 Thread Darren Clyde
Hello, I'm trying set up a call to the API that automatically add's phone numbers or User ids to the designated list's. I have already accomplished this with Emails. What I have done is basically copied the script for emails and changed it to be for hashedPhonenumber or userId. The api is ac

How Long to Approve API Account

2014-11-27 Thread Darren
Hi all, Last week I applied for an AdWords API account, but it is still showing as 'pending approval'. Does anyone know how long this usually takes? I was under the impression it would be around 48 hours. I used to have an API account set up, so thought it would be quick and easy to approve.

Re: How can an account revoke access to an OAuth'ed user?

2014-01-28 Thread Darren E. Squires
Danial, It worked. I see the access now. Thanks for the help. Sincerely, Darren E. Squires, MBA, PMP Director of Digital Strategy (214) 699-8890 (direct) (817) 796-1347 (fax) On Tue, Jan 28, 2014 at 11:40 AM, Danial Klimkin < adwordsapiadvisor+dan...@google.com> wrote: >

Re: How can an account revoke access to an OAuth'ed user?

2014-01-28 Thread Darren E. Squires
ccount changed/moved? Sincerely, Darren On Tuesday, September 11, 2012 10:18:10 AM UTC-5, Ewan Heming wrote: > > Hi Oliver, > > oAuth access to a Google account isn't managed through AdWords directly; > you need to go to the security <https://www.google.com/settings/se

Destination URL length confusion

2013-07-03 Thread Darren
com/adwords/answer/2404246?hl=en Then when i tried in the ad words editor I was able to successfully post a URL that's 2083 characters. So what's the exact behavior that is supported? Thanks, Darren -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Destination URL length on keywords

2013-07-03 Thread Darren
After reading some conflicting documentation around URL limits I tried to right some test code to verify the true limit through the API. According to this page, the limit should be 2083 bytes in UTF-8. https://developers.google.com/adwords/api/docs/appendix/limits But then this page says 2048

Clicks by countries

2012-11-09 Thread Darren
there is certain demand for my products. Did I miss something where I can see it? Thanks, Darren -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

This is a test

2012-02-13 Thread Darren
I assume I can delete this myself :-) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Re: Editing Headline/Desc1/Desc2

2011-02-04 Thread Darren
} catch (Exception $e) { //print $e->getMessage(); } The variable $price is set beforehand. Thanks! Darren On Feb 4, 5:17 am, AdWords API Advisor wrote: > Hi Darren, > > Navneet is correct, you cannot modify the ad'

Editing Headline/Desc1/Desc2

2011-02-03 Thread Darren
Hi, I'm new to using the AdWords API, but need it to simply do the following: When we update a product price in our internal system, connect to the product's ad and edit the price, which is usually displayed in the 'headline' or one of the 'description' fields. I can't see how to do this from th