Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager
Sorry i seemed to have posted the same question, it worked, thank you for 
your time!

On Monday, December 9, 2019 at 9:34:33 PM UTC+1, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out. You can mimic this Java example 
> 
>  or 
> follow this guide 
> 
>  for 
> performing this action. Mapping to the RealEstatePlaceholderField 
> 
>  
> should allow the proper type to be set. If this doesn't work, please share 
> your detailed request and response logs *via reply privately to author *so 
> that I can further investigate the issue. You can find information on 
> enabling logging here 
> 
> .
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UOE7Fk:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1496ed74-5531-404d-8a46-036ae5273f0f%40googlegroups.com.


Re: Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi Mitchell

I tried doing as you said i changed my method to upload it like an asset:
public static MutateAssetResult UploadHtml5(string filepath)
{
AssetServiceClient assetService = client.GetService(Services.V2.
AssetService);


MutateAssetsRequest req = new MutateAssetsRequest();


var data = File.ReadAllBytes(filepath);
req.Operations.Add(new AssetOperation
{
Create = new Asset
{
MediaBundleAsset = new MediaBundleAsset
{
Data = ByteString.CopyFrom(data)
},
Type = AssetTypeEnum.Types.AssetType.MediaBundle,
Name = "testbundle1",

}
});
req.CustomerId = customerId.ToString();
var result = assetService.MutateAssets(req);
return result.Results.First();

}

This however ended up giving me another error message 
"The error code is not in this version."

im using latest version of google ads api c# for nuget:
https://github.com/googleads/google-ads-dotnet 
2.6.0

Am i missing an argument maybe?

Thank you for your time!

On Monday, December 9, 2019 at 6:50:46 PM UTC+1, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out. Instead of using the MediaFileService to 
> create your media_bundle you need to use the AssetService 
> 
>  
> since the new Ad requires a MediaBundleAsset 
> .
>  
> Additionally, make sure you follow the instructions in this guide 
>   when creating an 
> HTML5 ad.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UOE7Gs:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/34174ede-9f64-400b-b4fd-5c949a5f4a23%40googlegroups.com.


Get the source campaign for each user who has converted

2019-12-09 Thread Shaon
Hi,

I'm aiming to get the campaign a user is attributed from. My question is 
two fold:
1) Which endpoint do I hit to obtain the user ID and their source campaign 
and possibly any other information (e.g. demographics) of a user?
2) How do I join back the ID from Google Ads to an internal user ID?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/82113606-059c-41cb-bbcc-d85061ce2548%40googlegroups.com.


RE: Conversions by Conversion Time?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Chris,

Thanks for reaching out. Retrieving the "Conversion by Conv. Time" via the 
Adwords API is currently not available by either making the API calls or 
requesting reports with AWQL. Please keep an eye on our blog for announcements 
and updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5001UOEAk7:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Is there any API to ACK the call recording term and policy?

2019-12-09 Thread guofu Zhong
Hi Team,

May I only turn off the call recording so that we can ignore the terms and 
policies?

On Friday, December 6, 2019 at 7:52:38 AM UTC-8, adsapiforumadvisor wrote:
>
> Hi Guofu,
>
> Unfortunately, it is not possible to accept these terms via the API. They 
> will need to accept them manually.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UODxxZ:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5350f171-fc03-499b-967d-31279c3074f7%40googlegroups.com.


Conversions by Conversion Time?

2019-12-09 Thread Chris Larkin
Hi all -

I'm looking for a way to get the (newer - as of March/April 2019) 
"Conversion by Conv. Time" via the API or even AWQL.

Is this possible or is this field just not available yet? 

Thank you - 
Christopher

BTW - I posted this previously but it did not appear to be saved. I 
apologize if this is duplicative. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e51ea521-8991-467d-a4a5-6387c8be0c15%40googlegroups.com.


RE: Create real estate feed google ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. You can mimic this Java example or follow this 
guide for performing this action. Mapping to the RealEstatePlaceholderField 
should allow the proper type to be set. If this doesn't work, please share your 
detailed request and response logs via reply privately to author so that I can 
further investigate the issue. You can find information on enabling logging 
here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOE7Fk:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Are invalid clicks reflected in the campaign cost?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi David,


