how to query AdParameter?

2019-05-01 Thread F B
Hi there,

in the interactive query builder I did not find a resource that would give 
any information regarding the AdParameter 

 set 
on a keyword. I can set them just fine, and also retrieve them through the 
respective get method, but since its not advised to use the get method I 
was wondering how one would query for the ad parameters (or delete them for 
that matter).

Cheers
Fabian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e473181-d8a8-4c0a-8cb3-1c1bc4788a79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Sunset date for adwords api

2019-05-01 Thread Narender Bana
Hi,

I am currently consuming v201809 of adwords api and planning to migrate to 
google ads API.
May I know the exact date till when the adwords API are supported by google.

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4331ef11-dad5-4c22-80e0-a85a48c863d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to create an App Campaign in google ads api?

2019-05-01 Thread Mohammad Reza Kiani
Hi
How can I create App Campaign in google ads API in kotlin or java?
I have basic question, should I create group and group ads and AppAddInfo 
in it or UniversalCampaign is only supported?
Because by setting channel type to MULTI_CHANNEL and channel sub type to 
APP_CAMPAIGN, it gives me error and I can't create app due to permission. 
(But for other types like Search Campaign there is no problem)
Can you tell me what should I do step by step for creating App Campaign and 
add its assets (description, images, youtube videos)?
This is my code for creating Campaign in kotlin:

Campaign.newBuilder()
.setName(StringValue.of(request.name))

.setAdvertisingChannelType(AdvertisingChannelTypeEnum.AdvertisingChannelType.MULTI_CHANNEL)

.setAdvertisingChannelSubType(AdvertisingChannelSubTypeEnum.AdvertisingChannelSubType.APP_CAMPAIGN)
.setAppCampaignSetting(addAppCampaignSetting(request.creative))
// Recommendation: Set the request to PAUSED when creating it to 
prevent the ads from immediately serving.
// Set to ENABLED once you've added targeting and the 
ads are ready to serve
.setStatus(CampaignStatusEnum.CampaignStatus.PAUSED)
.setBiddingStrategy(StringValue.of(biddingStrategyResourceName))
.setCampaignBudget(StringValue.of(budgetResourceName))
.setNetworkSettings(networkSettings)
.setStartDate(StringValue.of(request.startDate.createCampaignFormat()))
.setEndDate(StringValue.of(request.endDate.createCampaignFormat()))
.build()


...


private fun addAppCampaignSetting(request: CreateCreativeRequest): 
Campaign.AppCampaignSetting {
return Campaign.AppCampaignSetting.newBuilder()
.setAppId(StringValue.of(request.appId))
.setAppStore(request.appVendor)
.setBiddingStrategyGoalType(OPTIMIZE_INSTALLS_TARGET_INSTALL_COST)
.build()
}

