RE: OPERATOR_NOT_SUPPORTED when I trying to remove video id from adgroup (UniversalAppAd)

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out.

Upon checking your code, I can see that you are using the AdService. As per the 
link provided, this service can only support SET operator. This is the reason 
why you are encountering the error OPERATOR_NOT_SUPPORTED. You can use the 
AdGroupAdService.mutate() instead to remove the ad from the ad group instead. 
Unfortunately, we do not have an exact sample code on how to remove videos from 
Universal App Campaigns.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UEIvKC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/kDzlx0PW7S2V00_hqG7DK6SHOKcbGZt4wHoA%40sfdc.net.


Issues with adding Keywords to campaign

2019-08-13 Thread 'fco' via AdWords API and Google Ads API Forum
Hello, I want to add keywords at the campaign level and not the ad_group 
level, but I'm running into trouble. Below is a sample of my error.

campaign_service = client.GetService('CampaignCriterionService', 
version='v201809')

operations = [{'operator': 'ADD',
  'operand': {'criterion': {'matchType': 'BROAD',
'text': 'this is a keyword',
'xsi_type': 'Keyword'},
   'campaignId': xxx}}]

campaign_service.mutate(operations)


Error:
GoogleAdsServerFault: [CriterionError.CANNOT_ADD_CRITERIA_TYPE @ 
operations[0].operand.criterion]

API DOCS:
https://developers.google.com/adwords/api/docs/reference/v201809/CampaignCriterionService
CANNOT_ADD_CRITERIA_TYPECriteria type can not be targeted.


The error states that I cannot add this criterion type, but I feel like I'm 
doing something wrong. Can anyone point me in the right direction?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/769664bc-ec80-43d6-b670-19b3379ecd6c%40googlegroups.com.


JSON example for a batch API request

2019-08-13 Thread Anupama Gupta
Is it possible for me to use a single API to create a campaign, some ad 
groups and ads within the ad groups?
If yes, is there an example of how I can do it using JSON?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f0d31976-d321-4b5b-8c45-912fbf237aee%40googlegroups.com.


Missing Ad Groups in Ad Performance Report

2019-08-13 Thread Emily
Hi there,

I'm using the AdWords API to pull Ad Group Performance data and noticed a 
few ad groups that are missing in the API pull but are visible in reports 
pulled through the UI. These ad groups have clicks and impressions which is 
leading to a large discrepancy between the reports pulled through the API 
and reports pulled through the UI.

Any help would be appreciated.

Thanks!
Emily

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/229aec3b-8e16-4d14-9cf6-a35f6bbb7a0d%40googlegroups.com.


CLICK_MISSING_CONVERSION_LABEL intermittent error

2019-08-13 Thread laura lawrie
Hi - 

We have an integration using AdWords API that we use to upload offline 
conversions using the OfflineConversionFeedService (
https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService).
 
We have recently seen a scenario with a customer where we are receiving 
CLICK_MISSING_CONVERSION_LABEL errors intermittently. For other offline 
conversion uploads for the same customer, we are successful. We have 
verified with the customer that they are not disabling & re-enabling, or 
deleting & re-adding the conversion, or editing its name. The conversion we 
are attempting to upload to was created several months ago (Sept 2018 I 
believe) and has not been edited since. 

Here are some example GCLIDs we are trying to upload that get the error:
gclid: EAIaIQobChMI3ojzprDa4wIVDJ-fCh3n-wPuEAAYAiABEgJ74PD_BwE
(on 7/30)

gclid: 
CjwKCAjw1f_pBRAEEiwApp0JKGnN_hrMyswcRTsxf7F3JXr9zG1GzS8Jvw7lQQsx2V3b8eDP-zfeWRoCbvUQAvD_BwE
(on 8/05)

gclid: EAIaIQobChMIlo_jtsP94wIVg4bACh2btAexEAAYASABEgLM1PD_Bw
(on 8/12)

