RE: Segment conversions by conversion action?

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


Hi Kenny,

My apologies for the confusion. You can try the ConversionTypeName
  
field

instead. It's retrievable via the Campaign Performance Report and if you
use the ConversionTrackerService, it is represented as the Name

field.

Thanks and regards,
Peter
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/31/19 00:54:51 ke...@hyder.me wrote:

I don't believe the ConversionCategoryName  is what I'm looking for. In the
interface, under campaign view - I can segment by conversions > conversion
action and it will show me conversions by which action was fired in my
conversion actions under Tools > Measurement.

This is what I'm trying to find the call for. I thought it might be
ConversionTrackerService and then Name - but I'm not sure. Can you confirm
how to get what I'm looking for?

On Wednesday, January 30, 2019 at 12:13:14 AM UTC-8,
googleadsapi-forumadvisor wrote:

Hi Kenny,

You can use the Campaign Performance Report
  
and

use the ConversionCategoryName
  
to

segment your campaign level Conversions
.
Let me know if this is what you're looking for.

Thanks and regards,
Peter
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 01/30/19 07:42:20 ke...@hyder.me wrote:

Is there a way to pull campaign conversion data segmented by conversion
action?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d131c191-f70c-4b84-aca2-17e86691ecfc%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/83ab6b04-f3a8-4aab-aadd-5b95c4a507c7%40googlegroups.com


Re: How can I get YouTube video's file name?

2019-01-30 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Tanabe,

I'll check with Engineering and get back to you soon.

Best,
Thanet, AdWords API Team

On Tuesday, January 29, 2019 at 9:41:59 PM UTC+9, Yoshimasa Tanabe wrote:
>
> Hi,
>  
> Is there any way to get YouTube video's original file name(like foo.mp4) 
> the user uploaded?
>
> I referred the API doc[1] and found the following fields look like related.
>
> * sourceUrl: The URL of where the original media was downloaded from (or a 
> file name).
> * name: The name of the media. The name can be used by clients to help 
> identify previously uploaded media.
>
> But I get the Video object has the empty sourceUrl and the name is 
> Video(YouTube) title, not the file name.
>
>
> {
>   name=,
>   sourceUrl=, // empty
>   // other fields
>   ...
> }
>
>
> Am I missing something?
>
> ...
>
> Code snippet is here(Scala).
>
> * "com.google.api-ads" % "ads-lib"  % 4.1.0
> * "com.google.api-ads" % "adwords-axis" % 4.1.0
>
> import com.google.api.ads.adwords.axis.factory.AdWordsServices
> import com.google.api.ads.adwords.axis.utils.v201806.SelectorBuilder
> import com.google.api.ads.adwords.axis.v201806.cm.MediaServiceInterface
> import com.google.api.ads.adwords.lib.client.AdWordsSession
> import com.google.api.ads.adwords.lib.selectorfields.v201806.cm.MediaField
>
>
> val mediaServiceSelector = new SelectorBuilder()
>   .fields(
> MediaField.MediaId,
> MediaField.YouTubeVideoIdString,
> MediaField.Name,
> MediaField.SourceUrl,
> MediaField.StreamingUrl
>   )
>   .in(MediaField.Type, "VIDEO")
>   .build()
>
>
> val session = new AdWordsSession.Builder()
>   .withOAuth2Credential()
>   .withDeveloperToken()
>   .withClientCustomerId()
>   .build()
>
>
> AdWordsServices.getInstance()
>   .get(session, classOf[MediaServiceInterface])
>   .get(mediaServiceSelector)
>
>
> [1] 
> https://developers.google.com/adwords/api/docs/reference/v201806/MediaService.Video
> [2] https://developers.google.com/youtube/v3/docs/videos#header_2
>
> ---
>
> Yoshimasa
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a183c30-278d-4f8d-8314-71eb925026e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Minimum field specifications to create campaign, ad group, ad etc.

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


Hi John,

You can check the fields if they are required by referring to the *Google
Ads API Fields section* in here
. For
instance, for the ad group name, it is stated here

that this is required upon creation of the ad group entity. However, other
fields don't have this stated. You may also do the same checking with
campaign fields and other entities.

Let me know if you have further clarifications.

