this should be sufficient, campaign gaql:
SELECT segments.date,
metrics.impressions,
metrics.clicks,
metrics.average_cpc,
metrics.cost_micros,
metrics.ctr,
campaign.id,
campaign.name,
metrics.conversions,
metrics.conversions_value
FROM campaign
WHERE segments.date >= '2022-05-01'
We're finding a large difference in revenue reported through the Adwords UI
vs. what we're getting back in Campaign/Adgroup/Ad reports through the API.
For one of our accounts we see nearly 21mil in revenue through Adwords yet
the API is only returning 14mil in revenue - and it's the same for an
We just started testing performance max campaigns but we're not seeing
media cost data come down through the campaign performance report or ad
group ad performance reports - how can we see this cost data?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://
So as we all know there used to be the CRITERIA_PERFORMANCE_REPORT in the
Adwords API... and it returned all the cost that we needed in one report.
With the new API it is extremely cumbersome to assemble all the different
pieces of cost.
We're now running reports against these tables to try and
Noticed there are demographics such as "household income" available through
the adwords UI. Are there plans to expose any of this information at the
criterion report level in the API?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.bl
Just an overall question about what we will be able to control via the API
for smart shopping campaigns.
We've tried adding negative match criterions, as we do with normal shopping
campaigns, but receiving the error
'OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE'.
I can grab the POST data later bu
Trying to set TargetingSetting attributes via the PHP libraries at the
campaign level, but receiving this error:
Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for
element ns1:settings
Only see examples for setting at the adgroup level and not the campaign
level but
Is it possible to get cost data for SHOWCASE_AD_ONLINE_PRODUCT_LINK cost
through the CRITERIA_PERFORMANCE_REPORT?
They have the same structure as shopping product groups, which we are able
to retrieve through the criteria report.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also fi
Plans to schedule any API workshops this year?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received t
Same, haven't updated any of the libraries in several weeks.
On Wednesday, August 31, 2016 at 1:00:01 PM UTC-7, Collin Grady wrote:
>
> Haven't touched library since July 13. Using v201605. Haven't changed auth
> info or anything else related either.
>
> On Wednesday, August 31, 2016 at 12:53:31
We are also constantly receiving the error, albeit intermittently since
early this morning.
We are on v201607
On Tuesday, August 30, 2016 at 11:27:23 PM UTC-7, Sachin Kumar wrote:
>
> I am getting this error sice today morning. Earliear the app was working
> fine. Now I am not knowing why t
Mean to say - this happens when adding a user's 'search phrase' as negative
match.
On Fri, Jan 15, 2016 at 10:22 AM, Christopher Taylor
wrote:
> Could someone let me know what the actual # of words the limit is? I can't
> find it in the documentation anywhere.
>
>
Could someone let me know what the actual # of words the limit is? I can't
find it in the documentation anywhere.
This specifically happens when adding the 'same' keyword as negative match.
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
htt
Glad we can finally download AdWords video cost data through the API. But
for some reason the report returns $0 cost - even though there are
definitely clicks and cost that we see directly through the AdWords UI. Any
idea why this is?
Attaching the report that the API returns..
--
--
=~=~=~=
Not receiving any SOAP errors back but basic campaign/adgroup creation
through the API seems to be borked. Using v201506.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevel
Nevermind, changed dateRangeType to ALL_TIME and it works now. Let us know
when we can filter by date range because there's a lot of data we're going
to have to sift through nightly..
On Monday, August 18, 2014 11:29:11 AM UTC-7, Christopher Taylor wrote:
>
> Is there any up
Is there any update to this? It fails even if we don't pass a date range
with:
Type = 'ReportDownloadError.MISSING_PARAMETER', Trigger = 'Start and End
date are required for CUSTOM_DATE and ReportType:
CALL_METRICS_CALL_DETAILS_REPORT', FieldPath = ''.
When we specify startDate and endDate,
> On Tuesday, June 17, 2014 4:08:37 PM UTC-4, Christopher Taylor wrote:
>>
>> getting same intermittent errors with php library 5.3.0 as well.
>>
>>
>> On Tuesday, June 17, 2014 12:36:43 PM UTC-7, Christopher Taylor wrote:
>>>
>>> Just started
getting same intermittent errors with php library 5.3.0 as well.
On Tuesday, June 17, 2014 12:36:43 PM UTC-7, Christopher Taylor wrote:
>
> Just started happening around 10AM PST:
>
> Failed to load response into DOM: DOMDocument::loadXML(): Empty string
> supplied as input in
Just started happening around 10AM PST:
Failed to load response into DOM: DOMDocument::loadXML(): Empty string
supplied as input in
/data/source/adwords/v201402/adwords-examples-and-lib-5.2.3/lib/Google/Api/Ads/Common/Lib/AdsSoapClient.php
on line 248
Nothing is wrong with our SOAP request he
It appears that on May 5th we stopped receiving any search phrase data from
the SEARCH_QUERY_PERFORMANCE_REPORT in the v201402 release of the API for
any of our PLA campaigns.
Was this a documented change and nothing we can do about it?
Thanks,
Chris
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Wondering why accessing this value is a "BETA_FEATURE"?
SoapFault exception: [soap:Server] [BetaError.BETA_FEATURE @
serviceSelector; trigger:'TopOfPageCpc'] in
/data/source/adwords/v201306/adwords_api_php_4.4.0/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:216
--
--
=~=~=~=~=~=~=~=~=~=~=~=
Hi Anash, do you have any insight as to a sense of timing for when new API
documentation will be released in respect to Sitelink management and the
new Enhanced Campaign features?
Thanks,
Christopher Taylor
Voltage Search Media
On Tuesday, February 26, 2013 7:26:08 PM UTC-8, Anash P. Oommen
23 matches
Mail list logo