Thanks for reaching out to us. When Google determines that clicks are invalid, 
we try to automatically filter them from your reports and payments so that 
you’re not charged for those clicks. If we find that invalid clicks have 
escaped automatic detection, you may be eligible to receive a credit for those 
clicks. These credits are called “invalid activity” adjustments. In the UI, you 
will be able to see these in the Credits column of your transaction history 
under Billing & Payments. For more information, please see here. In Reports, 
under the Campaign Performance Report type, we can report the number of 
InvalidClicks and InvalidClickRate through the API.


To answer your example, if the invalid clicks were caught in our automatic 
detection, you will not be charged for those clicks. However, if the invalid 
clicks escape our automatic detection, they will be displayed as part of your 
click count/cost, but you may be eligible to receive credit for those clicks.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Ravi,

The complete list of account under a MCC account can be retrieved using the 
GetAccountHierarchy code sample by adding the manager account Id in the request 
header. You will then need to make another API call using the the 
CustomerService.getCustomers() including the specific account in the request. 
This will return the customer details. Let me know if you have any further 
questions.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Creating custom affinity audience

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Aekansh,

I'm glad that the issue has been resolved. Could you point me to the UI 
screenshot where you're trying to add the audience? If you're looking to add 
the affinity categories, you may use the AdGroupCriterionService.mutate() or 
CampaignCriterionService.mutate() to target them to the campaigns or ad groups. 
You may refer to the Add Campaign Targeting PHP code sample as a reference.

You can submit a pull request to the client library and the library owners will 
take a look.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Mismatch in conversions uploaded in Google Ads UI

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Anton,

There was an issue with conversion fields recently that would affect your 
report data. Please see here for more details. The data should be accurate now. 
If it isn't, please reply privately to author your report query and results so 
I can take a closer look.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Upload and connect html 5 ad in google ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Instead of using the MediaFileService to create 
your media_bundle you need to use the AssetService since the new Ad requires a 
MediaBundleAsset. Additionally, make sure you follow the instructions in this 
guide when creating an HTML5 ad.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOE7Gs:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Not able to pull the BiddingScheme in BiddingStrategyConfiguration in Google AdWords APi reports for type "TARGET_CPA"

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Gagan,

Thank you for reaching out. Can you please provide the detailed request and 
response logs of the call via reply privately to author so that I can further 
investigate the issue? You can find more information on enabling logging here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOE6lP:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Wei,

Thank you for the information. Could I ask you to generate the OAuth 
credentials again for the new account and try generating the refresh token with 
your corresponding, valid Google Ads Account email? Could you also confirm if 
you still have access to the project where you’re generating the OAuth 
credentials in the developer console? It could be one of the reasons that you 
get the token invalid errors.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: LocationCriterionService

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hello,

In order to use the LocationCriterionService, you will need to include 
predicates. If you don't you'll get the MISSING_PREDICATES error.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Any way to read customer's ad suggestion setting?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hello,

There is currently no field for this setting in the API. Please follow our blog 
for any updates.

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: Some accounts not showing on getCustomers

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Pablo,

Thank you for reaching out. The reason that those accounts return empty arrays 
from the ManagedCustomerService  is because they don't have any linked manager 
accounts. In order for that service to work, the account you're calling it from 
either needs to be a manager account or have a parent manager account.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UOE3BY:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


RE: can not retrieve expanded text ads details

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Dragovic,

Based on the screenshot shared, it looks like you're using the 
AdGroupService.get() selector. If you're retrieving the ExpandedTextAd details, 
you will need to use the AdGroupAdService.get() selector. You may find the 
sample selector query in PHP available here. Could you please take a look? If 
you're facing any issues, could you please share the complete request and 
response logs using Reply privately to author option?

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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Campaigns not showing with the Google api in the account

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Hasan,

Please see here for information on reporting App Campaigns. As it says, you can 
only get information for these campaigns from the campaign level using the 
campaign report. You can follow our Developer Blog for more information on 
future releases.

If you are having an issue with that report, please share your client customer 
ID and complete report definition via reply privately to author.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UODzVF:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: can not retrieve expanded text ads details

