Re: using rest api to create a demand gen gampain. error: the operation is not allowed for the given context.

2024-03-21 Thread Jingqiang Liu
Thanks for your feedback. this is error message:

api: {
  "error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v15.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "contextError": "OPERATION_NOT_PERMITTED_FOR_CONTEXT"
},
"message": "The operation is not allowed for the given 
context.",
"location": {
  "fieldPathElements": [
{
  "fieldName": "operations",
  "index": 0
},
{
  "fieldName": "update"
},
{
  "fieldName": "maximize_conversions"
},
{
  "fieldName": "target_cpa_micros"
}
  ]
}
  }
],
"requestId": "Bm2xH7-FdyitEFfHMPfBAg"
  }
]
  }
}

requestId: Bm2xH7-FdyitEFfHMPfBAg


When create Campaign that type is discovery and uses  maximizeConversions 
successfully. and then  I want to update this 
campaign's maximizeConversions,so  I get this error.

create request: {
"partialFailure": false,
"operations": [
{
"create": {
"name": "Campaign_name",
"campaign_budget": "customers/id/campaignBudgets/id",
"advertising_channel_type": "DISCOVERY",
"status": "PAUSED",
"selective_optimization": null,
"maximize_conversions": {}
}
}
],
"responseContentType": "MUTABLE_RESOURCE",
"validateOnly": false
}

upadte request: {
"partialFailure": false,
"operations": [
{
"update": {
"maximizeConversions": {
"targetCpaMicros": "10"
},
"resourceName": "customers/my_id/campaigns/my_id"
},
"updateMask": "maximizeConversions.targetCpaMicros"
}
],
"responseContentType": "MUTABLE_RESOURCE",
"validateOnly": true
}


在2024年3月20日星期三 UTC+9 01:42:47 写道:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Upon checking the provided partial logs, I found that you are trying to 
> create 
> a Demand Gen Campaign 
> 
>  
> via the Google Ads API, but you are getting a 
> CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN 
> 
>  
> error. This error is a type of OPERATION_NOT_PERMITTED_FOR_CONTEXT 
> 
>  
> error. This error indicates that you cannot attach a bidding strategy to a 
> campaign. Please note that there are a few minimum requirements 
>  that should be 
> met before creating a demand-gen campaign. I also suggest you please check 
> the Create campaign and bidding strategy 
> 
>  
> documentation to know how to create a campaign and the bidding strategy. 
> You can also check the Bidding Strategy Types 
> 
>  
> documentation to know the supported bidding strategies via the Google Ads 
> API.
>
> However, the provided logs are not complete as there is no request body 
> presented in the logs. So if the issue still persists even after following 
> the above documentation and minimum requirements, please provide us with 
> complete API logs (request 
> 
>  
> and response 
> 
>  
> with request-id 
> 
>  
> and request  
> header)
>  
> generated at your end.
>
> You can send the details via the *Reply** privately to the author option* 
> or a *direct private reply* to this email. 
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s03Jb:ref" (ADR-00227828)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Re: using rest api to create a demand gen gampain. error: the operation is not allowed for the given context.

2024-03-21 Thread Jingqiang Liu
I using rest api create customConversionGoals depend 
on  
https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.customConversionGoals/mutate。I
 
want to set up that for my campaign, could u tell me how set

在2024年3月20日星期三 UTC+9 01:42:47 写道:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Upon checking the provided partial logs, I found that you are trying to 
> create 
> a Demand Gen Campaign 
> 
>  
> via the Google Ads API, but you are getting a 
> CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN 
> 
>  
> error. This error is a type of OPERATION_NOT_PERMITTED_FOR_CONTEXT 
> 
>  
> error. This error indicates that you cannot attach a bidding strategy to a 
> campaign. Please note that there are a few minimum requirements 
>  that should be 
> met before creating a demand-gen campaign. I also suggest you please check 
> the Create campaign and bidding strategy 
> 
>  
> documentation to know how to create a campaign and the bidding strategy. 
> You can also check the Bidding Strategy Types 
> 
>  
> documentation to know the supported bidding strategies via the Google Ads 
> API.
>
> However, the provided logs are not complete as there is no request body 
> presented in the logs. So if the issue still persists even after following 
> the above documentation and minimum requirements, please provide us with 
> complete API logs (request 
> 
>  
> and response 
> 
>  
> with request-id 
> 
>  
> and request  
> header)
>  
> generated at your end.
>
> You can send the details via the *Reply** privately to the author option* 
> or a *direct private reply* to this email. 
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s03Jb:ref" (ADR-00227828)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/138e81d9-0fe7-4f18-8187-d906569abf75n%40googlegroups.com.