Here are some example GCLIDs where we are successfully able to upload (in 
some cases we get TOO_RECENT_CLICK but we have a retry method to handle 
those)
gclid: EAIaIQobChMIgIi7v5Xs4wIVTZyzCh31cAh2EAAYAiAAEgILdPD_BwE
(on 8/05 - the same day as one of our unsuccesfsul attempts)

gclid: EAIaIQobChMI-Z_StL_44wIVRdbACh1f1AawEBAYASABEgKDv_D_BwE
(on 8/10)

Would appreciate any insight you have into this issue - thank you!



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5bcbbd4-0df6-4dd7-a3d4-f685a8db5e61%40googlegroups.com.


Does Product Partition Report cpc bid reflect device modifiers

2019-08-13 Thread 'Sifang Chu' via AdWords API and Google Ads API Forum
The device field of the product partition table is defined as "Device type 
where the impression was shown." Does this mean only the impression metrics 
reflects devices type. All other metrics, including cpcbid, are aggregated 
over all device types? If so, how does one find out the specific cpcbid for 
a particular device type?

Thanks,
Sifang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4819a7ef-eb8b-4780-a638-7547de3305aa%40googlegroups.com.


Re: Demographics AgeRange Status Diffrence

2019-08-13 Thread cv
Hi Anthony,

I have already tried, and found that i am getting UNSPECIFIED only where UI 
is  saying Eligible.

Please see array what I was received and what the UI is

Array
(
[adgroupCriterionId] => 503006
[ageRangeType] => AGE_RANGE_65_UP
[adgroupCriterionStatus] => REMOVED
[adgroupCriterionSystemServingStatus] => UNSPECIFIED
)


[image: Screenshot_Age - Google Ads.png] 





On Tuesday, 13 August 2019 23:54:39 UTC+5:30, adsapiforumadvisor wrote:
>
> Hello,
>
> You can use the field ad_group_criterion.system_serving_status 
> 
>  
> to see whether your age ranges' statuses are eligible or not.
>
> Cheers,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UEIphb:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dbb6c48c-afa2-47ad-8ef5-0eafaa1650f5%40googlegroups.com.


RE: How to update product group bid via api

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Artem,

It is not possible to update bidding at item level. However, you could use 
AdGroupCriterionService.mutate operation to update bidding at product group 
level via Google Ads API if you have the resource name of the AdGroup criterion 
to be modified. You could specify the resource name of the listing/product 
group in the AdGroupCriterion resource and set the 'bid_modifier' value to 
update the bidding. Let us know if you need additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UEIuC1:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9IkX10PW712600BEy_boUPTu-EPWNX3M0MJg%40sfdc.net.


RE: Error when adding a Negative CriterionUserList to a Smart Display Ad using the API

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Matheus,

The error indicates that the exclude operation is not supported for this 
campaign type through the API. The campaign targeting options that are 
available for Smart Display Campaigns are listed here. Could you please take a 
look and let us know if you have any questions?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UEItYL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SHAtN0PW6ZMH00ugyB0BpTR8ultW_Sbe25qQ%40sfdc.net.


RE: Throw “This operation is not permitted on this campaign type” when I create an AdGroupAd

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello,

Since you are using the APP campaigns it wont support the specific ad status 
field. Since the Ads  for APP campaings shows using the asserts uploaded and 
they cannot be paused. So you can pause at the AdGroup and campaign levels only 
for APP campaigns. Please let me know if you have any further questions.

This part of code snippet causing the issue:  " 'status' => 
AdGroupAdStatus::PAUSED,"

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UEIiNN:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/UdAbd0PW6YAN00L_IHUhu9SOu5NbAS1sdd3g%40sfdc.net.


RE: Scripts And UAC

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Volodymyr,

Although you cannot manage universal app campaigns in Google Ads Scripts, you 
can use reporting to call a Campaign Performance Report to get data on these 
campaign types.

In the future, please post Google Ads Scripts related issues on the Google Ads 
Scripts forum since this forum is for Google Ads API.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UEItYG:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/L50hA0PW6X1R00M6w3yXIvSragQG7vcQOW0w%40sfdc.net.


Re: i want get spent cost from adgroup Which parameter is get with ?

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi,