2019-12-09 Thread Branko Dragovic
anybody ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/683672f2-f3bd-42b1-9b59-b2376ade1957%40googlegroups.com.


RE: Cannot obtain conversion actions properly via ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Orkhan,

Let me clarify my response. The Download conversion action is supported when it 
is for a single Google Play app. However, the Download conversion action for 
"all other apps" (see attached screenshot) is not yet supported.

I cannot comment on when these features will be available so please keep an eye 
on our blog.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UODhln:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
Hi Team,

It is working now and thanks for your timely response. 

Could you please help us to get list of accounts/pages from an MCC account. 
Please find the following flow for your reference,

   1. Once we can pull the list of accounts from the connected user
   2. Need to get detailed information/ list of all ad account / MCC 
   account from the selected account(From step 1)
   
We are using Customer services but we are getting all the list of accounts 
instead of the selected accounts. 

$adWordsServices = new AdWordsServices(); 
$CustomerService = $adWordsServices->get($session, CustomerService::class); 
$customers = $CustomerService->getCustomers([$customerId]);

Could you please let us know how to pull the required information? 

TIA

On Wednesday, December 4, 2019 at 12:42:22 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Ravi, 
>
> You will be able to use the CustomerService.getCustomers() 
> 
>  
> which returns details of all the customers directly accessible by the user 
> authenticating the call. If you're looking to get the complete account 
> hierarchy, you may use the GetAccountHierarchy 
> 
>  
> code sample by adding the manager account Id in the request header to 
> return all the accounts as in the Google Ads dashboard. Could you please 
> give this a try and let me know if you have any questions?
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UODV5I:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ae56885f-0c2c-486c-bf66-83602539121f%40googlegroups.com.


Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
Hi Team,

It is working now and thanks for your timely response.

Could you please help us to get list of accounts/pages from an MCC account.
Please find the following flow for your reference,

   1. Once we can pull the list of accounts from the connected user
   2. Need to get detailed information/ list of all ad account / MCC
   account from the selected account(From step 1)

We are using Customer services but we are getting all the list of accounts
instead of the selected accounts.

$adWordsServices = new AdWordsServices();
$CustomerService = $adWordsServices->get($session, CustomerService::class);
$customers = $CustomerService->getCustomers([$customerId]);

Could you please let us know how to pull the required information?

TIA

Regards,

Ravichandran S

Lead PHP Developer

+91-9843390404  |  r...@socialbeat.in
[image: SocialBeat] 


 





On Wed, Dec 4, 2019 at 12:42 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Ravi,
>
> You will be able to use the CustomerService.getCustomers()
> 
> which returns details of all the customers directly accessible by the user
> authenticating the call. If you're looking to get the complete account
> hierarchy, you may use the GetAccountHierarchy
> 
> code sample by adding the manager account Id in the request header to
> return all the accounts as in the Google Ads dashboard. Could you please
> give this a try and let me know if you have any questions?
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UODV5I:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


SELECT * FROM __InstanceCreationEvent WITHIN 10 WHERE TargetInstance ISA "CIM_DirectoryContainsFile" AND TargetInstance.GroupComponent = "Win32_Directory.Name=\"c:\\\\Data\""

2019-12-09 Thread Agneta Eriksson
bara för att ni tvinga mig

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2e0d972-26c4-4661-ab84-dd6b62962202%40googlegroups.com.


Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi friends!

I am currently trying to get html5 upload to work, but im running into an 
issue when i try to create an ad i can connect to an adgroup.

Let me explain.

1. Create a campaign

2. Create an adgroup

3. Upload html 5

4. Create ad with html 5 ad.

Im stuck on 4 where i am trying to use the api like this from a c# client.

public static void AssetConnectionToAd(string 
mediaBundleResourceName, string adgroup)
{
AdGroupAdServiceClient adgroupServiceClient = client.GetService(
Services.V2.AdGroupAdService);
var req = new MutateAdGroupAdsRequest();
req.Operations.Add(new AdGroupAdOperation {
Create = new AdGroupAd
{
Ad = new Ad
{

DisplayUploadAd = new DisplayUploadAdInfo
{
DisplayUploadProductType = 
DisplayUploadProductTypeEnum.Types.DisplayUploadProductType.
DynamicHtml5CustomAd,
MediaBundle = new AdMediaBundleAsset
{
Asset = mediaBundleResourceName
}
},
},
AdGroup = adgroup,  

}

});
req.CustomerId = customerId.ToString();
   var ad = adgroupServiceClient.MutateAdGroupAds(req);
}