Regards,
Dannison
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/31/19 02:40:22 j...@greenfieldlabs.ca wrote:

Hello,

How can I look up which fields are *required* to create a new campaign, ad
group, or ad etc.

For instance, the gRPC documentation for an AdGroup has all these fields
(below). Do all of these fields need to be filled out to create?

Fields
resource_name

string

The resource name of the ad group. Ad group resource names have the form:

customers/{customer_id}/adGroups/{ad_group_id}

id

Int64Value


The ID of the ad group.
name

StringValue


The name of the ad group.

This field is required and should not be empty when creating new ad groups.

It must contain fewer than 255 UTF-8 full-width characters.

It must not contain any null (code point 0x0), NL line feed (code point
0xA) or carriage return (code point 0xD) characters.

status

AdGroupStatus


The status of the ad group.
type

AdGroupType


The type of the ad group.
ad_rotation_mode

AdGroupAdRotationMode


The ad rotation mode of the ad group.
tracking_url_template

StringValue


The URL template for constructing a tracking URL.
url_custom_parameters[]

CustomParameter


The list of mappings used to substitute custom parameter tags in a
tracking_url_template, final_urls, or mobile_final_urls.
campaign

StringValue


The campaign to which the ad group belongs.
cpc_bid_micros

Int64Value


The maximum CPC (cost-per-click) bid.
cpm_bid_micros

Int64Value


The maximum CPM (cost-per-thousand viewable impressions) bid.
cpa_bid_micros

Int64Value


The target cost-per-acquisition (conversion) bid.
cpv_bid_micros

Int64Value


The CPV (cost-per-view) bid.
target_roas_override

DoubleValue


The target return on ad spend (ROAS) override. If the ad group's campaign
bidding strategy is a standard Target ROAS strategy, then this field
overrides the target ROAS specified in the campaign's bidding strategy.
Otherwise, this value is ignored.
percent_cpc_bid_micros

Int64Value


The percent cpc bid amount, expressed as a fraction of the advertised price
for some good or service. The valid range for the fraction is [0,1) and the
value stored here is 1,000,000 * [fraction].
explorer_auto_optimizer_setting

ExplorerAutoOptimizerSetting


Settings for the Display Campaign Optimizer, initially termed "Explorer".
display_custom_bid_dimension

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

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


Hello John,

As of now Batch job service is not available via Google Ads API Beta. I
will let my team know regarding your suggestion. Meanwhile you could keep
an eye on our blog
 for
information related to future releases.

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/00d12jdao800grom64005pl950z6omjccpj70o30c1g68qj0dpp%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Cannot set BiddingStrategyConfiguration Manual_cpm -> pay for Viewable Impressions

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


Hello,

You won't be able to set the value for viewableCpmEnabled

field since this field is read-only as indicated in the link. Its value
should default to true after setting a campaign's BiddingStrategyType to
MANUAL_CPM. However, you can set the Viewable CPM bidding using Google Ads
interface. Please find the attachment. Let me know if you have any further
questions.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/ijlio2kgvg018tjh040036uvauz70mjee9n6oo30c1g68qj0d1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: "cannot_modify_Ad" Error Updating Final URLs for Ads

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


Hi Pat,

It will effectively be like an update and the feed ids and feed item ids
will be same as the one during the ADD operation.

Thanks,
Sreelakshmi, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/30/19 11:24:03 pjodo...@us.ibm.com wrote:

Thanks Sreelakshmi.  That makes sense.  Does the SET operation in step 4
act like creating a completely new sitelink that creates a new ID etc. or
is it simply just acting like an update/edit function to the already
created sitelink?

Thanks!
Pat

On Tuesday, January 29, 2019 at 4:11:32 PM UTC-5, googleadsapi-forumadvisor
wrote:

Hi Pat,

Yes, the ADD and SET works as same for extension setting services. Based on
your use-case, the steps might be similar to as follows :

   1. Add the sitelink extension using the CampaignExtensionsettingService



   (as an example) which will return the the details of the extension
   including the Feed Id and the individual Feed items in the API response.
   2. Your program would then perform a CampaignExtensionsettingServic
   e.get()

  
and
   filter with the campaign id and the extension type = SITELINK to fetch  