You could get the Cost and Cost Per Conversion details from Adgroup Performance 
Report in Adwords API. Also, you could refer to the migration guide for 
equivalent of Adgroup Performance Report in Google Ads API for getting these 
details. Let us know if you need additional details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UEIXAa:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/V7eEn0PW6OXP00IdoWTXeNT6u45n2qSRGgiQ%40sfdc.net.


OPERATOR_NOT_SUPPORTED when I trying to remove video id from adgroup (UniversalAppAd)

2019-08-13 Thread 'Игорь Тирский' via AdWords API and Google Ads API Forum
I see you changed Adwords API. How I can remove and add video to adgroup 
for UniversalAppCampaign? Can you give me a code example of this on Python? 
Thank you!

I try to remove video from adgroup, but receiving this:

Error summary: {'faultMessage': '[OperatorError.OPERATOR_NOT_SUPPORTED @ 
operations[0]]', *'requestId': '00059004711962c10a379b91e10e93f3'*, 
'serviceName': 'AdService', 'methodName': 'mutate', 'operations': '1', 
'responseTime': '95'}
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/common.py",
 
line 1382, in MakeSoapRequest
*packed_args, _soapheaders=soap_headers)['body']['rval']
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/proxy.py",
 
line 42, in __call__
self._op_name, args, kwargs)
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py",
 
line 132, in send
return self.process_reply(client, operation_obj, response)
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py",
 
line 194, in process_reply
return self.process_error(doc, operation)
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/zeep/wsdl/bindings/soap.py",
 
line 299, in process_error
detail=fault_node.find('detail'))
*zeep.exceptions.Fault: [OperatorError.OPERATOR_NOT_SUPPORTED @ 
operations[0]]*

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/i.tirsky/PycharmProjects/googleadw/campaign_mutate.py", line 
202, in 
c.remove_media_ids()
  File "/Users/i.tirsky/PycharmProjects/googleadw/campaign_mutate.py", line 
139, in remove_media_ids
ads = self.ad_service.mutate(operations)['value']
  File 
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/googleads/common.py",
 
line 1394, in MakeSoapRequest
e.detail, errors=error_list, message=e.message)
*googleads.errors.GoogleAdsServerFault: 
[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]]*

My code is:

operations = [{
'operator': 'REMOVE',
'operand': {
'id': 123, #ad id,
'xsi_type': 'UniversalAppAd',
'videos': [
{
'asset': {
'xsi_type': 'YouTubeVideoAsset',
'youTubeVideoId': '', #youtube video id
},
},
],
},
}]

self.ad_service = client.GetService('AdService', version='v201809')

ads = self.ad_service.mutate(operations)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e2738cc-8ac1-4922-a05c-2d6157adb35a%40googlegroups.com.


RE: Google Ads API - Getting a response for video campaigns of subtype "sequence" from the campaign resource

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Andy,

Could you please share the campaign id for which you are seeing the sub-type as 
"sequence" using reply privately to the author option.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UEInf7:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EmrQe0PW6SZ700G9gcNjqQQoe1OSpRNfcC2w%40sfdc.net.


GetCustomer from Services.V2.CustomerService throws permission denied error

2019-08-13 Thread Vinitha
Hello ,

So the below query returns a list of customer clients
Query = "SELECT 
customer.id,customer.descriptive_name,customer_client.resource_name, 
customer_client.descriptive_name,customer_client.client_customer,customer_client.level,customer_client.hidden
 
FROM customer_client"