Re: using rest api to create a demand gen gampain. error: the operation is not allowed for the given context.

2024-03-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Upon checking the provided logs, I would like to inform you that the logs that 
you have provided are incomplete and do not contain the request header and 
customer ID in them. So, In order to debug your issue further, kindly provide 
us with the complete API logs (request and response with request-id and request 
header) generated at your end.

Also, I would recommend you refer to the documents Campaign-level Conversion 
Goals and custom_conversion_goal to get more information on how to create 
customConversionGoals for your campaign.

You can send the details via the Reply privately to the author option or a 
direct private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02s03Jb:ref" 
(ADR-00227828)

Thanks,

Google Ads API Team

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

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


Create CustomAudience in a BatchJob

2024-03-21 Thread Lorenzo Scortichini
Hi, 
we were looking to add custom audiences to our campaigns.
Currently we create all the resources (campaigns, ad groups, adsets, ad, 
assets and so on) using BatchJobs. 
While looking at the docs I realized that the MutateOperation 

 
is missing 'custom_audience_operation' field. Is that intended? 
In the Batch Processing docs 
, 
Custom Audience aren't listed as unsupported operations.

Any chance we can create them with BatchJobs?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/a0ca0aae-258e-40ca-b3e7-fe2245dbb66en%40googlegroups.com.


Re: request basic access no reply

2024-03-21 Thread Media Dealrock
Hi,

I have applied on three occasions (December, January, and March) from the 
account 372-543-0339, which is the main account, and I have not received a 
response. Is there anything that can be done to know the status of the 
request?

Thanks!

El miércoles, 20 de marzo de 2024 a las 23:17:41 UTC+1, Google Ads API 
Forum Advisor escribió:

> Hi Asier,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you have submitted a 
> request for Basic access of the Google Ads API developer token and waiting 
> for a response from the team.
>
> Upon checking the MCC ID: 718-234-3939 <(718)%20234-3939>, it appears 
> that it is a test account. You can apply for elevated access to your 
> developer token with Google Ads manager accounts and not with test manager 
> accounts. A Test access level developer token is sufficient and works well 
> for test accounts.
>
> I hope this clarifies.
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02s06sR:ref" (ADR-00228080)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/6c712851-b2b9-4f45-9218-9bb7a1206581n%40googlegroups.com.


Re: request basic access no reply

2024-03-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

I understand that you have submitted an application for the basic access of 
Google Ads API developer token and have not received any update.

Since the access requests are handled by the Google Ads API Compliance team, we 
are transferring the case to the Ads API Compliance team. Can you kindly 
provide the following information for the compliance team to further assist you 
with your concern:

Case ID generated from the compliance team in the format 0-0###0 (if 
there is any generated)

@Compliance team, please confirm if you are able to assist in the below access 
request

Summary: The user has applied for the basic access with the below details.

Google Ads Manager Account (MCC) ID:  372-543-0339
Cases ID: requested

This message is in relation to case "ref:!00D1U01174p.!5004Q02s06sR:ref" 
(ADR-00228080)

Thanks,

Google Ads API Team

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

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


Ad Schedule View report differs from Campaign Report and Ads UI

2024-03-21 Thread Constantin Cebanu
const AD_SCHEDULE_QUERY = `
  SELECT 
campaign.id, 
campaign_criterion.criterion_id, 
ad_schedule_view.resource_name,
metrics.clicks, 
metrics.conversions, 
metrics.cost_micros, 
metrics.impressions 
  FROM 
ad_schedule_view 
  WHERE 
segments.date = '2024-01-17'
AND campaign.id = 20942283096
`;
const CAMPAIGN_PERF_QUERY = `
  SELECT 
campaign.id,
metrics.clicks, 
metrics.conversions, 
metrics.cost_micros, 
metrics.impressions 
  FROM 
campaign 
  WHERE 
segments.date = '2024-01-17'
AND campaign.id = 20942283096 
`;

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/5316c0c9-ef64-4e65-b350-c1f03abcc65bn%40googlegroups.com.