the

   sitelinks associated to that campaign.
   3. You will then need to update the final urls for each sitelink feed
   item in the extension similar to the code snippet shared in my previous
   response.
   4. Add the CampaignExtensionSetting (which includes all the sitelinks
   associated with the given campaign) back to the
   CampaignExtensionsettingService.mutate()



   call to perform a SET operation.
   5. This should update your existing sitelink extensions with the new
   final url. Please note that the underlying feed item ids does not change
   when you perform this update.

Please let me know if you have any additional questions.

Thanks,
Sreelakshmi, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 01/29/19 10:21:08 pjod...@us.ibm.com wrote:

Thanks Sreelakshmi.

Is there a way to update the final URLs after the initial time of creating
the site link without creating an entirely new site link?  In my situation,
one team would be creating the site link and inputting the base URL, and
then an internal tool would be taking that base URL, adding tagging, and
then hopefully sending it back to the correct site link.

Thanks!
Pat

On Monday, January 28, 2019 at 5:33:33 PM UTC-5, googleadsapi-forumadvisor
wrote:

Hi Pat,

Those are two different ways of updating the sitelinks. If you are using
the extension setting services

at various levels (Customer/AdGroup/Campaign) to create the extensions, I
would recommend using the same to modify the final urls. The code snippet

I had shared in my previous response should be useful if you decide to go
with that. To prevent the new settings from overwriting the old settings,
remember to send back all feed items, even if you're modifying just one
item.

Thanks,
Sreelakshmi, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwo

Is there a (publicly accessible) dashboard(kind of) to check current issues going on with google Ads (Beta)API?

2019-01-30 Thread Darshan Pradhan
Until this morning i was able to access clients under my Manager account 
using ads beta api, but all of a sudden I am seeing weird responses from 
the api such as permission denied etc. Is this temporary? I don't remember 
making any changes in our account. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/613d2e20-d7de-49db-9430-93acb70f7044%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Frequency not correct in response

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


Hello,

Could you please confirm if you are getting null values for keyword STATS
for keyword 'навчання у варшаві' using PHP library? I tried to get the
STATS for same keyword, but the response is null. However, I can see the
values for Keywords STATS in Google Ads UI. Please note that the AdWords
API results are expected to be in sync with the old keyword planner UI. The
values from Google Ads API beta
 might match with
the Google Ads interface.

Let me know if you have any further questions.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/00d12jtcuo010i85ku005rj0hcy70mj0c1k64o30c1g68qjacph%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

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


Hello Vito,

Using AdWords API, you will be able to add extensions at the account,
campaign, or ad group level. You may refer to this guide
  
which

illustrates in details on how to add these extensions. The PHP code
snippets to create SitelinkFeedItem

 and CalloutFeedItem
  
are

also available in the shared links. You may refer to this guide
  
on

how to implement Structured Snippets. The complete PHP code sample can be
found here
.
The code snippet shared explains on how to create a Sitelink and associate
with a campaign. Similarly, you will be able to use
AdGroupExtensionSettingService
  
to

associate an extension to an ad group. Could you please give this a try and
let me know if you have any other questions?

If you're using the Google Ads API, you may use the CampaignFeedService

 and AdGroupFeedService
  
and

use the PlaceholderType
  
to

create the Sitelink or Callout feeds. Currently, we do not have code
samples implementing this. I have raised a feature request to the team
regarding this. Please keep an eye on our blog
 for more
updates.

Regards,
Bharani, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/1a0q3io00n8gl0003ousguw6kmjad1i64o30c1g68qj4dhj%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Any Java code example for retrieving negative placements?

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


Hello,

To get the negative placement, you will need set the criterionuse
  
selector

as NEGATIVE. You can refer to this
  
sample

Java code. Let me know if you have any further questions.

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/ijlio2o968008bkc140064tbugw6cmjgdhl6ko30c1g68qj0c9h%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: API for update DSA status an Bid Modification

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


Hello Gyandeep,

Please find my responses below:

1. You can set the bid modifier at the Campaign and the AdGroup level.
Please refer to this guide
 for more
information. The campaign level adjustments are accessible via
CampaignBidModifierService
,
and AdGroup level adjustments are accessible via AdGroupBidModifierService
.
For more information, please refer to this guide
.
Please refer to sample Java code here

.

2. You can use the AdGroupAdService.mutate
  