But when i try to  a customerService.GetCustomer(x) for each 
customerClient, if fails for one customer_client in the iteration with the 
following error
Failure:
Message: Status(StatusCode=PermissionDenied, Detail="The caller does not 
have permission")
Failure: { "errors": [ { "errorCode": { "authorizationError": 
"CUSTOMER_NOT_ENABLED" }, "message": "The customer can't be used because it 
isn't enabled." } ] }

Then why does it bring it in the first place from Customer_Clients if i do 
not have access? Even if it does how can i check the permission before i do 
a GetCustomer call on it so i can prevent the call from crashing and 
halting my application?


Thanks,
Vinitha.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/be13d84b-c552-4dc5-87ad-4cf8bf2eea1c%40googlegroups.com.


RE: Demographics AgeRange Status Diffrence

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello,

You can use the field ad_group_criterion.system_serving_status to see whether 
your age ranges' statuses are eligible or not.

Cheers,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UEIphb:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4bHmv0PW6TSM00zkzcB-meTAytPqbHu4R-WA%40sfdc.net.


RE: How can I see ad_group_ad_asset_view for Google Play Ads?

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Theo,

Could you please share the AdGroup Id or the client customer Id using Reply 
privately to author option, so I can take a closer look?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UEItXm:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/K0Rwa0PW6PZH00GWyGI4k8Sgq_UjJ0do4amw%40sfdc.net.


Re: fetching Conversion Actions list

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Michele,

Thank you for trying that. The conversion actions that are imported from Google 
Analytics are not accessible via the API. I have raised a feature request to 
the team regarding this. The conversion actions that are listed here should be 
supported through the API. Please keep an eye on our blog for more updates.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UEIFmI:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/48o7d0PW6S7L00-sXMbnRDQuG3KJcD128jAQ%40sfdc.net.


Re: How to update product group bid via api

2019-08-13 Thread artem baltser
Im using java and google ads api client

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/054fd938-7711-4f6a-ba9f-eb85c20d8783%40googlegroups.com.


How to update product group bid via api

2019-08-13 Thread artem baltser
How to update product group/product bidding via api with 'Item ID' known? I 
can't understand and find the way to easily make It. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56670820-af96-4096-bcd1-6cdc31e76ab2%40googlegroups.com.


Re: Universal app campaign not working

2019-08-13 Thread Imran Khan
I've understood it and doing it the way I think it should be.  But there is 
still error,  can you please see my code again which I had mentioned in the 
last reply, and tell me what am i doing wrong? 
Thank you.

On Friday, August 9, 2019 at 10:49:01 AM UTC+5, adsapiforumadvisor wrote:
>
> Hi Imran,
>
> Thank you for providing the further details.
>
> You may refer to this guide 
> 
>  for 
> more details about the UniversalAppCampaignInfo type and try to implement 
> similar code below:
>
> UniversalAppCampaignInfo appCampaignInfo = new UniversalAppCampaignInfo();
> appCampaignInfo.biddingStrategyGoalType(INSERT_TYPE_HERE);
> appCampaignInfo.setAppId(INSERT_ID_HERE);
> appCampaignInfo.setAppVendor(INSERT_VENDOR_HERE);
>
> Campaign campaign = new Campaign();
> campaign.setName("INSERT_CAMPAIGN_NAME_HERE");
> campaign.setStatus(CampaignStatus.PAUSED);
> campaign.setUniversalAppCampaignInfo(appCampaignInfo);
>
> Please let me know if you have further clarifications.
>
> Regards,
> Hiroyuki
> Google Ads API Team
>
>
> ref:_00D1U1174p._5001UEIDGf:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/879735ad-4232-4485-92bb-e7b76ebd9961%40googlegroups.com.


RE: Can't get ad groups for enabled campaigns? (Google Ads API)

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Michael,

Your query looks good, I have used he same query on my test account it pulled 
results. Could you please double check whether the account from which you are 
pulling has campaigns in enables status? If the problem persists, please share 
the client customer id using reply privately to the author option.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UEInfD:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/L6gFm0PW6N8X00BqrYdSbJTAOLd1e0mQFSQQ%40sfdc.net.


Re: The results from two Google Ads APIs are different

2019-08-13 Thread Igor Selitsky
Could you explain why do reports show different numbers?
Does Campaign Performance always show higher values?
In my case numbers are almost the same, but sometimes differ. For one 
campaign I see  cost higher by 4% in Campaign Location Target Report.

Currently where is no way to get geo split for UAC campaigns, so Campaign 
Location Target Report is the only way to get region split for such 
campaigns.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bef0c634-4047-4ba0-bb84-4dcea427d543%40googlegroups.com.


Error when adding a Negative CriterionUserList to a Smart Display Ad using the API

2019-08-13 Thread Matheus Abegg
I'm trying to exclude a few user lists from a Smart Display campaign using 
the API, but I get the following error: 

AdwordsApi::V201809::CampaignCriterionService::ApiException ([
OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations
[0].operand.criterion; trigger:'DISPLAY(DISPLAY_SMART_CAMPAIGN)'])

This is what my mutation looks like:

[
  {
xsi_type: "CampaignCriterionOperation",
operator: "ADD",
operand: {
  xsi_type: "NegativeCampaignCriterion",
  campaign_id: campaign_id,
  criterion: {
xsi_type: "CriterionUserList",
user_list_id: user_list_id
  }
}
  }
]

I can successfully exclude existing user lists from the same campaign using 
the GUI. 

Any advice would be helpful.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/27cae58b-ed54-42f8-81bc-26aca47f92ae%40googlegroups.com.


Scripts And UAC

2019-08-13 Thread Volodymyr Voloboev
Do Google Ads Scripts support Universal App Campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4b369bd3-d574-4c9b-85fc-b3fc60f6ef82%40googlegroups.com.


How can I see ad_group_ad_asset_view for Google Play Ads?

2019-08-13 Thread Theo Arnold-Forster
Hi

I'm able to see Ad group assets views for UAC.

However, I also have a Google Play Ads from before the UACs. When I try and 
get the ad_group_ad_asset_view for the ad group in the campaign I get no 
error and no data:

SELECT
 campaign.id,
 campaign.name,
 ad_group.id,
 ad_group.name,
 asset.id,
 asset.name,
 asset.type,
 segments.date,
 metrics.cost_micros,
 metrics.clicks
FROM
ad_group_ad_asset_view
WHERE ad_group.id = 
AND segments.date BETWEEN '2017-05-01' AND '2017-05-30'

returns nothing.

How can I get this data as I want to compare assets across all time.

Many Thinks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/770f72a6-5551-4498-a3a2-ce46096bdf2d%40googlegroups.com.


Re: i want get spent cost from adgroup Which parameter is get with ?

2019-08-13 Thread cihat yıldırım
Dear Nikisha; 
Can you help me about costs ? 

i need a charts; its inside  

Ad Group name , Total clicks, total impression,  CTR, CPC  and total Cost . 

First 4 is completed ok but I don't know how to get to do cost and cpc
i need you knowns pls :) 
 
 

9 Ağustos 2019 Cuma 22:18:19 UTC+3 tarihinde adsapiforumadvisor yazdı:
>
> Hi,
>
> Thank you for reaching out. It is not possible to get the SPENT COST from 
> Adgroup 
> Performance Report 
> 
>  or 
> adgroup 
> 
>  
> resource. Let us know if you need additional information.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UEIXAa:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1f0563c1-9a57-4de6-b74c-ede97ce87952%40googlegroups.com.


Re: household income report in new ads api

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Chirag,

Yes, you may use the campaign_criterion and ad_group_criterion resources to 
pull the income range data. Could you please give this a try and let me know if 
you have any issues?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UCZUjS:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/_PdOZ0PW6IJT00w9oYwDIMRBakB-ahdOMM4A%40sfdc.net.


Re: fetching Conversion Actions list

2019-08-13 Thread michele
Hello, 

I'm still trying out all the options, but I don't seem to be able to fetch 
imported conversions, such as those coming from Analytics..
Is there any way of listing them through the APIs?

Thanks for all the support!
Michele

On Friday, August 9, 2019 at 7:04:40 PM UTC+2, adsapiforumadvisor wrote:
>
> Hi Michele, 
>
> If you're using Google Ads API, please find the query below to pull the 
> conversion actions:
> SELECT conversion_action.category, conversion_action.id, 
> conversion_action.name, conversion_action.status FROM conversion_action
>
> If you're using AdWords API, the code snippet in Java should be helpful to 
> build a similar request in the client library you are using: 
>
> SelectorBuilder builder = new SelectorBuilder();
> Selector selector = builder
> .fields(ConversionTrackerField.values())
> .orderAscBy(CampaignField.Name)
> .offset(offset)
> .limit(PAGE_SIZE)
> .build();
> ConversionTrackerPage page
> page = campaignService.get(selector);
>
> Please refer to the similar code sample 
> 
>  
> in PHP as a reference. Code samples in other languages can be found here 
> . Could 
> you please give this a try and let us know if you encounter any issues?
>
> Thanks,
> Bharani, Google Ads API Team 
>
>
> ref:_00D1U1174p._5001UEIFmI:ref


-- 
This email is private and confidential. If you have received this email in 
error, please notify the sender and delete all copies (including any 
attachments) from your system. In such circumstances, you must not make any 
use of this email or its contents. Thanks. 
By sending emails to us we will 
process your personal data. To find out more, please read our Privacy 
Policy . Precis Digital AB. is a 
company registered in Sweden. Registered number: 556889-3324. Registered 
office: Alströmergatan 20A, 112 47 Stockholm, Sweden. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/59280990-cf30-444c-ad6d-65fe80774819%40googlegroups.com.


Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Zweitze,

We're getting closer to the answer. I'm bothering people daily to get to the 
bottom of this; it looks really difficult to figure out the exact line of code 
that is causing this. I just wanted you to know that you're on my daily list 
for following up with people internally.

Take care,
Nadine, Google Ads API Team
ref:_00D1U1174p._5001UCabDk:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/-riqz0PW6GWX00Kx4EXBaNRMOi9WKOPB2YnA%40sfdc.net.


Re: managed_placement_view - get Excluded Placements

2019-08-13 Thread cv
Hi Fei,

1) To answer your original question regarding manage_placement_view, as you 
can see in this doc:
https://developers.google.com/google-ads/api/fields/v2/managed_placement_view
In the "Selectable with" section, you can see that "ad_group", 
"ad_group_criterion" and "campaign" are all available to be selected in 
this view.

No this wont helpful. As I have gone through it as I mentioned earlier. 

2) If you have data discrepancy issue either:
- Between AdWords API and Google Ads API
- Between UI and API
   Please reply with the details of your request/response log, as well as 
the UI screenshot (if applicable)
   This will help us identify the issue.

IF I use ad_group_criterion with metrics under managed_placement_view I can 
only have 30 rows for my specific period while old reports has all the 
placement regardless of any event there.

My Query:
$query = "SELECT campaign.id, "
. "campaign.name, "
. "campaign.status, "
. "ad_group.id, "
. "ad_group.name, "
. "ad_group.status, "
. "ad_group_criterion.criterion_id, "
. "ad_group_criterion.placement.url, "
. 
"ad_group_criterion.mobile_app_category.mobile_app_category_constant, "
. "ad_group_criterion.mobile_application.app_id, "
. "ad_group_criterion.youtube_channel.channel_id, "
. "ad_group_criterion.youtube_video.video_id, "
. "ad_group_criterion.status, "
. "ad_group_criterion.negative, "
. "ad_group_criterion.type, "
. "metrics.impressions, "
. "metrics.clicks, "
. "metrics.cost_micros, "
. "metrics.conversions_from_interactions_rate, "
. "ad_group_criterion.effective_cpc_bid_micros, "
. "metrics.conversions, "
. "metrics.average_cpc, "
. "segments.date "
. "FROM managed_placement_view "
. "WHERE segments.date BETWEEN '$startDate' AND 
'$this->endDate' "
. "AND campaign.status = 'ENABLED' "
. "AND ad_group.status = 'ENABLED' "
. "AND ad_group_criterion.negative = 'FALSE' "
. "AND ad_group_criterion.criterion_id > '0' "
. "AND ad_group_criterion.type IN ('MOBILE_APPLICATION', 
'MOBILE_APP_CATEGORY', 'PLACEMENT', 'YOUTUBE_CHANNEL', 'YOUTUBE_VIDEO') "
. "ORDER BY segments.date ASC";