But it gives me following error:
2019-05-01 17:07:02.261  INFO 79540 --- [   main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration'
 
of type 
[org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2abac970]
 
is not eligible for getting processed by all BeanPostProcessors (for 
example: not eligible for auto-proxying)

  .     ___ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  || .__|_| |_|_| |_\__, | / / / /
 =|_|==|___/=/_/_/_/
 :: Spring Boot ::(v2.1.2.RELEASE)

2019-05-01 17:07:07.435  INFO 79540 --- [   main] 
i.p.t.googleapi.GoogleApiApplicationKt   : The following profiles are 
active: local
2019-05-01 17:07:08.322  INFO 79540 --- [   main] 
o.s.cloud.context.scope.GenericScope : BeanFactory 
id=c3a57b69-be98-3675-872a-c619ad6fc3b5
2019-05-01 17:07:08.607  INFO 79540 --- [   main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'org.springframework.hateoas.config.HateoasConfiguration' of type 
[org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$8e2113a5]
 
is not eligible for getting processed by all BeanPostProcessors (for 
example: not eligible for auto-proxying)
2019-05-01 17:07:08.618  INFO 79540 --- [   main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration'
 
of type 
[org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2abac970]
 
is not eligible for getting processed by all BeanPostProcessors (for 
example: not eligible for auto-proxying)
2019-05-01 17:07:09.031  INFO 79540 --- [   main] 
o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 
9090 (http)
2019-05-01 17:07:09.055  INFO 79540 --- [   main] 
o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-05-01 17:07:09.055  INFO 79540 --- [   main] 
org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache 
Tomcat/9.0.14]
2019-05-01 17:07:09.062  INFO 79540 --- [   main] 
o.a.catalina.core.AprLifecycleListener   : The APR based Apache Tomcat 
Native library which allows optimal performance in production environments 
was not found on the java.library.path: 
[/Users/mamareza/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
2019-05-01 17:07:09.222  INFO 79540 --- [   main] 
o.a.c.c.C.[Tomcat].[localhost].[/]   : Initializing Spring embedded 
WebApplicationContext
2019-05-01 17:07:09.222  INFO 79540 --- [   main] 
o.s.web.context.ContextLoader: Root WebApplicationContext: 
initialization completed in 1734 ms
2019-05-01 17:07:19.459  INFO 

RE: Reason for MutateMembersError.INVALID_USER_LIST_TYPE

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Priyanka,

The error is specific to the the user list type that you are uploading to
does not have listType
  
or

the listType is invalid.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0o61o10q06lc000mhfuey6omjae1p6so30c1g68r34cpm%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Google Ads API V1.0 Inclide Zero impressions and Segment.Date in select fields

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Priya,

Could you please share the client customer Id of the account to check this
further? You can share the details privately via Reply privately to author
option.

Regards,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1r7k8008snjs6000i555ax6gmjachg60o30c1g68r36cpo%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get keyword ID from the Google Ads API?

2019-05-01 Thread johnny . jensen
That is all I needed to know. Slightly confusing not calling it Keyword ID.
Thank you for your help. :-)

/Johnny

On Monday, April 29, 2019 at 11:20:41 PM UTC+2, johnny...@costaleads.com 
wrote:
>
> I am using the following query:
>
> { query : "SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, 
> ad_group_criterion.criterion_id, ad_group_criterion.keyword.text, 
> ad_group_criterion.status, metrics.impressions, metrics.clicks, 
> metrics.conversions, metrics.cost_micros, metrics.ctr, 
> metrics.conversions_from_interactions_rate, metrics.average_cpc, 
> metrics.cost_per_conversion, segments.date FROM keyword_view WHERE 
> segments.date BETWEEN '2019-01-01' AND '2019-01-01' AND metrics.impressions 
> > 0" }
>
> and I get this result:
>
> [image: results.png]
>
>
> However, I dont understand how to also get the KEYWORD ID in the results.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3267a0de-55ed-477d-a05b-401ddd7ae64a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: googleleads api to get leads (adwords) by geo

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Vinod,

You can use the fields listed here
.
Additionally, you can test out our Interactive Google Ads Query Builder
  
to

create queries. Please note this is for our new Google Ads API
.

If you are still using the AdWords API
, you can use
the fields listed here
.
You can find example on how to create reports with the API here
.

Let me know if you have any issues.

Cheers,
Anthony
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 15:39:13 vi...@smule.com wrote:

HI Anthony,

Thank you for your reponse! I am new to adwords api. Can you provide me the
details on how to get the information from geographic_view. I took a look
at the documentation but its not having info of the fields that are
available.

PS: We are using python (DownloadReportWithAwql) to get the data.

Example,

query = """SELECT <> ??

 FROM geographic_view

 DURING %s,%s""" % (date, date)


Thanks,

Vinod





On Tuesday, April 30, 2019 at 12:09:20 PM UTC-7, googleadsapi-forumadvisor
wrote:

Hi Vinod,

You can run a report
 from
the geographic_view

 level.

Cheers,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 01:51:14 vi...@smule.com wrote:

Hi,

We have a requirement to get the googleleads by geo (ie, by country). Can
someone please point me to the api that can provide the geo info?

https://github.com/googleads/googleads-python-lib/blob/master/README.md

PS: Please let me know if you need any further information.

Thank,
Vinod

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/
msgid/adwords-api/7e02ad26-ef22-4417-bf26-49a07459f997%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/2395f13d-4723-4f1c-a015-3c1920fcc641%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find

RE: what is the Google Ads API resource for KEYWORDLESS_CATEGORY_REPORT AdWords API report?

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Golnoush,

The Keywordless category data is not yet available in the new Google Ads
experience yet. This is not yet available in the Google Ads API too. Please
check this guide
 for
more information.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/h0ui9s6avg0080jbmm002a0r00w6gmjac1j64o30c1g68r34cpm%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: How to increase bid accross all ad groups via API

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Cory,

You can use the example that was mentioned above. Let me know if you face
any issues.

Regards,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 12:28:11 benc...@gmail.com wrote:

I believe you can do this through the API using Ad Group bid modifiers:
https://developers.google.com/google-ads/api/docs/samples/add-ad-group-bid-modifier

Probably just iterate through your ad groups and update bid modifier
appropriately for each.

On Monday, April 29, 2019 at 4:37:11 AM UTC-4, Cory Weiner wrote:


Hi there,

I have a need to automatically increase or decrease my bid via the API
accross all ad groups.

In the UI, you can do this by clicking all ad groups > Edit > Change Bids >
Increase by amount (see screenshot).


Is this possible through the API?


[image: Capture.JPG]

Can this be done through the adwords API? Which service would I use?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/2dd942d1-270f-406e-9ec3-69aea61f0cef%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1r7k80088jcoi000i8bk6z64mjedpl6go30c1g68r30d1l%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: ListAccessibleCustomers Google Ads API

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Jordan,

The ListAccessibleCustomers will return the list of accounts that are
directly accessible through the OAuth credentials that you're using. The
CustomerClient
  
will

return the complete hierarchy of the account specified.

The customer_client_link will return the customer client link relationship.
If you're specifying the manager account, this should return the direct
links to that MCC. If you're seeing a discrepancy, could you please share
the request and response logs to check this further? You can share the
details privately via Reply privately to author option.

Regards.
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1r8pg018rht8g0011hss2z68mj2dpg74o30c1g68r30cpj%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Are Responsive Search Ads Mutable?

2019-05-01 Thread Pete Lavetsky (AdWords API Guru)
Hi All,

Basic question: are Responsive Search Ads mutable beyond status? 

Given the documentation here the answer appears to be yes: 
https://developers.google.com/adwords/api/docs/guides/ad-features

Ad types that support mutability

Only the following ad types are mutable via AdService:

   - ExpandedTextAd 
   

   - ResponsiveDisplayAd 
   

   - ResponsiveSearchAd 
   

   - ShowcaseAd 
   

   - MultiAssetResponsiveDisplayAd 
   


But given the API Team member response here the answer appears to be 
no: 
https://groups.google.com/forum/#!searchin/adwords-api/mutate$20responsive%7Csort:date/adwords-api/4t4HWMshb2M/7WnXn-8fBwAJ

"The error you are getting is because we cannot modify attributes other 
than status of the ad."

For our own code, we're sending our ResponsiveSearchAd mutations down the 
same pipeline as ExpandedTextAd as we expect both to be mutable. 

On mutation attempt I receive this error: AdError.AD_TYPE_MISMATCH ... 
which doesn't even show up in any Google searches

For API Team members, my RequestId is 000587c1f0bde1540a37a7062d07e033 ... 
I can provide more details upon request

Thanks
Pete

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d6d7a0e0-b324-435e-9e4b-e18dc9dd4f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Error: advertising channel type not available for account type

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

You need to be whitelisted in order to use this feature
. To
get whitelisted, you will need to contact your Google representative.

Regards,
Anthony
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 12:33:35 benc...@gmail.com wrote:

I am trying to create new hotel ad campaigns under some new accounts but am
getting the following error:

com.google.ads.googleads.v1.errors.GoogleAdsException: errors {

  error_code {

campaign_error: ADVERTISING_CHANNEL_TYPE_NOT_AVAILABLE_FOR_ACCOUNT_TYPE

  }

  message: "The requested channel type is not available according to the
customer\'s account setting."

  trigger {

string_value: ""

  }

  location {

field_path_elements {

  field_name: "operations"

  index {

  }

}

field_path_elements {

  field_name: "create"

}

field_path_elements {

  field_name: "advertising_channel_type"

}

  }

}


I have set my campaign advertising_channel_type to '
AdvertisingChannelType.HOTEL'

as demonstrated in this example:
https://developers.google.com/google-ads/api/docs/samples/add-hotel-ad


Is there some value I need to set when creating a new customer through the
API to allow for the account to contain campaigns of
AdvertisingChannelType.HOTEL?



--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/7fcd79da-492d-491c-aaa7-56c9a2f5a40c%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186un380gnpj240011mrn0y6omjccpl68o30c1g68r36chm%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: how to query AdParameter?

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Fabian,

The ability to select AdParameter has been added to the GoogleAdsService in
the latest release v 1.2.0. Please check the release notes
  
as

a reference. The client libraries will be published by May 2, 2019 as
mentioned in the blogpost
. Could
you please give this a try after this date and let us know if you have any
issues?

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186un380g4egc80011qft4y68mj0c1g6ko30c1g68r32d1n%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Sunset date for adwords api

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Narender,

From the time of the V1 release of the Google Ads API, there will be  
*approximately
one year to complete* the migration to the new code base. Please refer to  
this

migration guide
  
as

a reference. You can also keep an eye out on our blog
 for the
future updates regarding the exact timelines.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0q1jo1gcvenc000h82ccx6kmjachm6go30c1g68r34c9j%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API V1.0 Inclide Zero impressions and Segment.Date in select fields

2019-05-01 Thread Devi Priya
Hi Bharani , Can you please let me know why I am  not able to get zero
impression in my report if I include a segments.Date ? This is a roadblock
in our migration from Adwords to Google Ads APi v1.0.
In adwords , I am able to get zero impressions along with date
when IncludeZeroImpressions  is set to true.

Below is the query I am using to get ad performance report.
string query = $@"SELECT ad_group_ad.ad.id, campaign.id, segments.date,
metrics.impressions, metrics.clicks, metrics.cost_micros,
metrics.average_position FROM ad_group_ad WHERE segments.date BETWEEN
'2019-04-17' AND '2019-04-28'

On Tue, Apr 30, 2019 at 5:41 PM Priya  wrote:

> Thank you Bharani for your reply. can you please let me know if I can
> include zero impression data along with metrics.Date ?
>
> The query listed below , returns rows containing non-zero values for
> "metrics.impressions" column. However if I remove "segments.date" from the
> select statement , all the records , including ones that contain zero
> "metrics.impressions" value are returned.
>
> string query = $@"SELECT ad_group_ad.ad.id, campaign.id, segments.date,
> metrics.impressions, metrics.clicks, metrics.cost_micros,
> metrics.average_position, FROM ad_group_ad WHERE segments.date BETWEEN
> '2019-04-17' AND '2019-04-28'
>
> I want to retrieve all the "metrics.impressions" rows by "segments.date".
> What should I do to modify the query listed above to return zero
> "metrics.impressions" rows along with "segments.date" value?
>
> On Tuesday, April 30, 2019 at 9:32:50 AM UTC-4, Priya wrote:
>>
>> string query =
>> $@"SELECT
>>  ad_group_ad.ad.id,
>>  campaign.id,
>>  segments.date,
>>  metrics.impressions,
>>  metrics.clicks,
>>  metrics.cost_micros,
>>  metrics.average_position,
>> FROM
>> ad_group_ad
>> WHERE segments.date BETWEEN '2019-04-17' AND '2019-04-28'
>>
>>
>> I get zero impression without  segments.date in select field .
>>
>> How can I get  segments.date with zero impression in result when I query
>> for a date range in Google Ads API V1.0  ? I am using .net client library.
>>
>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/32d53bac-e0a1-4281-9c3e-bf69ba1857f8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CA%2Bx4VHFcu%3DjX%2BJ0acZT-0bDoQdXn3Ry2EAZKeOr5qx3PX_kY%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Best way to moke up and test the code

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Luigi,

You could use our Test account

to create mock data like campaigns, keywords, Ad Groups except they cant be
served and data related to that wont be available. Faking the data for
testing is not possible in Google Ads accounts.

Regards,
Sai Teja, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186un380gim6og0011umduw6gmjcc9h70o30c1g68qjedpo%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: TypeError when creating user list

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Ben,

Looks like the error is related to the Python client library. I recommend
you to post your concern on our python client library issue tracker here
 by creating a
new issue. Our client library owners are better equipped to handle such
issues.

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186un380ghe0d8001209guw68mjid1m64o30c1g68r38d1p%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Problem trying to create a Proximity around a Location Extension using the AdWords API

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Nick,

Could you please share the request and response where you're receiving the
error? You can share the details privately via Reply privately to author
option.

Regards,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0q1jo1gpm73o000hafaqy6cmj0dhl74o30c1g68r32dhp%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Are Responsive Search Ads Mutable?

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Pete,

That's right. You will be able to update the Responsive Search Ads beyond
status. Could you please share the request and response to investigate this
further? You could share the details privately via Reply privately to
author option.

Regards,
Bharani, Google Ads API Team

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0nblo1g8j5940011mhsgz6omj6c9k64o30c1g68qjgdhi%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Store Direct Upload View-Through Conversions

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi John,

Since this is not API specific and more of the behavior of Google Ads, the
product experts will be better suited to assist you.

Regards,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 15:11:05 j...@greenfieldlabs.ca wrote:

This isn't really a question about UI vs API. We are not seeing
view-through conversions on our Store Direct Upload tracker. If you could
kindly answer:

1. Do view-through conversions work on Store Direct Upload trackers?
2. Are there any conditions that have to be met to show conversions on the
Store Direct Upload tracker?

Thank you,
John

On Tuesday, April 30, 2019 at 2:30:18 PM UTC-4, googleadsapi-forumadvisor
wrote:

Hi John,

This cannot be obtained in the API if it's not available in the UI. To
contact the UI experts, I'd recommend reaching out here
.

Regards,
Anthony
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 04/30/19 10:48:40 jo...@greenfieldlabs.ca wrote:

Hello,

We are trying to figure out how to do view-though conversions using the
Store Direct Upload Conversion tracker.

Here's what we tried doing:

   1. Running a *Display* campaign with impressions.
   2. Creating a Store Direct Upload Conversion tracker.
   3. Uploading a list of transactions complete with Email, Conversion Name
   (of the tracker in #2), Conversion Time, Conversion Value, and Conversion
   Currency.

We know that the upload was successful as seen here:

[image: Screen Shot 2019-04-30 at 10.32.50 AM.png]


However, when we look in the UI we don't see it here:

[image: Screen Shot 2019-04-30 at 10.34.51 AM.png]


We know we have checked view-through conversion to be count as displayed on
the Conversions Settings page:

[image: Screen Shot 2019-04-30 at 10.36.18 AM.png]

Here are the settings for the tracker as displayed in the UI:

[image: Screen Shot 2019-04-30 at 10.41.45 AM.png]

I guess it's possible that none of the emails matched and that could be the
reason that no conversions are showing up. However, I am doubtful because I
have sat next to people while signed into their Gmail account and to say
NONE of their accounts matched seems doubtful.

Our understanding is that the Store Direct Conversion Tracker automatically
associates with a campaign unless we are missing a step.

Can you tell me what we're doing wrong or if we missed another step? Is
there a way to retrieve these in the API (that aren't available in the UI).

We are posting here because we believe it's going to take a technical
Google Developer to answer these questions. I am also happy to have a phone
chat if this isn't the best way. Please let me know.

Thank you,
John

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/
msgid/adwords-api/6a23bee2-5a78-433f-a6b4-4b738cc79004%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

set proximity radius not doing anything

2019-05-01 Thread moshe
Hi,

I am trying to update the radius of my campaign location. (from 25 to 30)
The call goes through but doesn't actually do anything.

(I know that this can be done using the web interface - though not the 
address.
I've also tried sending just the radius without the address, but same 
result - no change.)

I'm setting RadiusInUnits.
See the request and response below.
Notice that the request says 30, but the response says 25.

Thanks,
Moshe



http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


779-948-7703
REDACTED
unknown (AwApi-PHP, googleads-php-lib/40.0.0, 
PHP/7.1.25)
false
false





SET

184689

723965095885
MILES
30

633 NE 12th Ave, Portland, OR 
97232
Portland
97232
US









http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201809";>
000587d2358c79210a37c446e906ecff
CampaignCriterionService
mutate
1
89



https://adwords.google.com/api/adwords/cm/v201809";>


CampaignCriterionReturnValue

184689
false
http://www.w3.org/2001/XMLSchema-instance"; xsi:type="Proximity">
723965095885
PROXIMITY
Proximity


45527058

-122654006

MILES
25.0

633 NE 12th Ave, Portland, OR 
97232
Portland
97232
US


ACTIVE

CampaignCriterion






-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d4c6d2d3-c28f-416c-b138-406f968dca96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ListAccessibleCustomers Google Ads API

2019-05-01 Thread jordan
>From further investigation, it appears to me this may be related to the 
CustomerClient records not properly filtering based on inactive/canceled 
status.  I see from other postings on the forum that a feature request has 
been added to support this, so I'm hoping that a future release will fix 
this.

In the meantime, the "workaround" I have found is to get all the 
CustomerClients, then loop through them one by one and try to GetCustomer.  
If it's inactive/canceled I get an unauthorized exception returned instead 
of receiving the customer info, so that seems to be how I can filter them 
out for now.  This is a non-ideal solution, as it requires me to make MANY 
additional calls to the API (one per account, including inactive ones), and 
getting my whole account hierarchy takes 12-15 minutes (for ~1100 
customer/clients, but over 2300 when inactives are included in the count).

Looking forward to a fix to include this status in the object so it can be 
used for filtering, and consistent filtering across objects (Customer, 
CustomerClient, CustomerClientLink).

On Wednesday, May 1, 2019 at 8:06:32 AM UTC-7, googleadsapi-forumadvisor 
wrote:
>
> Hello Jordan, 
>
> The ListAccessibleCustomers will return the list of accounts that are 
> directly accessible through the OAuth credentials that you're using. The 
> CustomerClient 
> 
>  will 
> return the complete hierarchy of the account specified. 
>
> The customer_client_link will return the customer client link 
> relationship. If you're specifying the manager account, this should return 
> the direct links to that MCC. If you're seeing a discrepancy, could you 
> please share the request and response logs to check this further? You can 
> share the details privately via Reply privately to author option.
>
> Regards.
> Bharani, Google Ads API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> https://ads-developers.googleblog.com/search/label/google_ads_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e0091e43-8e33-4cb2-92ac-3d6545890e8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Callout Extension created by API not spending money

2019-05-01 Thread xuantoi . ads . mtest
Hi team,

Recently, I created several callout extensions via API but seem its not 
spending money, then i created it  in UI and its working.(settings of both 
extensions are same)
Is any difference between extensions created by API and UI?
How do i solve this problem?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0166f133-c937-48e1-9956-a669d18f9518%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ListAccessibleCustomers Google Ads API

2019-05-01 Thread cv
Hello Jordan,

Yes, That is exactly needs to do with this new Ads API, you need to iterate 
all the accounts you get through customer_client 
(https://groups.google.com/d/msg/adwords-api/jbwX0-Nso4U/_Aq3F7_kCQAJ)

You can not get account hierarchy in single API call like Its possible in 
Adwords API.

Also this will require significant time to load results, like you said.

Thanks,



 

On Thursday, 2 May 2019 03:26:54 UTC+5:30, jor...@sightly.com wrote:
>
> From further investigation, it appears to me this may be related to the 
> CustomerClient records not properly filtering based on inactive/canceled 
> status.  I see from other postings on the forum that a feature request has 
> been added to support this, so I'm hoping that a future release will fix 
> this.
>
> In the meantime, the "workaround" I have found is to get all the 
> CustomerClients, then loop through them one by one and try to GetCustomer.  
> If it's inactive/canceled I get an unauthorized exception returned instead 
> of receiving the customer info, so that seems to be how I can filter them 
> out for now.  This is a non-ideal solution, as it requires me to make MANY 
> additional calls to the API (one per account, including inactive ones), and 
> getting my whole account hierarchy takes 12-15 minutes (for ~1100 
> customer/clients, but over 2300 when inactives are included in the count).
>
> Looking forward to a fix to include this status in the object so it can be 
> used for filtering, and consistent filtering across objects (Customer, 
> CustomerClient, CustomerClientLink).
>
> On Wednesday, May 1, 2019 at 8:06:32 AM UTC-7, googleadsapi-forumadvisor 
> wrote:
>>
>> Hello Jordan, 
>>
>> The ListAccessibleCustomers will return the list of accounts that are 
>> directly accessible through the OAuth credentials that you're using. The 
>> CustomerClient 
>> 
>>  will 
>> return the complete hierarchy of the account specified. 
>>
>> The customer_client_link will return the customer client link 
>> relationship. If you're specifying the manager account, this should return 
>> the direct links to that MCC. If you're seeing a discrepancy, could you 
>> please share the request and response logs to check this further? You can 
>> share the details privately via Reply privately to author option.
>>
>> Regards.
>> Bharani, Google Ads API Team
>>
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> https://ads-developers.googleblog.com/search/label/google_ads_api
>> https://developers.google.com/adwords/api/community/
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e00438cb-c572-4c12-893b-9844e0e8f499%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NullPointerException when trying to create a new CRMbased user list

2019-05-01 Thread ci . wbdigital
Hi Sai Teja,

   PFB the code I am using for mocking the userlist creation:

//Calling Program with endpoint set to localhost so that google ads API 
will not be called for testing

val session = new AdWordsSession.Builder()
  .withClientCustomerId("123-456-7891")
  .withDeveloperToken("AWEDEEDTREWQSDFGYTR")
  .withEndpoint("https://localhost:8444";)
  .withUserAgent("foo")
  .withOAuth2Credential(credential).build()
GoogleUtils.createNewAudienceList("newlist", "new_email_list", session)


//Creates audience List

def createNewAudienceList(audienceListName: String, audienceListDescription: 
String,session:AdWordsSession ): Unit = {
 
val userListService: AdwordsUserListServiceInterface = 
adWordsServices.get(session, classOf[AdwordsUserListServiceInterface])
//Create a new UserList
val userList = new CrmBasedUserList()
userList.setDescription(audienceListDescription)

if (audienceListDescription.toUpperCase().contains("EMAIL")) {
  val uploadKeyType = CustomerMatchUploadKeyType.CONTACT_INFO
  userList.setUploadKeyType(uploadKeyType)
  userList.setName(audienceListName+"_Email")
  userList.setMembershipLifeSpan(1L)
}
else {
  val uploadKeyType = CustomerMatchUploadKeyType.MOBILE_ADVERTISING_ID
  userList.setUploadKeyType(uploadKeyType)
  userList.setName(audienceListName+"_Maid")
  userList.setAppId(appId)
  userList.setMembershipLifeSpan(540L)
}

//Upload the newly created userlist in GoogleAds page using mutate operation
val operation = new UserListOperation()
operation.setOperand(userList)
operation.setOperator(Operator.ADD)
val result = userListService.mutate(Array(operation))

}
   
*//Wiremock Server to intercept localhost calls*

System.setProperty("javax.net.ssl.trustStore", System.getProperty("trustStore"))
private val wireMockServer = new 
WireMockServer(wireMockConfig().port(8080).httpsPort(8444).keystorePath(System.getProperty("trustStore")))
WireMock.configureFor("localhost", 8080)
wireMockServer.start()



*Whole Log:*


*19/04/30 18:35:33 INFO Log4jNotifier: Request received:
POST /api/adwords/rm/v201809/AdwordsUserListService HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.4
Host: localhost:8444
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1555
Authorization: Bearer null

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>https://adwords.google.com/api/adwords/rm/v201809";>https://adwords.google.com/api/adwords/cm/v201809";>123-456-7891https://adwords.google.com/api/adwords/cm/v201809";>AWEDEEDTREWQSDFGYTRhttps://adwords.google.com/api/adwords/cm/v201809";>foo (AwApi-Java, 
AdWords-Axis/4.4.0, Common-Java/4.4.0, Axis/1.4, Java/1.8.0_201, 
maven)https://adwords.google.com/api/adwords/cm/v201809";>falsehttps://adwords.google.com/api/adwords/cm/v201809";>falsehttps://adwords.google.com/api/adwords/rm/v201809";>https://adwords.google.com/api/adwords/cm/v201809";>ADDhttps://adwords.google.com/api/adwords/rm/v201809";>newlist_Emailnew_email_list1CONTACT_INFO
19/04/30 18:35:33 ERROR SOAPPart: Exception:
java.lang.NullPointerException
java.lang.NullPointerException
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:453)
at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:559)
at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:322)
at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
at org.apache.axis.Message.writeTo(Message.java:539)
at 
com.google.api.ads.common.lib.soap.ResponseInfoXPathSet.parseMessage(ResponseInfoXPathSet.java:76)
at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:249)
- should throw exceptions when Google generation of Custom Audience ID Fails 
*** FAILED ***
  java.lang.NullPointerException:
  at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:324)
  at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
  at org.apache.axis.Message.writeTo(Message.java:539)
  at 