API

call to update the status of the Ad. Please refer to this
  
sample

Java code.

Let me know If you have any further questions. Looks like you have opened
another threads (thread 1

, thread 2)
  
for

same questions. Could you please reply back in this same thread to avoid
duplication?

Thanks,
Milind, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/00d12jdao800gkkugg005pf808z6omj2d9l60o30c1g68qj6dhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Inconsistent response from Search Query for AdGroup in the Beta Ads API

2019-01-30 Thread Darshan Pradhan
I am unsure if this is a temporary issue going on with Beta Ads api, but, I 
am using java client and executing following query and every time I run my 
query I keep get inconsistent results.

SELECT campaign.id, ad_group.id,  ad_group.name, ad_group.status, 
ad_group.type,  ad_group.ad_rotation_mode, ad_group.tracking_url_template, 
ad_group.cpc_bid_micros, ad_group.cpa_bid_micros,  
ad_group.cpm_bid_micros,  ad_group.cpv_bid_micros, 
ad_group.target_roas_override,  ad_group.percent_cpc_bid_micros, 
ad_group.explorer_auto_optimizer_setting.opt_in,  
ad_group.display_custom_bid_dimension, ad_group.final_url_suffix FROM 
ad_group 


1. Sometime the query executes successfully (meaning no error, i get a 
result set).
2. Sometimes I get following error
Exception in thread "main" com.google.api.gax.rpc.InternalException: 
io.grpc.StatusRuntimeException: INTERNAL: Internal error encountered.
at 
com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:67)
at 
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
at 
com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
at 
com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
at 
com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1052)
at 
com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:398)
at 
com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1030)
at 
com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:871)
at 
com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:716)
at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:507)
at 
io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:482)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:678)
at 
io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
at 
io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
at 
io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
at 
io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:397)
at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:459)
at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:63)
at 
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:546)
at 
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$600(ClientCallImpl.java:467)
at 
io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:584)
at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at 
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task 
failed
at 
com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)

3. Sometimes the query partially succeeds, i.e, java client already handles 
paging. So during subsequent page fetch I get "USER_PERMISSION_DENIED" Error

Console logs of the application: 
 | (MX:Whoop!) Felix Callejo| REMOVED| 1value: 62814791947
 | (MX:Whoop!) Tommasi| REMOVED| 1Request ID E5j3qeHiSprwNX72dSrtIg 
failed due to GoogleAdsException. Underlying errors:
  Error 0: error_code {
  authorization_error: USER_PERMISSION_DENIED
}
message: "User doesn\'t have permission to access customer."


4. Sometimes, all of a sudden unrecognized fields error 

Request ID oMB2jKocyIJLBiHoRQrw8A failed due to GoogleAdsException. 
Underlying errors:
  Error 0: error_code {
  query_error: UNRECOGNIZED_FIELD
}
message: "Unrecognized fields in the query: 
\'ad_group.target_roas_override\', \'ad_group.cpa_bid_micros\'."


5. Sometimes USER

RE: Decimal Rounding Rule

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


Hello Yurii,

In this support channel we will discuss technical issues via email only.
Average cost-per-click (Avg. CPC) is calculated by dividing the total cost
of your clicks by the total number of clicks. The Average CPC
 field is
rounded when you see from the UI. However, on the API reports it will be
shown in the micro amounts(non- rounded values). I have observed from the
UI that AdWords rounding off the values to lower bound when the number
after the 2nd decimal is <=5 and round off to higher bound when the number
after the 2nd decimal values >5. Which says when the avg cpc is 2.98222 it
will be rounded to 2.98, when the avg cpc is 2.9856 it will be rounded to
2.99 and when the number is 2.9855 then it will be rounded as 2.98. Hope
this clarifies your concern. Please let me know if you have any further
questions.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_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/ijlio2kgvg0182vucc0036kvpkz74mj4e9o68o30c1g68qj8d9l%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Minimum field specifications to create campaign, ad group, ad etc.

2019-01-30 Thread john
Hello,

How can I look up which fields are *required* to create a new campaign, ad 
group, or ad etc.

For instance, the gRPC documentation for an AdGroup has all these fields 
(below). Do all of these fields need to be filled out to create?

Fields
resource_name 