I can have 30 rows but Adwords API has more then 500 rows.

See screenshot what I was taking about.

[image: Screenshot Placements Google Ads.png]
See there is 45 rows.

Thanks,



On Tuesday, 13 August 2019 10:57:01 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi CV,
>
> 1) To answer your original question regarding manage_placement_view, as 
> you can see in this doc:
>
> https://developers.google.com/google-ads/api/fields/v2/managed_placement_view
> In the "Selectable with" section, you can see that "ad_group", 
> "ad_group_criterion" and "campaign" are all available to be selected in 
> this view.
>
> 2) If you have data discrepancy issue either:
> - Between AdWords API and Google Ads API
> - Between UI and API
>Please reply with the details of your request/response log, as well as 
> the UI screenshot (if applicable)
>This will help us identify the issue.
>
> Thanks
> Fei, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UEGyF4:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d12858da-894f-48c2-8446-d9610179f2f3%40googlegroups.com.


Re: Documentation required for different Views

2019-08-13 Thread cv

Hi,

Yes I was looking at 

AgeRange Report,
Managed Placement Report,
Automatic Placement Reports,
Campaign Criteria Report.
Gender Performance Report

currently.

After this I was moving to get some Adgroup and Campaign Criteria like Ad 
Schedule, Ip, Location, Device.