com.google.api.ads.common.lib.soap.ResponseInfoXPathSet.parseMessage(ResponseInfoXPathSet.java:76)
  at 
com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:249)
  at 
com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)
  at 
com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)
  at com.sun.proxy.$Proxy37.mutate(Unknown Source)
at 
com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)
at 
com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)
at com.sun.proxy.$Proxy37.mutate(Unknown Source)
at org.scalatest.OutcomeOf$class.outcomeOf(Outc

Assets level report for universal campaign with adwords api

2019-05-01 Thread Mohammad Reza Kiani
Hi,
How can I get such reports which can be seen in GUI panel in Ad Assets page 
in an App Campaign?
I've searched this link: 
https://developers.google.com/adwords/api/docs/appendix/reports/all-reports but 
I couldn't find it and thats our requirement to use google ads api...
Can you help me how can I do such report?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/083ba461-b2bf-464f-83f9-64e5ae750b9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: set proximity radius not doing anything

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Moshe,

Thank you for reaching out.

Upon checking the logs, it appears that you have set the right services and
objects to adjust the radius. Can you first confirm if the field
radiusInUnits

is set as a *double* data type? If you think you have set this correctly,
let me know so I could have the team investigate this.

Take note that I have also redacted some information in the logs you
provided for confidentiality.

Regards,
Dannison
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
https://ads-developers.googleblog.com/search/label/google_ads_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/01/19 20:10:03 mo...@autoleadstar.com wrote:

Hi,

I am trying to update the radius of my campaign location. (from 25 to 30)
The call goes through but doesn't actually do anything.

(I know that this can be done using the web interface - though not the
address.
I've also tried sending just the radius without the address, but same
result - no change.)

I'm setting RadiusInUnits.
See the request and response below.
Notice that the request says 30, but the response says 25.

Thanks,
Moshe



xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";

xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809";

   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


779-948-7703
REDACTED
unknown (AwApi-PHP, googleads-php-lib/40.0.0,  
PHP/7.1.25)

false
false





SET

184689

723965095885
 
MILES

30

633 NE 12th Ave, Portland,  
OR 97232

Portland
97232
US









http://schemas.xmlsoap.org/soap/envelope/";>

xmlns="https://adwords.google.com/api/adwords/cm/v201809";>

000587d2358c79210a37c446e906ecff
CampaignCriterionService
mutate
1
89



<

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ujqug1q16g0004p0180039ke3ow6smj2dho6co30c1g68r32d1h%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.