string

The resource name of the ad group. Ad group resource names have the form:

customers/{customer_id}/adGroups/{ad_group_id}

id 

Int64Value 


The ID of the ad group.
name 

StringValue 


The name of the ad group.

This field is required and should not be empty when creating new ad groups.

It must contain fewer than 255 UTF-8 full-width characters.

It must not contain any null (code point 0x0), NL line feed (code point 
0xA) or carriage return (code point 0xD) characters.

status 

AdGroupStatus 


The status of the ad group.
type 

AdGroupType 


The type of the ad group.
ad_rotation_mode 

AdGroupAdRotationMode 


The ad rotation mode of the ad group.
tracking_url_template 

StringValue 


The URL template for constructing a tracking URL.
url_custom_parameters[] 

CustomParameter 


The list of mappings used to substitute custom parameter tags in a 
tracking_url_template, final_urls, or mobile_final_urls.
campaign 

StringValue 


The campaign to which the ad group belongs.
cpc_bid_micros 

Int64Value 


The maximum CPC (cost-per-click) bid.
cpm_bid_micros 

Int64Value 


The maximum CPM (cost-per-thousand viewable impressions) bid.
cpa_bid_micros 

Int64Value 


The target cost-per-acquisition (conversion) bid.
cpv_bid_micros 

Int64Value 


The CPV (cost-per-view) bid.
target_roas_override 

DoubleValue 


The target return on ad spend (ROAS) override. If the ad group's campaign 
bidding strategy is a standard Target ROAS strategy, then this field 
overrides the target ROAS specified in the campaign's bidding strategy. 
Otherwise, this value is ignored.
percent_cpc_bid_micros 

Int64Value 


The percent cpc bid amount, expressed as a fraction of the advertised price 
for some good or service. The valid range for the fraction is [0,1) and the 
value stored here is 1,000,000 * [fraction].
explorer_auto_optimizer_setting 

ExplorerAutoOptimizerSetting 


Settings for the Display Campaign Optimizer, initially termed "Explorer".
display_custom_bid_dimension 

TargetingDimension 


Allows advertisers to specify a targeting dimension on which to place 
absolute bids. This is only applicable for campaigns that target only the 
display network and not search.
final_url_suffix 

StringValue 


URL template for appending params to Final URL.


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

Re: Segment conversions by conversion action?

2019-01-30 Thread kenny
I don't believe the ConversionCategoryName  is what I'm looking for. In the 
interface, under campaign view - I can segment by conversions > conversion 
action and it will show me conversions by which action was fired in my 
conversion actions under Tools > Measurement.

This is what I'm trying to find the call for. I thought it might be 
ConversionTrackerService and then Name - but I'm not sure. Can you confirm 
how to get what I'm looking for?

On Wednesday, January 30, 2019 at 12:13:14 AM UTC-8, 
googleadsapi-forumadvisor wrote:
>
> Hi Kenny,
>
> You can use the Campaign Performance Report 
> 
>  and 
> use the ConversionCategoryName 
> 
>  to 
> segment your campaign level Conversions 
> .
>  
> Let me know if this is what you're looking for.
>
> Thanks and regards,
> Peter
> AdWords API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 01/30/19 07:42:20 ke...@hyder.me  wrote:
>
> Is there a way to pull campaign conversion data segmented by conversion 
> action?
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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/d131c191-f70c-4b84-aca2-17e86691ecfc%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/83ab6b04-f3a8-4aab-aadd-5b95c4a507c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: "cannot_modify_Ad" Error Updating Final URLs for Ads

2019-01-30 Thread pjodonov
Thanks Sreelakshmi.  That makes sense.  Does the SET operation in step 4 
act like creating a completely new sitelink that creates a new ID etc. or 
is it simply just acting like an update/edit function to the already 
created sitelink?

Thanks!
Pat