Thanks,



On Tuesday, 13 August 2019 10:50:47 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi cv,
>
> Is there a particular report type(s) you are interested in migrating from 
> AdWords API to Google Ads API?
> Knowing this can help use better address your question.
>
> Thanks,
> Fei, Google Ads API Team
>
> ref:_00D1U1174p._5001UEIVZ1:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3f33b79b-5e29-45fc-a213-f971bbc8b5f5%40googlegroups.com.


Re: Problem with retrieving campaigns and customers via Google Ads API

2019-08-13 Thread Andrzej Krupiński
Hi,

Thanks for your response. Due to the dynamic business situation, this is 
not considered as a problem anymore.

Best,
Andrzej

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6af76ded-e509-4f0b-a1c5-1c84c9534c92%40googlegroups.com.


RE: webhooks for adwords ad entities

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

My apologies as our team could not provide further comments regarding webhooks 
/ third party integrations as this is already outside of our scope. Our team 
provides support only for AdWords / Google Ads API specific concerns only.

Feel free to write back if you have any concerns specific to the mentioned APIs.

Best regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UEIpiK:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aMWgJ0PW61T1006SJ9uHnzR4qJ4JZLV_CD8w%40sfdc.net.


RE: Account-level call reporting setting in API

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hi Laura,

Thanks for posting your concern.