If i try to connect this i get an error message:
"Resource name 'customers/6282670156/mediaFiles/26325216408' is malformed: 
expected 'customers/{customer_id}/assets/{part_1}'."

I am suspecting im uploading it wrong since its creating the resource in 
another place with /mediafiles and not /assets.

My upload method:

public static MutateMediaFileResult UploadHtml5(string filepath)
{
MediaFileServiceClient mediaService = client.GetService(Services
.V2.MediaFileService);

MutateMediaFilesRequest req = new MutateMediaFilesRequest();

var data = File.ReadAllBytes(filepath);
req.Operations.Add(new MediaFileOperation()
{
Create = new MediaFile
{
MediaBundle = new MediaBundle
{
Data = ByteString.CopyFrom(data)   

},
Type = MediaTypeEnum.Types.MediaType.MediaBundle   


}
});
req.CustomerId = customerId.ToString();
  var result = mediaService.MutateMediaFiles(req);
return result.Results.First();   

}

This will return 'customers/6282670156/mediaFiles/26325216408'

I have tested my bundle from the google ads ui and run a succesful campaign 
with the asset so it is working, however i think im using the wrong upload 
service.

Can anyone advise? 

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4146cbde-503d-4bde-adb4-8d3cdaf65839%40googlegroups.com.


Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager


On Monday, October 21, 2019 at 1:10:10 AM UTC+2, Adhub manager wrote:
>
> Hello!
>
> Ive been trying to copy a real estate feed with the google ads nuget 
> package for c# 
>
> [image: feeedquestion.PNG]
>
> My approach is 
>
>
>
>1. Get feed from query : "SELECT feed.attributes FROM feed WHERE 
>feed.id = 'ID'"
>2. then i create a new feed with the data i get returned however this 
>doesnt get a type of Dynamic display ad feed (RealEstate) as seen in the 
>screensho, the attributes are all correct and looks fine.
>
>
> What am i missing to be able to specify the type?
>
>
>
>
> Thank you for taking your time and providing answers it worked like a 
> charm, sorry for the late reply other business came up :)
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01b5c0b6-a1ba-4e3a-a475-970da1d2f5d4%40googlegroups.com.


Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
Thanks for the help. It seems issue was with my code.

$customAffinityService = $adWordsServices->get(sessionBuilder(), 
CustomAffinityService::class);

I was using CustomAffinity instead of CustomAffinityService.

Also is there is any way we can help adding examples to google adwords 
library as that might help someone.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90682bcd-cddd-4cd2-b308-50476ed36b2f%40googlegroups.com.


Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
So I am able to create custom affinity now

I was using CustomAffinity instead of CustomAffinityService

$customAffinityService = $adWordsServices->get(sessionBuilder(), 
CustomAffinityService::class);


Now I need to define my audience by adding relevant interests, URLs, places, 
or apps.

Can you provide any documentation link regarding the same?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fff3fb7-318c-471b-a676-8b34fe159080%40googlegroups.com.


Re: Campaigns not showing with the Google api in the account

2019-12-09 Thread Hasan Hawash
I am using *App *campaign type, which is not listed in the supported types 
as you mentioned, but how come it is not supported as we need to get an 
overall report that includes all campaigns we create? Is there any other 
alternatives to get those data, or is there any plan to support other types 
soon?  

On Friday, December 6, 2019 at 6:00:18 PM UTC+2, adsapiforumadvisor wrote:
>
> Hi Hasan,
>
> Thank you for reaching out. Please see here 
> 
>  
> for the campaign types that are supported in Google Ads API reports. If the 
> campaigns that aren't showing up are a supported type, please share your 
> client customer ID and the complete report definition 
> 
>   
> you are using *via reply privately to author*.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UODzVF:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eb77ceb7-7ffe-4cc8-88b1-75ebef066c4b%40googlegroups.com.