On Tuesday, January 29, 2019 at 4:11:32 PM UTC-5, googleadsapi-forumadvisor 
wrote:
>
> Hi Pat, 
>
> Yes, the ADD and SET works as same for extension setting services. Based 
> on your use-case, the steps might be similar to as follows : 
>
>1. Add the sitelink extension using the CampaignExtensionsettingService 
>
> 
>  
>(as an example) which will return the the details of the extension 
>including the Feed Id and the individual Feed items in the API response. 
>2. Your program would then perform a 
>CampaignExtensionsettingService.get() 
>
> 
>  and 
>filter with the campaign id and the extension type = SITELINK to fetch the 
>sitelinks associated to that campaign. 
>3. You will then need to update the final urls for each sitelink feed 
>item in the extension similar to the code snippet shared in my previous 
>response. 
>4. Add the CampaignExtensionSetting (which includes all the sitelinks 
>associated with the given campaign) back to the 
>CampaignExtensionsettingService.mutate() 
>
> 
>  
>call to perform a SET operation. 
>5. This should update your existing sitelink extensions with the new 
>final url. Please note that the underlying feed item ids does not change 
>when you perform this update. 
>
> Please let me know if you have any additional questions. 
>
> Thanks,
> Sreelakshmi, AdWords API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 01/29/19 10:21:08 pjod...@us.ibm.com  wrote:
>
> Thanks Sreelakshmi.
>
> Is there a way to update the final URLs after the initial time of creating 
> the site link without creating an entirely new site link?  In my situation, 
> one team would be creating the site link and inputting the base URL, and 
> then an internal tool would be taking that base URL, adding tagging, and 
> then hopefully sending it back to the correct site link.
>
> Thanks!
> Pat 
>
> On Monday, January 28, 2019 at 5:33:33 PM UTC-5, googleadsapi-forumadvisor 
> wrote:
>
> Hi Pat, 
>
> Those are two different ways of updating the sitelinks. If you are using 
> the extension setting services 
>  
> at various levels (Customer/AdGroup/Campaign) to create the extensions, I 
> would recommend using the same to modify the final urls. The code snippet 
> 
>  
> I had shared in my previous response should be useful if you decide to go 
> with that. To prevent the new settings from overwriting the old settings, 
> remember to send back all feed items, even if you're modifying just one 
> item.
>
> Thanks,
> Sreelakshmi, AdWords API Team
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 01/28/19 10:55:08 pjod...@us.ibm.com wrote:
>
> Hi Sreelakshmi,
>
> Thanks for the response.  Does the mutate operation including removing old 
> entries and creating new with updates?
>
> My objective is to set the final URL for sitelinks via

Create campaign, ad group, and ad at once in Google Ads Beta API via gRPC

2019-01-30 Thread john
Hello all,

Is it possible to create a campaign, an ad group (for that campaign), and 
ad (for that at group) at once in Google *Ads Beta API via gRPC*?

I know in the Google Adwords API, you could use the BatchJobService with 
temporary IDs 

 to 
create a complete hierarchy simultaneously.

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/2ea1a74d-d10e-4dce-becb-fe9ff0b16608%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot set BiddingStrategyConfiguration Manual_cpm -> pay for Viewable Impressions

2019-01-30 Thread geo


Hello everybody,
I have a problem with the BiddingStrategyConfiguration. when I send 
manual_cpm to the api. it is set to adwords under campagne> settings> bit

Viewable CPM (right)
Pay for Clicks (wrong)

But it should be set Viewable CPM pay for Viewable Impressions.

Is there any other way to put it as a pay for Viewable Impressions?

function

private function _getBiddingStrategyConfiguration() 
:BiddingStrategyConfiguration
{
$biddingStrategyConfiguration = new BiddingStrategyConfiguration();

$biddingStrategyConfiguration->setBiddingStrategyType($this->biddingStrategyConfiguration_biddingStrategyType);
if ($this->biddingStrategyConfiguration_biddingStrategyType == 
'MANUAL_CPC' ) {
$biddingScheme = new ManualCpcBiddingScheme();
$biddingScheme->setEnhancedCpcEnabled(FALSE);
$biddingStrategyConfiguration->setBiddingScheme($biddingScheme);  
}elseif ($this->biddingStrategyConfiguration_biddingStrategyType == 
'MANUAL_CPM' ) {
$biddingScheme = new ManualCpmBiddingScheme();
//$biddingScheme->setViewableCpmEnabled(TRUE); 
$biddingStrategyConfiguration->setBiddingScheme($biddingScheme);  
}

return $biddingStrategyConfiguration;
}