The 'Call reporting' field of your account settings is currently not supported 
in AdWords API. The CustomerExtensionSettingService that you mentioned can only 
be used to manage extensions at the customer/account level that you can see Ads 
& extensions menu > EXTENSIONS tab of your Google Ads UI. Also, you may refer 
to this blog post to read more about the result of setting up the 'Call 
reporting' in your Google Ads UI.

Please continue to follow our blog to receive updates and new releases.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UEInfC:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/-Q_zK0PW5YZL00V5wXWr1jRqGONWlQan0b4Q%40sfdc.net.


webhooks for adwords ad entities

2019-08-13 Thread Ankit Agarwal
Hi,
I am looking for an endpoint to add webhooks for various ad_entities into 
my application(ad_entities like ad_campaign, ad_group, ad, 
conversion_tracker, etc). 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8445f293-ea37-41b1-bc25-ef6c39e7fb76%40googlegroups.com.


Demographics AgeRange Status Diffrence

2019-08-13 Thread cv
Hi,

I was using age_range_view and ad_group_criterion to get Age Range related 
demographics data.

I was seeing there is diffrence in UI and report received using both 
Adwords API and Google Ads API.

I am seeing that the Status is Eligible for UI but same has been removed 
under the API Agerange state field.

How I can get the UI status using the API?

Thanks,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7be1b3c4-b17b-4dde-b115-01d1c8aca5c1%40googlegroups.com.