Re: Is it possible to implement search by city?

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/mvubagsaKYc) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Sunday, June 13, 2021 at 6:26:14 PM UTC+8 solomo...@gmail.com wrote:

> There is a dating website. I would like to search for profiles on the 
> Google Place API (The system of cities.). For example, a person chose that 
> he is from (Москва). And another person, what he will look for, in the 
> Google filter will offer him (Moscow). And how to be here? They won't find 
> each other. I doubt that Google has linked cities by ID. And the Google 
> Place API gives out all the way to the streets, which is not needed. Is it 
> possible to implement all this? Or do you need to invent a bicycle (a new 
> base with cities) and update it?
>

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

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


Re: UAC campaign details using Google ads api

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/aYmr7kuwTxs) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Sunday, June 13, 2021 at 6:16:02 PM UTC+8 rajanp...@gmail.com wrote:

> Hi Team,
> I am using Google Ads apis (link 
> ) to 
> fetch the reports of our* UAC Campaigns*. But I am not understanding the 
> concept of ad Ids in UAC (link 
> 
> ).
>  For e.g. *ad_group_ad_asset_view.resource_name *field is giving me these 
> information ({
> *AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}*`)
>  
> , What is an ad_id here. Because as far as I know in UAC we give Google a 
> bunch of assets and Google can show any combinations of that assets to the 
> user. So There is only two hierarchy right (AdGroup --> Asset). What is 
> ad_id here. It would be really helpful id anybody can help me understanding 
> it?
>

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

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


Re: Empty Response

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/HgZkufkpo24) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Saturday, June 12, 2021 at 7:08:34 AM UTC+8 arman@deliveryhero.com 
wrote:

> Hello Support,
>
> I am trying to get some data from the Google Ads API. I have also all 
> required permissions and have generated the refresh token, but the response 
> that I get is empty.
> Any idea what's going wrong here ?
> Here is the code:
>
> *from google.ads.googleads.client import GoogleAdsClient*
>
> *credentials = {*
> *"developer_token": "",*
> *"refresh_token": "",*
> *"client_id": "",*
> *"client_secret": "",*
> *"login-customer-id": ""*
> *}*
>
> *client = GoogleAdsClient.load_from_dict(credentials, version="v7")*
> *ga_service = client.get_service("GoogleAdsService",version='v7')*
> *query = """*
> * SELECT *
> * campaign.id ,*
> * segments.device *
> * FROM campaign *
> * WHERE segments.date = '20210405'*
> * LIMIT 10*
> *"""*
>
> *customer_id = ""*
> *response = ga_service.search_stream(customer_id=customer_id, query=query)*
> *for batch in response:*
> *  for row in batch.results:*
> * print(row)*
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0d3211ea-ae84-4b50-a636-53af613d1fc7n%40googlegroups.com.


Re: Ad Disapproved For PHONE_NUMBER_IN_AD_TEXT When Ad Does Not Have Phone Number

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/XTiXR6IXZlU) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Friday, June 11, 2021 at 9:37:28 PM UTC+8 Pete Lavetsky (AdWords API 
Guru) wrote:

> Good morning,
>
> We have an EXPANDED_TEXT_AD that is marked as following:
>
> policy_topic_entries : [type: PROHIBITEDtopic: "PHONE_NUMBER_IN_AD_TEXT"]
> review_status : REVIEWED
> approval_status : DISAPPROVED
>
> The Ad looks like:
>
> resource_name : customers/3722803595/adGroupAds/126284834587~526601161599
> status : ENABLED
> type : EXPANDED_TEXT_AD
> headline_part1 : 2009 Toyota Corolla
> headline_part2 : As Low As $12,216
> headline_part3 : Contact Us For More Info
> description : Hurry, Get Yours Before It's Gone. Check Out Photos, 
> Features & Pricing Online.
> description2 : We Offer Transparent Pricing, Quality Models & Flexible 
> Financing Solutions. Call Us.
> path1 : Toyota
> path2 : Corolla
>
> As you can see there's no phone number in the Ad.
>
> On mutate we have attempted to add an ignorable policy topic as such:
>
>   policy_validation_parameter {
>
> ignorable_policy_topics: "PHONE_NUMBER_IN_AD_TEXT"
>
>   }
>
> This results in a temporary change in the approval status:
>
> review_status : REVIEW_IN_PROGRESS
> approval_status : UNKNOWN
> But that eventually reverts back to:
>
> policy_topic_entries : [type: PROHIBITEDtopic: "PHONE_NUMBER_IN_AD_TEXT"]
> review_status : REVIEWED
> approval_status : DISAPPROVED
>
> How can we go about fixing this? Clearly the Ad does not have a phone 
> number in it.
>
> Is there a different PolicyValidationParameter we should be attaching? ( 
> https://developers.google.com/google-ads/api/reference/rpc/v8/PolicyValidationParameter
>  
> )
>
> Thanks
> Pete
>

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

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


Re: Unable to see an adaccount name for which user has manager permission

2021-06-14 Thread 'Peter Laurence Napa Oliquino' via AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/45lm5q-T9F8) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Monday, June 14, 2021 at 12:45:41 PM UTC+8 r10.m...@gmail.com wrote:

> Any info on the below query. 
>
> Thanks 
> Marketo team
>
> On Fri, Jun 11, 2021 at 1:39 PM r10.m...@gmail.com  
> wrote:
>
>> Hi team , 
>>
>> We are having customer match feature where before creating a new audience 
>> , we fetch   the list of adaccount, (customer has access to) using below 
>> code.
>>
>> $adWordsServices = new AdWordsServices();
>> $customerService = $adWordsServices->get($this->session, 
>> ManagedCustomerService::class);
>> $selector = new Selector();
>> $selector->setFields(array('Name', 'CustomerId', 'CanManageClients'));
>>
>> This is basically calling get customer of 
>> https://adwords.google.com/api/adwords/mcm/v201809
>>
>> below is the soap call 
>>
>> **
>>
>> *> http://schemas.xmlsoap.org/soap/envelope/"; xmlns*:*ns1*=*"
>> https://adwords.google.com/api/adwords/cm/v201809"; xmlns*:*ns2*=*"
>> https://adwords.google.com/api/adwords/mcm/v201809"*>*
>>
>> **
>>
>> **
>>
>> **6686213225**
>>
>> **REDACTED**
>>
>> **Marketo (AwApi-PHP, 
>> googleads-php-lib/38.0.0, PHP/5.6.40)**
>>
>> **false**
>>
>> **true**
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>>
>> **Name**
>>
>> **CustomerId**
>>
>> **CanManageClients**
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>> However , One of our customer complains that they are not seeing one of 
>> the account (G Adventures API) which they have proper permission.
>>
>> Client customer id is 6686213225. 
>> Response of this API does n't have ad account name ""G Adventures API"
>> Customer claims that they have proper permission on  this account . 
>>
>> As this is open forum , I am not posting any token related stuff. 
>>
>> Let me know if you need more info.
>>
>>
>>
>>
>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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 adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/9c76da3e-66ae-4580-8472-0d417668c7b3n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f6fe2bca-3503-4c0c-95c8-487e5fd7fea0n%40googlegroups.com.


Re: Unable to see an adaccount name for which user has manager permission

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/45lm5q-T9F8) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Monday, June 14, 2021 at 12:45:41 PM UTC+8 r10.m...@gmail.com wrote:

> Any info on the below query. 
>
> Thanks 
> Marketo team
>
> On Fri, Jun 11, 2021 at 1:39 PM r10.m...@gmail.com  
> wrote:
>
>> Hi team , 
>>
>> We are having customer match feature where before creating a new audience 
>> , we fetch   the list of adaccount, (customer has access to) using below 
>> code.
>>
>> $adWordsServices = new AdWordsServices();
>> $customerService = $adWordsServices->get($this->session, 
>> ManagedCustomerService::class);
>> $selector = new Selector();
>> $selector->setFields(array('Name', 'CustomerId', 'CanManageClients'));
>>
>> This is basically calling get customer of 
>> https://adwords.google.com/api/adwords/mcm/v201809
>>
>> below is the soap call 
>>
>> **
>>
>> *> http://schemas.xmlsoap.org/soap/envelope/"; xmlns*:*ns1*=*"
>> https://adwords.google.com/api/adwords/cm/v201809"; xmlns*:*ns2*=*"
>> https://adwords.google.com/api/adwords/mcm/v201809"*>*
>>
>> **
>>
>> **
>>
>> **6686213225**
>>
>> **REDACTED**
>>
>> **Marketo (AwApi-PHP, 
>> googleads-php-lib/38.0.0, PHP/5.6.40)**
>>
>> **false**
>>
>> **true**
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>>
>> **Name**
>>
>> **CustomerId**
>>
>> **CanManageClients**
>>
>> **
>>
>> **
>>
>> **
>>
>> **
>> However , One of our customer complains that they are not seeing one of 
>> the account (G Adventures API) which they have proper permission.
>>
>> Client customer id is 6686213225. 
>> Response of this API does n't have ad account name ""G Adventures API"
>> Customer claims that they have proper permission on  this account . 
>>
>> As this is open forum , I am not posting any token related stuff. 
>>
>> Let me know if you need more info.
>>
>>
>>
>>
>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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 adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/9c76da3e-66ae-4580-8472-0d417668c7b3n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f993a7fc-da4f-4205-90c8-9757c480e6e6n%40googlegroups.com.


Re: Edit and Delete API for Adwords Userlist

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/5P4BnJVGYRo) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Friday, June 11, 2021 at 3:31:11 PM UTC+8 eclxpp...@gmail.com wrote:

> HI Team,
>
> I need for Edit and Delete operation of AdWords User List through  API . 
> Is this available please assist in this API.
>
> Thanks 
> eclxpp
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9599ec9c-577e-4905-9b6e-c41526e71be9n%40googlegroups.com.


Re: Metrics cannot be requested for a manager account.

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/Xh40zZPd0h8) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Friday, June 11, 2021 at 9:10:12 AM UTC+8 ngoc.ng...@gmail.com wrote:

> I created a google ads test manager account and tried to run  the 
> following  example and got the following error . It seems that I need to 
> add account and campaign under test MCC account, but couldn't do so.
>
> Error:
> Request made: ClientCustomerId: 7196751964 <(719)%20675-1964>, Host: 
> googleads.googleapis.com, Method: 
> /google.ads.googleads.v7.services.GoogleAdsService/SearchStream, RequestId: 
> smIrTYBxZYRKZnJyUV9xsQ, IsFault: True, FaultMessage: Metrics cannot be 
> requested for a manager account. To retrieve metrics, issue separate 
> requests against each client account under the manager account.
>
> API example: 
> https://developers.google.com/google-ads/api/docs/reporting/example
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d5883e8-7aeb-4a2e-b6d8-88f145023a08n%40googlegroups.com.


Re: How I get basic access?

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/GH59XRezYls) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Monday, June 14, 2021 at 12:24:49 PM UTC+8 farowa...@gmail.com wrote:

> I already apply for basic access but still it is test account, Now when I 
> will allowed for basic access with approve developer token,
>
> On Fri, 11 Jun 2021, 1:34 am Farowa prama shimu,  
> wrote:
>
>> Request with ID 'P7Ipe9zfIUO9L96rxASVqQ' has failed. Google Ads failure 
>> details: authorization_error: The developer token is not approved. 
>> Non-approved 
>> developer tokens can only be used with test accounts.
>>
>> When approved developer token?
>> I already apply for basic access.
>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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 adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@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...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/6c1c8eea-d48a-487d-bb2f-1640e732673en%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d601bf8-bcf6-486c-8815-b5df4c20dfc6n%40googlegroups.com.


Re: Offline Conversions missing in Google Ads

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/Cdzy776hEfs) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Friday, June 11, 2021 at 2:50:40 AM UTC+8 SP wrote:

> Hi,
> I use to upload offiline conversions on a daily basis and after some time 
> the conversions start being visible in Google Ads and some hours later all 
> conversions are there.
>
> But today after more than 12 hours since the upload conversions are not 
> visible.
>
> I am upload them using Google Adwords Api and checking all the API 
> responses i only have sucess response from the API.
>
> If there something that im missing or other way to check even if the API 
> return a sucess that the conversions were uploaded?
>
>
> Thank you very much
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4b2132c4-08a0-45dd-9dd8-bdf0b01055d2n%40googlegroups.com.


Re: How to create test client account under test MCC account

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/OsjBc0vrVTY) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Friday, June 11, 2021 at 2:17:26 AM UTC+8 ngoc.ng...@gmail.com wrote:

> I was able to create Google Ads Test Account, however, I couldn't create 
> the test client account or partner campaigns due to "Billing setups can not 
> be used based on current status of the customer." 
>
> Therefore, following some api forum, I tried to show canceled client 
> accounts by clicking the arrow next to my account number 719-675-1964 
> <(719)%20675-1964>, but I couldn't see any associated test client 
> account. Could you advise?
>
> Some reference:
>   
>
> https://developers.google.com/google-ads/api/docs/first-call/overview#:~:text=To%20create%20a%20test%20account,account%20are%20automatically%20test%20accounts
>
>
>
> https://stackoverflow.com/questions/61755493/is-there-a-way-to-create-a-test-adwords-client-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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/08b546bc-63e0-4852-aad2-711d5a4090d2n%40googlegroups.com.


Re: Ads API - which fields are of type Money?

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/IqeSk_SOMqY) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Thursday, June 10, 2021 at 11:25:04 PM UTC+8 mike.3@gmail.com wrote:

> I followed the blog series on the query builder with great interest (thank 
> you):
>
> https://ads-developers.googleblog.com/2021/05/the-query-builder-blog-series-part-8.html
>
> But where do you find which fields are of type Money, or returned in 
> micros? For example, metrics.average_cpc is returned from 
> the googleAdsFields as dataType DOUBLE.
> In the Discovery document (also referenced in the blog), doesn't help. Is 
> there a list of Money-type fields available somewhere?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/60949a51-d930-4307-b07e-6aad0ef17121n%40googlegroups.com.


Re: get access token - error 302

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/Vd-T_wykZ3A) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Thursday, June 10, 2021 at 10:37:39 PM UTC+8 89031...@mail.ru wrote:

> Hello 
> Please forgive me in advance for my English The Google Ads API client 
> library uses gRPC. However, my hosting provider does not give the option to 
> install gRPC. So I have to use the REST API. I am trying to get an access 
> token using the following code:
>
> $url = "https://accounts.google.com/o/oauth2/auth";;
> $arr = array(
> 'grant_type' => 'refresh_token', 
> 'refresh_token' => '***refreshtoken***', 
> 'client_id' => '***clientid***',
> 'client_secret' => '***clientsecret***',
> );
> $headers = array(
> 'Accept: application/json',
> 'Content-Type: application/json',
> );
> $post_arr=array();
> foreach ($arr as $key=>$value) {
> $post_arr[]=$key."=".$value;
> }
> $data=implode('&',$post_arr);
>
> $handle=curl_init();
> curl_setopt($handle, CURLOPT_CUSTOMREQUEST, 'POST');
> curl_setopt($handle, CURLOPT_URL, $url);
> curl_setopt($handle, CURLOPT_HTTPHEADER, $headers);
> curl_setopt($handle, CURLOPT_SSL_VERIFYPEER, false);
> curl_setopt($handle, CURLOPT_SSL_VERIFYHOST, false);
> curl_setopt($handle, CURLOPT_POST, true);
> curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
> curl_setopt($handle, CURLOPT_POSTFIELDS, $data);
> $response=curl_exec($handle);
> $code=curl_getinfo($handle, CURLINFO_HTTP_CODE);
>
> In response I get error 302 and the following
>
> 
> 
> Moved Temporarily
> 
> 
> Moved Temporarily
> The document has moved https://accounts.google.com/signin/oauth/error?authError=Cg9pbnZh..yIJAD&client_id=332052792041-lka09bsu9g3h15em6g2jeua8v429fk95.apps.googleusercontent.com
> ">here.
> 
> 
>
> What is my mistake?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c378402e-8e0a-4afe-b458-641e4649ae38n%40googlegroups.com.


Re: Would someone please tell me what is my API Access level upgrade status?

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/QRPKCfpcsRw) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Thursday, June 10, 2021 at 4:51:14 PM UTC+8 Dr. Stone wrote:

> Hi,
>
> Would someone please tell me what is my API Access level upgrade status? 
> I've already submitted the form and filled in all the fields already but 
> there is no way for me to check the status whilist that is very urgent for 
> me to have atleast the standard access level of developer token for my 
> company to develop our application...
>
> Please ... would someone helps us..? my customer ID is 105-436-0046
>
> Cheers,
> Stone
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/41eaf4cd-6ea2-4b42-90ee-367a3265e539n%40googlegroups.com.


Re: Can we continue to use permanently the refresh token created by the credentials of the APP that you have not completed your review?

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/bxfgnLR1_Ts) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Thursday, June 10, 2021 at 4:06:57 PM UTC+8 mintia522 wrote:

> Dear Team.
>
> I am preparing for the successful completion of your review of my APP in 
> order to go live with an APP that requires "sensitive scope".
>
> There are a few issues that need to be addressed, and while I am working 
> hard on them, I cannot predict when your review will be completed.
>
> The review is not yet complete, but I would like to request OAuth 
> authentication for my client using the APP credentials. I would like to use 
> the refresh token generated by it to call the API.
>
> However, since your review is not complete, if I do that, I will get a 
> warning before going to the OAuth authentication screen.I have a concerns 
> about that.
>
>  Can we continue to use permanently the refresh token created by the 
> credentials of the APP that you have not completed your review? Do you 
> place any restrictions on such tokens? Your response to these questions 
> will help our business a lot. I'm eager for a response.
>
> Best,
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f554c5f-a030-4ad7-8e43-16c240cd2cd8n%40googlegroups.com.


Re: help about hotel groups

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/3mpnjUmQCgw) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Thursday, June 10, 2021 at 4:04:17 PM UTC+8 happye...@gmail.com wrote:

> i can update adGroup cpcBidMicros now,
>  but i want update cpcBidMicros for each hotel in my hotel groups[image: 
> Snipaste_2021-06-10_16-01-40.png]
>
> this problem has bothering me for a long time, i want find class about 
> "hotel.class??"
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/73c04108-14c4-4b39-9929-e05313c895b2n%40googlegroups.com.


Re: hurry who can help me

2021-06-14 Thread AdWords API and Google Ads API Forum
Reposting the last inquiry 
(https://groups.google.com/g/adwords-api/c/lpD2dA1X_6g) from the forum as 
it wasn't routed to our support queue.

Cheers,
Peter Laurence Oliquino
Google Ads API Team

On Wednesday, June 2, 2021 at 4:41:56 PM UTC+8 jinpeng wang wrote:

> Most of the responses are normal, but a small number will report such 
> errors. What is the cause
>
> On Wednesday, June 2, 2021 at 4:37:15 PM UTC+8 jinpeng wang wrote:
>
>> request google api 2021-06-01 files
>> 0int(134)
>> 1int(498)
>> 2int(356)
>> 3WARNING: file was already added
>> WARNING: file was already added
>> WARNING: file was already added
>> WARNING: file was already added
>> WARNING: file was already added
>> WARNING: file was already added
>>
>>Google\Ads\GoogleAds\Lib\V6\GoogleAdsException 
>>
>>   {
>> "message": "Internal error encountered.",
>> "code": 13,
>> "status": "INTERNAL",
>> "details": [
>> {
>> "@type": 
>> "google.ads.googleads.v6.errors.googleadsfailure-bin",
>> "data": ""
>> },
>> {
>> "@type": "grpc-status-details-bin",
>> "data": ""
>> },
>> {
>> "@type": "request-id",
>> "data": "aAoHKvEdE7Itlz1lTU98Rw"
>> }
>> ]
>> }
>>
>>   at 
>> /data/www/dt/4.0/boost-dataadmin-api/vendor/googleads/google-ads-php/src/Google/Ads/GoogleAds/Lib/V6/GoogleAdsExceptionTrait.php:75
>>  71▕ 'previous' => $exception->getPrevious(),
>>  72▕ 'metadata' => $exception->getMetadata(),
>>  73▕ 'basicMessage' => $exception->getBasicMessage()
>>  74▕ ];
>>   ➜  75▕ return new GoogleAdsException($exception, 
>> $googleAdsFailure, $optionalArgs);
>>  76▕ }
>>  77▕ }
>>  78▕
>>
>>   [2m+4 vendor frames [22m
>>   5  
>>  
>> /data/www/dt/4.0/boost-dataadmin-api/app/Console/Commands/Tasks/GoogleAdjustConvAction2.php:164
>>   
>> Google\Ads\GoogleAds\Lib\V6\GoogleAdsServerStreamDecorator::iterateAllElements()
>>
>>   6  
>>  
>> /data/www/dt/4.0/boost-dataadmin-api/app/Console/Commands/Tasks/GoogleAdjustConvAction2.php:155
>>   
>> App\Console\Commands\Tasks\GoogleAdjustConvAction2::nextHandel(Object(Google\Ads\GoogleAds\V6\Services\GoogleAdsServiceClient),
>>  
>> "x", "SELECT conversion_action.id, 
>> conversion_action.category,conversion_action.counting_type,
>> conversion_action.name, conversion_action.type, customer.id FROM 
>> conversion_action", "2021-06-01")
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7740179b-e9c8-4ce5-9069-b0a58ae6386fn%40googlegroups.com.


Re: Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-06-14 Thread Google Ads API Forum Advisor
Hi Steve,

Glad to hear that you managed to make it work. That said, could you confirm if 
you have additional clarifications for our team regarding this topic?

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2I0AR4: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/LBkSj0QUOREO003lRKFBlRSj2Cgmwx2QIEfw%40sfdc.net.


Reporting by hour

2021-06-14 Thread Daniel Platt
I am querying campaigns by hour, but the report stops when the moment there 
is no data.

Take this query:

SELECT
customer.currency_code,
campaign.id,
campaign.name,
segments.date,
segments.hour,
metrics.average_cpc,
metrics.cost_micros,
metrics.clicks,
metrics.impressions,
metrics.search_absolute_top_impression_share,
metrics.search_top_impression_share,
metrics.search_impression_share
FROM campaign
WHERE segments.date DURING YESTERDAY
AND campaign.id = 123

It will produce data similar to this:

Date HourOfDay Impressions Clicks Cost
2021-05-01 0 0 0 £0.00
2021-05-01 1 0 0 £0.00
2021-05-01 2 0 0 £0.00
2021-05-01 3 0 0 £0.00
2021-05-01 4 0 0 £0.00
2021-05-01 5 0 0 £0.00
2021-05-01 6 0 0 £0.00
2021-05-01 7 0 0 £0.00
2021-05-01 8 124 27 £33.68
2021-05-01 9 158 19 £25.51
2021-05-01 10 229 38 £50.97
2021-05-01 11 232 34 £50.62
2021-05-01 12 225 47 £58.16
2021-05-01 13 208 37 £44.62
2021-05-01 14 226 36 £50.79
2021-05-01 15 187 34 £45.05
2021-05-01 16 150 31 £43.15
2021-05-01 17 147 22 £30.53
2021-05-01 18 124 23 £29.30
2021-05-01 19 102 16 £25.25
2021-05-01 20 75 11 £17.86
2021-05-01 21 34 4 £7.27

There is no data after hour 21, even though hours 0 - 7 are also empty.
 My expectation is that hours 22 and 23 should be included even though they 
are zeros.

I have used 2 different client libraries and they both produce the same 
results.
Therefore, I think this is happening at the API level.

Daniel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d8a128b-b702-415b-a835-57f32c9b85ban%40googlegroups.com.


Recommended Target ROAS

2021-06-14 Thread 'Narek Margaryan' via AdWords API and Google Ads API Forum
Hi, 

I am trying to get a Target ROAS recommendation value for a portfolio 
bidding strategy using the Google Ads API. I'd like to get the same value 
that's displayed in the shared library when creating a new bidding 
strategy. I have attached a screenshot of the UI to make it more concrete.

I tried querying the *recommendation *resource, but it doesn't have this 
value. 

Does the API have support for this? 

Thank you,
Narek

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8784563a-ea19-42a5-85c7-58e217d570fen%40googlegroups.com.


Usage of the API (for Python) to add remarketing audience lists.

2021-06-14 Thread Eliza K
Hello,
we would like to use the API (for Python) to add remarketing audience lists.
We would like to use the 'category' parameter which we will provide the 
appropriate value according to which the list is to be created.
Can we get a sample JSON with completed data that we can follow?
When using the 'get' method, is the 'name' parameter the one that 
corresponds to what we want to establish the list?
Or is there another function in the API for that?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/95989349-f692-4f2e-97ba-54bb338445fbn%40googlegroups.com.


Error when trying to connect API Ads by python

2021-06-14 Thread Miguel Martínez
googleads.errors.AdWordsReportBadRequestError: Type: 
QuotaCheckError.INVALID_TOKEN_HEADER
  

Trigger: New developers must use the Google Ads API: 
https://developers.google.com/google-ads/api/docs/start

 Field Path: None

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5c8e19e1-aa9b-4a4f-bce2-bfda982d7f85n%40googlegroups.com.


Get CPC and cost by query

2021-06-14 Thread RainMaker Rainsoft
Hello,

I am using  google ads api version 7 and I want to get campaign Cost, CPC 
but not average. 

Waiting for the reply.

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/59aaa588-b3e0-44e2-bf80-83ef93647162n%40googlegroups.com.


How to get Get campaign performance report using Google Ads Query

2021-06-14 Thread RainMaker Rainsoft
Hello,
Can you tell me how to get Get campaign performance report using Google Ads 
Query?


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/1aeff756-0def-4568-a708-277d32160c66n%40googlegroups.com.


Re: Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-06-14 Thread Steve Wilcox
No, I don't think I do.

On Mon, Jun 14, 2021 at 3:52 AM Google Ads API Forum Advisor
 wrote:

> Hi Steve,
>
> Glad to hear that you managed to make it work. That said, could you
> confirm if you have additional clarifications for our team regarding this
> topic?
>
> Best regards,
>
> [image: Google Logo]
> Peter Laurence Napa Oliquino
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2I0AR4: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/_0LlDnUEeSo/unsubscribe.
> To unsubscribe from this group and all its topics, 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/LBkSj0QUOREO003lRKFBlRSj2Cgmwx2QIEfw%40sfdc.net
> 
> .
>


-- 
Steve Wilcox
Developer | ResNexus
swil...@convoyant.com | ResNexus.com

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CANALui7Dz%2BT2_RW_wf5%3DD%3DrkwvDT46uqed5f_yH7Xm323aTqAA%40mail.gmail.com.


RE: Average CPC and Average Cost not correct

2021-06-14 Thread Google Ads API Forum Advisor
Hello,

Thanks for reaching out. Can you please privately reply with the customer ID 
and the full report (including the date range and the data)?

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2IuZ2I: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/-U6Eg0QUP3ZB003Bj_uIa0TomaThup57G2xA%40sfdc.net.


Re: Update keyword using Google Ads Rest API

2021-06-14 Thread Dp Patel
I am running a AuthenticationInWebApplication  provided by Google and It 
says client library should be able to refresh token automatically. I have 
provided refresh token in the appsettings.json file for the 
AuthenticationInWebApplication project and it's not able to refresh the 
oauthtoken it looks like. Could you please help?

On Thursday, June 10, 2021 at 4:17:42 PM UTC-4 adsapi wrote:

> Hi,
>
> Thank you for reaching out. The keyword could not be changed once it is 
> created either via the Rest API endpoints directly or via the client 
> libraries. The code example you shared is how to change the keyword for an 
> ad group rather than updating the keyword itself. For your other question, 
> please try to regenerate the refresh token and issue the call again.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2I1Ycn: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/d5794398-fa74-4b2a-8a45-2246d2bd4e29n%40googlegroups.com.


RE: How to import UserLists the custom audience , using the remarketing

2021-06-14 Thread Google Ads API Forum Advisor
Hi Elis,

Thank you for sending me the request/response. I hope you deleted your post 
quickly, if it was exposed for too long there's a chance that someone can see 
it. Please note, it is not recommended to share developer token on public 
forum. When needed, we have alternate channels to receive private data.

Let me bring up to my team what you are experiencing and we will get back to 
you as soon as possible.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2IuadG: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/b_w180QUPELQ00s_AD3u73RJmL_Pk5Arh02Q%40sfdc.net.


Re: Ad Disapproved For PHONE_NUMBER_IN_AD_TEXT When Ad Does Not Have Phone Number

2021-06-14 Thread Pete Lavetsky (AdWords API Guru)
Bump?

On Monday, June 14, 2021 at 5:13:47 AM UTC-4 AdWords API and Google Ads API 
Forum wrote:

> Reposting the last inquiry (
> https://groups.google.com/g/adwords-api/c/XTiXR6IXZlU) from the forum as 
> it wasn't routed to our support queue.
>
> Cheers,
> Peter Laurence Oliquino
> Google Ads API Team
>
> On Friday, June 11, 2021 at 9:37:28 PM UTC+8 Pete Lavetsky (AdWords API 
> Guru) wrote:
>
>> Good morning,
>>
>> We have an EXPANDED_TEXT_AD that is marked as following:
>>
>> policy_topic_entries : [type: PROHIBITEDtopic: "PHONE_NUMBER_IN_AD_TEXT"]
>> review_status : REVIEWED
>> approval_status : DISAPPROVED
>>
>> The Ad looks like:
>>
>> resource_name : customers/3722803595/adGroupAds/126284834587~526601161599
>> status : ENABLED
>> type : EXPANDED_TEXT_AD
>> headline_part1 : 2009 Toyota Corolla
>> headline_part2 : As Low As $12,216
>> headline_part3 : Contact Us For More Info
>> description : Hurry, Get Yours Before It's Gone. Check Out Photos, 
>> Features & Pricing Online.
>> description2 : We Offer Transparent Pricing, Quality Models & Flexible 
>> Financing Solutions. Call Us.
>> path1 : Toyota
>> path2 : Corolla
>>
>> As you can see there's no phone number in the Ad.
>>
>> On mutate we have attempted to add an ignorable policy topic as such:
>>
>>   policy_validation_parameter {
>>
>> ignorable_policy_topics: "PHONE_NUMBER_IN_AD_TEXT"
>>
>>   }
>>
>> This results in a temporary change in the approval status:
>>
>> review_status : REVIEW_IN_PROGRESS
>> approval_status : UNKNOWN
>> But that eventually reverts back to:
>>
>> policy_topic_entries : [type: PROHIBITEDtopic: "PHONE_NUMBER_IN_AD_TEXT"]
>> review_status : REVIEWED
>> approval_status : DISAPPROVED
>>
>> How can we go about fixing this? Clearly the Ad does not have a phone 
>> number in it.
>>
>> Is there a different PolicyValidationParameter we should be attaching? ( 
>> https://developers.google.com/google-ads/api/reference/rpc/v8/PolicyValidationParameter
>>  
>> )
>>
>> Thanks
>> Pete
>>
>

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

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


Re: KEYWORD_HAS_INVALID_CHARS: List of invalid characters for keywords

2021-06-14 Thread dhmitc...@gmail.com
Those guidelines don't say anything about keywords and it's hard to tell if 
any of the bullets apply (e.g., non-grammatical ordering shouldn't apply to 
keywords imho)

On Thursday, 8 October 2020 at 11:16:06 UTC-4 adsapiforumadvisor wrote:

> Hi Ronald,
>
> Here are some guidelines 
> 
>  
> for the text that is allowed for ads and keywords. If you have additional 
> questions, you should reach out to the product team 
> .
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>  
>
> ref:_00D1U1174p._5004Q267jBm: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/fa6c906a-f940-46b4-8331-ab815f72e01dn%40googlegroups.com.


get radius targets.

2021-06-14 Thread AdWordsAPI-Gnr
Hello,
I need solution to prevent bots or fake clicks. I created radius targets 
for my ad. I can get the information of the incoming click simultaneously 
with the tracking template. But I also want to get radius targets. How can 
I do that? I have the standard ads api token. I've been using google 
adwords api for over 10 years. Can you support for an idea or solution?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/77692896-0282-479f-9281-aa0fe7170c88n%40googlegroups.com.


Is Campaign Type available in Campaign resource?

2021-06-14 Thread Alfonso Hernandez
Hey guys,

I'm wondering if the Campaign Type is available in the Campaign resource? 
Tried to lookup in the Google Ads API documentation and did not find it. 
I'm asking this because one of the reporting analysts asked me about this 
field because he sees it in the Google Ads UI, so I want to make sure if we 
can ingest it or not.

Thanks!

Alfonso

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5e8bb47b-912b-4dd2-b300-cbc5c85d8e46n%40googlegroups.com.


RE: How I get basic access?

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

I appreciate your patience to this concern. Allow me to provide support to your 
concern.

Could you confirm if my understanding is correct that you want your basic 
access request to get approved to address the error? If yes, then you may fill 
up this form to notify the Compliance team about your request as they are the 
one approving and processing your request.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2Iv6nU: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/PuQ_Q0QUPZTM000OFS0D7kRTKugFacr9Lleg%40sfdc.net.


RE: Ad Disapproved For PHONE_NUMBER_IN_AD_TEXT When Ad Does Not Have Phone Number

2021-06-14 Thread Google Ads API Forum Advisor
Hi Pete,

I appreciate your patience to this concern. Allow me to provide support here.

Since there is no phone number associated to your ad, then the error should not 
encountered and policy exemption should not be used on this scenario. With 
this, so that our team could investigate why the issue is occurring, could you 
provide the complete request and response logs with request ID generated on 
your end where we can see the error?

Please provide the requested details via Reply privately to author option.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDJl: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/e1WoK0QUQ0R600RJrxzUUVTWC0RoCA_e1ltQ%40sfdc.net.


TemporaryID for Label when adding AdGroupAd

2021-06-14 Thread Viet Nguyen Huy
Hello,
I'm using GoogleAdsAPIs version 8, in the Batch Job Processing guide 
,
 
as I understand, I can create a Label with temporary resource_name: 
*customers/x/labels/-1 
*then set this resource_name to labels field of an AdGroupAd. This way, 
when run batchJob, I can create a new AdGroupAd and a new Label at the same 
time and also apply the new Label to the new AdGroupAd. I tried with this 
example 
, 
however, only the AdGroupAd is created, the label is not. The log said that 
I can not set the resource_name of Label in create operation. 

Mutate job #0 has a status 'Field 'resource_name' cannot be modified by 
'CREATE' operation., at 
mutate_operations[0].label_operation.create.resource_name' and response of 
type 'N/A'.
Mutate job #1 has a status 'N/A' and response of type 'AD_GROUP_AD_RESULT'.

Is Label support the use of temporaryId? 

Thanks for your feedback and best regards,
Viet

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2aaa77bf-1fb3-40d2-9b5a-faa8544b1b58n%40googlegroups.com.


RE: Metrics cannot be requested for a manager account.

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for posting your concern.

Please note that report types of the Google Ads API reporting, especially with 
metrics, can only be requested against client account, not MCC. With this, I 
would suggest generating report using client account by indeed creating new one 
that under the said MCC account.

Also, could you provide more details on the issue that you encountered on 
creating client account and campaign to check and address it?

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDQ4: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/QwUmX0QUQ1JI00vLxqgHCRRueSbZJKK2ckkQ%40sfdc.net.


Re: Service account and client secret

2021-06-14 Thread Google Ads API Forum Advisor
Hi Shikha,

I work with Mark and allow me to assist you.

For generating a service account, you may continue to refer to this guide. For 
issues that you may encounter when authenticating using the service account, 
even after following the API guide, you may reach out to the Google API Console 
support team, via this link, as they are the more appropriate team to provide 
guidance related to authentication credentials.

You may also note that you can use either the recommended flow or the service 
account to authenticate your API requests to retrieve, create, or modify data 
within your Google Ads account.

As for the below :

1. "IP = IP of click app =
app Id for marketing
device = device type id of user
mobile phone (eg iphone 6 plus, huawei etc)
OS = OS version
channel = channel id of publisher
click_time = time stamp of click (UTC)"

2. "And also there is no API, as I searched very much, seems to return above 
parameters, so could you please let me know which scope's which API would be 
used for this?" Could you further elaborate your concern on the above items?

So our team can more accurately assist you, could you further elaborate on the 
above items?

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2I1MKN: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/_Tnnu0QUQ2VR00tzutvSW4RxqSMGcYfPECAQ%40sfdc.net.


RE: Offline Conversions missing in Google Ads

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for raising your concern.

Could you clarify how did you encounter the issue and how are you monitoring 
uploaded conversions? If you are using report, then please note that the 
uploaded conversions will be reflected in reports for the impression date of 
the original click, not the date of the upload request or the date of the 
conversion_date_time of the ClickConversion. With this, you may also try to 
filter the report according here.

Also, you may refer to the data's freshness guide to know when the uploaded 
conversion will be available in your account.

Furthermore, since you've mentioned that there is no error in the API requests, 
then I would suggest reaching out to the product team also via this link for 
this concern. The reason is, they are more equipped to explain how uploaded 
conversions is accumulated in the account.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDeU: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/Klu6Y0QUQ33N00bpkjYCppT-ec4dfh2fCyGg%40sfdc.net.


RE: Get Target ROAS recommendation from Google Ads API

2021-06-14 Thread Google Ads API Forum Advisor
Hi Narek,

Could you confirm if you have already referred to the Recommendations guide? In 
the said guide, you should be able to extract the 
target_roas_opt_in_recommendation. That said, could you confirm if this is what 
you're looking for?

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Iv34r: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/Z3DEj0QUQ3NB00NNcPtGXGRhaE9kQbk-L29g%40sfdc.net.


RE: Unable to see an adaccount name for which user has manager permission

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for reaching out. I had to remove your initial posts as it contained 
the information of your logs.

Moving forward, so our team can have a closer look at the issue, could you 
provide the client account ID of the "G Adventures API" account? Also is the 
said account indeed under your MCC/manager account's direct hierarchy?

In addition, you may also note that, if any Google Ads account has been 
cancelled or inactive, they will no longer be returned in requests using the 
ManagedCustomerService get requests.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2Iv7Tk: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/1vvXl0QUQ5HK00YLWAWONTTV-Og8luLwJiRQ%40sfdc.net.


account budget update api!

2021-06-14 Thread 박대한

Hi 
When the hell will the budget update API be available?

-Reference--
Mutates: The CREATE operation creates a new proposal. UPDATE operations 
aren't supported. The REMOVE operation cancels a pending proposal.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/be067ec2-5e0b-406f-9e85-14df1e672433n%40googlegroups.com.


ads api (AccountBudgetProposalService)

2021-06-14 Thread Daehan Park
Hi 
When the hell will the account budget update API be available?

-Reference--
Mutates: The CREATE operation creates a new proposal. UPDATE operations 
aren't supported. The REMOVE operation cancels a pending proposal.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/47eeec57-eadd-437e-9a06-b88bb2a4be7cn%40googlegroups.com.


RE: Is it possible to implement search by city?

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for reaching out.

Our team specializes in AdWords / Google Ads API related concerns. Since you 
mentioned Google Place API, are you referring to the Places API? If yes, you 
can reach out to their support team via this link instead, for further 
assistance.

I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2IvCxC: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/6dKTC0QUQ9OR001mkXJ1PfTeuNxzkiVOsXCA%40sfdc.net.


RE: How to create test client account under test MCC account

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for posting your concern.

Could you confirm if the said error was encountered in the UI after the 
creation of the test MCC account? If yes, then you may skip this process as the 
campaign under the test account will not go live and will not accumulate cost. 
However, if you continue to encounter issues creating the test account via the 
UI, I would recommend that you reach out to the Google Ads Product Support team 
via this link, for further guidance on UI related concerns or issues.

Then, you may instead try to add new client accounts using the API by referring 
to this sample code.


Hope this will help. Let me know if you have further questions.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDf9: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/srvM-0QUQATD00aWqpGH-7SFeUiICjfnZbuw%40sfdc.net.


RE: Ads API - which fields are of type Money?

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

I appreciate you patience to this concern. Allow me to provide support.

I am afraid that there is currently no documentation where we can see all the 
list money fields or metrics that will return values in terms of micros. With 
this, allow me to a raise a feature request to my team, subject for review.

For the meantime, please follow our blog to receive updates and new releases.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDmn: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/iJJuP0QUQB2Y00VMoQbSuLTMO-3vYd9hi-eg%40sfdc.net.


RE: Edit and Delete API for Adwords Userlist

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for reaching out to our API support team.

Could you confirm if you are using the AdWords API or the Google Ads API? If 
you are using the AdWords API, you may only be able to modify your userslists 
since the REMOVE operator is not supported in the 
AdwordsUserListService.mutate().

If you are using the Google Ads API, you may refer to this document, 
specifically to this section, on how you can manage your existing userlists.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDQ3: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/qawxH0QUQCI2004EFynyuDS1uJn5neeCSiQQ%40sfdc.net.


RE: Ads API - which fields are of type Money?

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

I appreciate your patience to this concern. Allow me to provide support.

I am afraid that there is currently no documentation where we can see all the 
list of money fields or metrics that will return values in terms of micros. 
With this, allow me to raise a feature request to my team, subject for review.

For the meantime, please follow our blog to receive updates and new releases.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDmn: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/ntV1V0QUQCS200Nbq1aY91R-2wOBggmRMuCQ%40sfdc.net.


RE: UAC campaign details using Google ads api

2021-06-14 Thread Google Ads API Forum Advisor
Hi,

Thank you for your question.

Could provide the exact campaign type (advertising_channel_type) or sub type 
(advertising_channel_sub_type) of the UAC campaign you are referring to? I 
asked because for app campaigns, you will need to create an ad (AppAdInfo, 
AppEngagementAdInfo) where you can associate your assets to.

You may also note that the ad_group_ad_asset_view focuses on the link between 
an AdGroupAd and an Asset, that's is why ad_id is included sa resource name, 
and the ad's ID should then represent the ad_id in your concern.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2IvDGN: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/xvRbn0QUQD0J00tejHplkLRDWb_veSOIXCUg%40sfdc.net.