SOAP

 
Google\AdsApi\AdWords\v201806\cm\BiddingStrategyConfiguration::__set_state(array(
 'biddingStrategyId' => NULL,
 'biddingStrategyName' => NULL,
 'biddingStrategyType' => 'MANUAL_CPM',
 'biddingStrategySource' => NULL,
 'biddingScheme' => 

Google\AdsApi\AdWords\v201806\cm\ManualCpmBiddingScheme::__set_state(array(
   'viewableCpmEnabled' => true,
   'BiddingSchemeType' => NULL,
   'parameterMap' => 
  array (
'BiddingScheme.Type' => 'BiddingSchemeType',
  ),
)),
 'bids' => NULL,
 'targetRoasOverride' => NULL,
  )),

best regards
geo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/56f00da9-9f47-4e10-98d3-6523ba6eb4d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Any Java code example for retrieving negative placements?

2019-01-30 Thread Oliver
We'd like to use *AdGroupCriterionService.get() *to retrieve the negative 
placements (exclusions) at the adgroup level for the whole account.  

Is there any Java code example? If not, can someone please be kind enough 
to show how the selector for the get() method should look like in this case?

We're aware we can perhaps use reports as well but we want to use 
*AdGroupCriterionService* class because it gives the app names and video 
names (whereas reports don't).

Thanks

Oliver

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/973cc981-7f85-4ccf-a044-bc8edb32813b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Setting or Retrieving Campaign Goal through Adwords API

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


Hi Vijaysinh,

I am a colleague of Luis, allow me to provide additional support for your
concern.

If what you mean is to retrieve your conversion actions in your account,
then you may use the ConversionTrackerService.get()
.
Once conversion tracking has been setup and conversion data to be available
in reporting is enabled
, conversion
attributed to each click will be mapped to the appropriate entities
(campaign, ad group etc, ). You can then segment the campaign level reports
with conversion fields to see the data segmented by the conversion
action/conversion tracker.

Let me know if I misunderstood your concern.

Regards,
Dannison
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/29/19 15:46:50 googleadsapi-forumadvi...@google.com wrote:

Hi Vijaysinh,

Could you elaborate on what do you mean by "you want to create a Display
Campaign using Conversion Goals"? This seems not possible in the AdWords
API as the AdWords API does not support managing conversion goals. Also,
you mentioned that you retrieved those conversion goals using the
ConversionTrackerService
.  
If

you could provide the logs showing the conversion goal, please send to me
via *reply privately to author* so I could further check.

Also, you might want to check this guide
  
for

more information about Tracking and Importing Conversions using the AdWords
API.

Regards,
Luis
AdWords API Team


On 01/28/19 23:14:45 notificati...@sales--orders.intercom-mail.com wrote:

Sent to adwords-api@googlegroups.com and googleadsapi-forumadvisor@
google.com
vj was added to the conversation by vj


I wants to create Display campaign using Conversion Goals.


I am able to get conversions goal list using conversion tracker service,
Now how to map same with while creating Campaign with api?


Regards,
Vijaysinh Parmar,
er.parmarvi...@gmail.com
Blog::*http://ervijaysinh.blogspot.in/* 
Skype :: vijaysinh.p

+91-8147992633,9033781187
On Mon, Jan 28, 2019 at 12:12 AM, "adwords-api@googlegroups.com" <
adwords-api@googlegroups.com> wrote:

Hi,


Campaign goal is still not available in AdWords API. Please follow our blog
 for any
updates regarding new features in AdWords API.


Thanks and regards,

Luis

AdWords API Team



Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

On 01/25/19 19:58:21 er.parmarvi...@gmail.com wrote:

Any updates for this? Is available now?

On Monday, July 23, 2018 at 8:43:30 AM UTC+5:30, Luis Xander Talag (AdWords
API Team) wrote:

Hi GnanaPrakash,


Currently, we don't have any news on if and when this feature will be
available through the API. For the meantime, you may follow our blog post
 for any
updates regarding this.


Thanks and regards,

Luis

AdWords 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/761acb1b-a2f0-435a-962b-a7c4984a5feb%40googlegroups.com

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

RE: BiddingStrategyType ENHANCED_CPC not giving results

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


Hi Chirag,

Could you try removing the ENHANCED_CPC in your report definition? To
clarify, the AdWords API release version 201802 and onwards doesn't support  
ENHANCED_CPC

as a BiddingStrategyType

 anymore.

Sincerely,
Dane
AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/30/19 15:45:01 chirag.erepo...@gmail.com wrote:

Hello,

I tried to use below query to get Adgroup Data, but I am giving 400 Bad
Request. There is no API doc which suggest any changes related to
ENHANCED_CPC.

Here I am missing anything?

SELECT AdGroupId, AdGroupName, CampaignId, CampaignName, AveragePosition,
Clicks, CpcBid FROM ADGROUP_PERFORMANCE_REPORT WHERE CampaignStatus IN
[ENABLED] AND AdGroupStatus IN [ENABLED] AND BiddingStrategyType IN
["MANUAL_CPC","ENHANCED_CPC"] DURING TODAY

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/29e0a128-c87c-4469-8a90-cf0520e6347b%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/19h1r080ogce800051m8oix6kmj2c1n74o30c1g68qj0e1l%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


API for Status update of DSA?

2019-01-30 Thread Gyandeep Sharma
What is the API of update status of DSA

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/35e7121b-c2d2-49ba-b949-9cb3bdd532d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API for update DSA status an Bid Modification

2019-01-30 Thread Gyandeep Sharma
Hello Everyone...

Can anyone guide me to APIs for the status update and bid modification of 
DSA?

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/16af0bff-8935-4bd5-8b5b-546755956562%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Frequency not correct in response

2019-01-30 Thread nazar . goyda


Hi. i have problem.

in $selector i have this object


Google\AdsApi\AdWords\v201809\o\TargetingIdeaSelector Object

(   

[searchParameters:protected] => Array   

(   

[0] => 
Google\AdsApi\AdWords\v201809\o\RelatedToQuerySearchParameter Object
 
(   

[queries:protected] => Array

(   

[0] => навчання у варшаві   

)   



[SearchParameterType:protected] =>  


[parameterMap:Google\AdsApi\AdWords\v201809\o\SearchParameter:private] => Array 

(   

[SearchParameter.Type] => SearchParameterType   

)   



)   



[1] => Google\AdsApi\AdWords\v201809\o\LanguageSearchParameter 
Object   
(   

[languages:protected] => Array  

(   

[0] => Google\AdsApi\AdWords\v201809\cm\Language 
Object 
(   

[code:protected] => 

[name:protected] => 

[id:protected] => 1031  

[type:protected] => LOCATION

[CriterionType:protected] =>


[parameterMap:Google\AdsApi\AdWords\v201809\cm\Criterion:private] => Array  
(   

[Criterion.Type] => CriterionType   

)   



)   



)   



[SearchParameterType:protected] =>  


[parameterMap:Google\AdsApi\AdWords\v201809\o\SearchParameter:private] => Array 

(   

Dynamic Search Ad Status Update and Modify Bid

2019-01-30 Thread Gyandeep Sharma
Hello Everyone...

Please guide me for the API of Dynamic Search ad Status Update, and Modify 
bid

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/2f3e2af0-5176-467f-9406-5c79bf0f1fe3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Add a new SiteLink to and Existing AdGroup with Google Ads API Beta 0.6 (PHP)

2019-01-30 Thread Vito Zongoli
Guys,
I'm becoming crazy...
Where I can find an example of PHP code where I can see how to add a 
SiteLink to an existing AdGroup?

I'm using Google Ads API Beta 0.6 and PHP.
I've used examples included into the library to create the campaign, the 
adGroups and the Ads but I'm struggling with the sitelinks and callouts 
(which should be the same thing).

Please help,
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/8a5704cf-5b93-44d0-ac07-8161c5362817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Segment conversions by conversion action?

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


Hi Kenny,

You can use the Campaign Performance Report
  
and

use the ConversionCategoryName
  
to

segment your campaign level Conversions
.
Let me know if this is what you're looking for.

Thanks and regards,
Peter
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 01/30/19 07:42:20 ke...@hyder.me wrote:

Is there a way to pull campaign conversion data segmented by conversion
action?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d131c191-f70c-4b84-aca2-17e86691ecfc%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/12f0gbiu7000g34a4q007a6gl8w6gmjcc9l6go30c1g68qj6cho%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.