RE: ad schedule view report differs from campaign report and ads ui

2024-03-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

In order to investigate the issue further, kindly provide us with the uncropped 
UI screenshot of the Google Ads account and complete API logs (request and 
response with request-id and request header) generated at your end.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct 
private reply to this email.
This message is in relation to case "ref:!00D1U01174p.!5004Q02s09ox:ref" 
(ADR-00228291)

Thanks,

Google Ads API Team

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/EjLbn0SAPZE200Ffw-EPe0RJ6H-IWAYgsxLA%40sfdc.net.


Google Merchant Center

2024-03-21 Thread cg c
bonjour est-ce que vous pourriez me donner le lien pour poser une question 
en ce qui concerne Google marchand Center,
 mes comptes et mes produits sont suspendus et pourtant j'ai fait tout ce 
que Google me demande, je cherche donc quelqu'un pour m'aider

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 
"Google Ads API and AdWords 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/ead534c2-7f8e-477c-b9f3-d30ed8d8481cn%40googlegroups.com.


Re: refresh token expiration time

2024-03-21 Thread Cristian Andrei Grigore
I'm still waiting for a response.

On Friday, March 15, 2024 at 12:18:43 PM UTC+2 Cristian Andrei Grigore 
wrote:

> Hello,
>
> Thank you for your answer.
>
> However, I don't want to set the User Type to External. I want to use 
> Internal. So I have:
> 1. OAuth consent screen - User Type - Internal
> 2. Credentials - OAuth 2.0 Client IDs - Type Desktop
>
> According to this Offline access 
> ,
>  I 
> understand that "For the desktop app type, offline access is enabled by 
> default—you don't have to explicitly request it.".
>
> Does that mean the refresh token will not expire once I get one?
>
>
> On Friday, March 15, 2024 at 10:57:09 AM UTC+2 Google Ads API Forum 
> Advisor wrote:
>
>> Hi,
>>
>> Thank you for getting back to us.
>>
>> Kindly note that if you navigate to the OAuth consent screen in the 
>> Google API Console and switch the publishing status to "In production", the 
>> refresh token will not expire. I would recommend you to kindly refer to the 
>> .Net 
>> sample code 
>> 
>>  
>> in generating the refresh token using the Google Ads API. Also, I would 
>> suggest you to refer to the Generate tokens 
>> 
>>  guide 
>> as it describes how to generate the refresh token using the OAuth2 
>> Playground . 
>>
>>   
>> This message is in relation to case 
>> "ref:!00D1U01174p.!5004Q02rzwu0:ref" (ADR-00227275)
>>
>> Thanks,
>>   
>> [image: Google Logo] Google Ads API Team 
>>
>>
>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords 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/c4cb1e37-eedb-46d9-8f27-6dd80f7d0072n%40googlegroups.com.


Google Ads Editor API

2024-03-21 Thread 'Priya J' via Google Ads API and AdWords API Forum
Hi Team,

I can't figure out how to add search terms in Google Ads Editor using API. 
Could you pls help me with the query or any other solution?

Thanks,
Priya

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/18ab2736-3b9d-4b99-910f-eafe451a29ecn%40googlegroups.com.


Setting up Smart Campaign Conversions

2024-03-21 Thread Andrew Wirtz
Hi,

I am successfully creating Smart Campaigns via the Ads API, but can't 
figure out how to properly set up conversions. After the campaign is 
created, when I look at the Google UI for the campaign I see this:

[image: conversions-setup.png]

How can I replicate this set up (Get Started) via the API? If it helps any, 
I am using the python library.

Thanks.

-- 
Feathr is closed on Fridays, operating under a four-day workweek from 
Monday-Thursday. Our platform remains available 24/7, however, on Fridays, 
please expect delays on email and ticket response times.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/43bcaa5e-689a-4cd7-b525-c2fc1b917510n%40googlegroups.com.