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
:
[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
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
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
.
});
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:
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
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
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/${
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
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
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_
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
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
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
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
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.
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
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
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?
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
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.
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.
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
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
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
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
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
--
--
=
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
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
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
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
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.
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:
>
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
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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
}
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'
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
40 matches
Mail list logo