Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2020-09-08 Thread Tarannum
Hi all, Please let me know the solution get in order to get 
ClientCustomerid from Customerid of the Client who access my Goggle  App 
with Login process.
Please help. Its urgent.

On Friday, October 18, 2019 at 5:03:54 PM UTC+2 adsapiforumadvisor wrote:

> Hi Niti,
>
> You can get the currency of the account by selecting the
>  AccountCurrencyCode 
> 
>  from 
> the Account Performance Report 
> .
>  
> See this sheet 
> 
>  for 
> the currency code conversions.
>
>
>
> Regards,
> Anthony
> Google Ads API Team
>
>
>
> ref:_00D1U1174p._5001UKM2Ru: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/964b18b1-6496-4030-8eb0-2e7530a03c1dn%40googlegroups.com.


Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2020-09-08 Thread Zweitze
Any progress?



On Friday, August 14, 2020 at 10:55:52 PM UTC+2, adsapiforumadvisor wrote:
>
> Hi Zweitze,
>
> We'll take a closer look at this and let you know why this is happening.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23JHll: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/4cc29a87-8be6-41a0-a9b0-d16782db21b3o%40googlegroups.com.


Re: How is the metric search impression share aggregated?

2020-09-08 Thread Zweitze
I researched this long time ago - you may check the search function for old 
discussions on aggregating.
Basically it's not possible. Sometimes the API pushes out results like "< 
10.00%" which are impossible to handle.

But if you only get numeric results then aggregation is possible.
To do so, you should realize that SearchImpressionShare only reports the 
impression share on the Search network. Xiaomings answer is basically 
correct, but you should only use it with impressions on the Search network. 
Therefore, you should exclude all impressions from other networks - for 
instance, impressions on video campaigns are the number of times a video 
was played on YouTube.

You cannot use AdvertisingChannelType to exclude non-Search campaigns. 
Campaigns with channel MULTI_CHANNEL or EXPRESS advertise on Search network 
AND other networks, but you only get the total impressions. Instead, filter 
on AdNetworkType2. Filter on SEARCH only, SEARCH_PARTNERS




On Monday, September 7, 2020 at 10:14:08 PM UTC+2, Aram Maliachi wrote:
>
> Sorry, I believe the provided response is not accurate. Even though it 
> tests successfully with the initial given case it fails in most situations. 
> Take the following data as an example:
>
> [image: Screen Shot 2020-09-07 at 15.11.48.png]
>
> Here I'm looking for the *33.45%* for the campaign aggregated. Again, 
> requesting *metrics.search_impression_share, metrics.impressions, 
> segment.date FROM campaign WHERE segment.date BETWEEN '2020-08-01' AND 
> '2020-08-10'* to the *search_stream* endpoint results in the following 
> response (find attached as csv):
>
> [image: Screen Shot 2020-09-07 at 15.05.25.png]
>
> Which matches the reporting UI perfectly with higher detail. However using 
> the formula provided in Google's support latest response I'm getting 
> *0.396678851* as a result instead of *0.3345**.
>
>
> On Monday, September 7, 2020 at 9:10:06 AM UTC-5 Aram Maliachi wrote:
>
>> Thanks!
>>
>> On Friday, September 4, 2020 at 1:56:58 PM UTC-5 adsapiforumadvisor wrote:
>>
>>> Hi Aram,
>>>
>>> Thank you for reaching out. Doing the total search_impression_share 
>>> calculation is not simply adding up the individual search_impression_share 
>>> and having it divided by the number of items. For instance, in your case, 
>>> if 479 is the total impressions, you would need to use this formula (89.62% 
>>> * 285 + 89.40% * 194)  / 479 = 89.53% to calculate the total 
>>> search_impression_share.
>>>
>>> Thanks and regards,
>>> Xiaoming, Google Ads API Team
>>>
>>>
>>>
>>>
>>> [image: Google Logo] 
>>> Xiaoming 
>>> Google Ads API Team 
>>>   
>>>
>>> ref:_00D1U1174p._5004Q24Z2io: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/465558ef-bfe9-4708-b7fa-044db24276b4o%40googlegroups.com.


GOOGLE ADS API

2020-09-08 Thread Brayan Dimas
Need help,

Hi there, how to fetch data from google ads api. thank you 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/dce974b1-2e34-4cfe-a9e4-4c752d1d0156n%40googlegroups.com.


Re: How is the metric search impression share aggregated?

2020-09-08 Thread Zweitze
I researched this long time ago - you may check the search function for old 
discussions on aggregating.
Basically it's not possible. Sometimes the API pushes out results like "< 
10.00%" which are impossible to handle.

But if you only get numeric results aggregation with higher accuracy is 
possible.
To do so, you should realize that SearchImpressionShare only reports the 
impression share on the Search network. Xiaomings answer is basically 
correct, but you should only use it with impressions on the Search network. 
Therefore, you should exclude all impressions from other networks - for 
instance, impressions on video campaigns are the number of times a video 
was played on YouTube.

You may consider to use AdvertisingChannelType for excluding non-Search 
campaigns. Campaigns with channel MULTI_CHANNEL or EXPRESS advertise on 
Search network AND other networks, but you only get total impressions on 
all networks - too much.
You can also filter on AdNetworkType2. Filter on SEARCH only, you better 
not include SEARCH_PARTNERS (you may want to read up what that truly 
means!). Unfortunately AdNetworkType2 has the predicate value MIXED, 
showing cross-network results. I have no idea what a cross-network 
impression could mean, but these results do exist.

In my case I filter on AdNetworkType2. When a campaign manager finds a 
difference with the Web UI (rarely happens) it's always the partner 
network, and when I explain partner networks, they are horrified and turn 
partner networks off - and never mention it again.

Conclusion, as long as you don't get results like "< 10.00%" you should be 
able to reach a much higher accuracy.


On Monday, September 7, 2020 at 10:14:08 PM UTC+2, Aram Maliachi wrote:
>
> Sorry, I believe the provided response is not accurate. Even though it 
> tests successfully with the initial given case it fails in most situations. 
> Take the following data as an example:
>
>
>
> Here I'm looking for the *33.45%* for the campaign aggregated. Again, 
> requesting *metrics.search_impression_share, metrics.impressions, 
> segment.date FROM campaign WHERE segment.date BETWEEN '2020-08-01' AND 
> '2020-08-10'* to the *search_stream* endpoint results in the following 
> response (find attached as csv):
>
>
>
> Which matches the reporting UI perfectly with higher detail. However using 
> the formula provided in Google's support latest response I'm getting 
> *0.396678851* as a result instead of *0.3345**.
>
>
> On Monday, September 7, 2020 at 9:10:06 AM UTC-5 Aram Maliachi wrote:
>
>> Thanks!
>>
>> On Friday, September 4, 2020 at 1:56:58 PM UTC-5 adsapiforumadvisor wrote:
>>
>>> Hi Aram,
>>>
>>> Thank you for reaching out. Doing the total search_impression_share 
>>> calculation is not simply adding up the individual search_impression_share 
>>> and having it divided by the number of items. For instance, in your case, 
>>> if 479 is the total impressions, you would need to use this formula (89.62% 
>>> * 285 + 89.40% * 194)  / 479 = 89.53% to calculate the total 
>>> search_impression_share.
>>>
>>> Thanks and regards,
>>> Xiaoming, Google Ads API Team
>>>
>>>
>>>
>>>
>>> [image: Google Logo] 
>>> Xiaoming 
>>> Google Ads API Team 
>>>   
>>>
>>> ref:_00D1U1174p._5004Q24Z2io: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/230b15f1-0fb7-4ea3-a99b-6bd35b27600ao%40googlegroups.com.


Customer client ID

2020-09-08 Thread Brayan Dimas
Where do i get the clientCustomerId in google ads api ? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c5fcac0a-d469-4e80-815b-c5e4e8c4bfc1n%40googlegroups.com.


Re: OfflineConversionError.INVALID_CONVERSION_TYPE error when submition conversion, while UploadConversion was created much earlier

2020-09-08 Thread don....@gmail.com
Hello Danica, thank you! Looking forward for an update!

On Thursday, September 3, 2020 at 7:29:42 PM UTC+3 adsapiforumadvisor wrote:

> Hello,
>
> Yes, since your click did not fall under any of the common causes of the 
> error, it should theoretically be accepted by the API. I will check on this 
> further internally within the team. We will reach out to you once we have 
> an update.
>
>
> Regards,
> [image: Google Logo] 
> Danica 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q23wbBI: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/da37a0c0-9ece-4fad-8095-637674e38e01n%40googlegroups.com.


Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello Zweitze,

We're still identifying the root cause of this. Sorry for keeping you waiting.
Once I have more news, I'll inform you via this email thread.

Best,
Thanet, Google Ads API Team
ref:_00D1U1174p._5004Q23JHll: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/X8DRA0QGC2G1005RWZCLngTM6P8J9OMH5SJA%40sfdc.net.


Re: Customer client ID

2020-09-08 Thread Андрей Ласевичев
$id = 'id customer or null'
$customerService = $this->adWordsServices->get($this->session, 
CustomerService::class);
$customers = $customerService->getCustomers($id);
foreach ($customers as $item) {
$result[] = [
'Id' => $item->getCustomerId(),
'Name' => $item->getDescriptiveName(),
'СurrencyCode' => $item->getCurrencyCode(),
'DateTimeZone' => $item->getDateTimeZone(),
'isManagerAccount' => $item->getCanManageClients(),
];
}

вторник, 8 сентября 2020 г. в 13:16:03 UTC+5, braya...@gmail.com: 

> Where do i get the clientCustomerId in google ads api ? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e1cb1806-1d8b-44ae-a5e4-0fbd285c1810n%40googlegroups.com.


Re: Customer client ID

2020-09-08 Thread Андрей Ласевичев
sorry, $id not used

вторник, 8 сентября 2020 г. в 14:53:08 UTC+5, Андрей Ласевичев: 

> $id = 'id customer or null'
> $customerService = $this->adWordsServices->get($this->session, 
> CustomerService::class);
> $customers = $customerService->getCustomers($id);
> foreach ($customers as $item) {
> $result[] = [
> 'Id' => $item->getCustomerId(),
> 'Name' => $item->getDescriptiveName(),
> 'СurrencyCode' => $item->getCurrencyCode(),
> 'DateTimeZone' => $item->getDateTimeZone(),
> 'isManagerAccount' => $item->getCanManageClients(),
> ];
> }
>
> вторник, 8 сентября 2020 г. в 13:16:03 UTC+5, braya...@gmail.com: 
>
>> Where do i get the clientCustomerId in google ads api ? 
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eb616fd7-5b8f-4ed9-a1e6-9e08b1918dban%40googlegroups.com.


Redundant versioning in Google Ads API Python examples - are there better ways?

2020-09-08 Thread Mat
Hi,

In your Python code example for "Create Customer 
"
 
(and others). the versioning seems highly redundant to me:

def main(client, manager_customer_id):
customer_service = client.get_service("CustomerService", *version**="v5"*)
customer = client.get_type("Customer", *version**="v5"*)


I was wondering, if there is a way to set the version on a higher level, 
e.g. on the "google_ads_client" level when creating the object as in here:

google_ads_client = (
google.ads.google_ads.client.GoogleAdsClient.load_from_storage()
)


..or while importing the library:

import google.ads.google_ads.client


... or somwhere in the google-ads.yaml

I've seen some skripts where dozens of lines of code contain this ", 
version="vX" - part. I guess there is a smarter way - right?

Regards
Mat



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ad821979-9bbe-4810-ac00-e217a3065db8o%40googlegroups.com.


Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi,

I looked up the entities in our database and cross-checked against the logs I 
pulled based on the information you shared. I can't spot anything wrong, so I 
have asked the relevant teams to investigate. I'll keep you posted as I hear 
from them.

Cheers
Anash P. Oommen,
Google Ads API Team.
ref:_00D1U1174p._5004Q23waV2: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/3O3ov0QGC80I00JEz5vNX5STaOsYRmWaPhFw%40sfdc.net.


keyword tables & search query stats

2020-09-08 Thread Suraj Chopade
Hi
Could anyone help me to know what should be the join criteria I should use 
to join the keyword and search_query_stats table. I have loaded the google 
adwords data to bigquery using transfer services.
Basically I want to know which keywords triggered the ads for given search 
terms.
-- 
*
***Disclaimer**
*This email communication (including any attachments) 
contains information which is confidential and may be legally privileged. 
It is for the exclusive use of the intended recipient/s. If you are not the 
intended recipient, please delete this email communication (including any 
attachments) and hard copies immediately, please preserve its 
confidentiality and notify the sender. Any unauthorized use or 
dissemination of this email communication (including any attachments) in 
any manner whatsoever, in whole or in part, is strictly prohibited. This 
email communication (including any attachments), may not be free of 
viruses, you should carry out your own virus checks before opening any 
attachment to this e-mail. The sender of this e-mail and Cuelogic 
Technologies shall not be liable for any damage that you may sustain as a 
result of viruses, in completeness of this message, a delay in receipt of 
this message. Any views or opinions presented in this email are solely 
those of the author and do not necessarily represent those of Cuelogic 
Technologies. Cuelogic Technologies will not accept any liability in 
respect of such content of this email, and the author shall be solely 
responsible and will be personally liable for any damages or other 
liability.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f60231c3-3c57-419c-9750-35c7867c304an%40googlegroups.com.


Re: How to convert Google-Ads API GoogleAdsRow to json?

2020-09-08 Thread kol...@exito.de
We are using the Python client library because we don't want to write all 
the basic stuff.

In the meantime I found out how you can directly convert the API result to 
a pandas dataframe in Python:

from pandas import json_normalize
from google.protobuf.json_format import MessageToJson
...

results_report = ga_service.search(account_id, query=query_report, 
page_size=_DEFAULT_PAGE_SIZE)

list_all_rows = []

for row in results_report:  
serialized_json = MessageToJson(row).replace('\n', '')
serialized_json_dict = json.loads(serialized_json)

df_row = json_normalize(serialized_json_dict)  
list_all_rows.append(df_row)

if len(list_all_rows) == 0:
continue

df_all_rows = pd.concat(list_all_rows)


This works fine in Ads API v4 and v5. The same code works for 5 or 50 
columns.
TBH: I can't understand why you don't provide such a compact transformation 
from the API result to a dataframe in your library examples.

Who wants to retrieve every single field like this (taken from the 
examples)?  That's awkward and tedious  ;-)

for row in results:
 ad_group = row.ad_group
 ad_group_criterion = row.ad_group_criterion
 keyword = row.ad_group_criterion.keyword  
 ... 

adsapiforumadvisor schrieb am Montag, 20. Juli 2020 um 15:30:55 UTC+2:

> Hi Thomas,
>
> Thank you for reaching out. I just want to confirm that you're following this 
> example 
>  
> when making the cURL request to get the JSON response. If so, please share 
> your client customer ID, cURL request, and any additional error details *via 
> Reply privately to author *so I can further investigate the issue.
>
> Regards,
> Mitchell
>
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q21msBS: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/5bf43a6c-fc5b-45d6-a315-b5b8c62b6d00n%40googlegroups.com.


Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi All,

While Pratik investigates, it might be worth looking at previous Issues filed 
against the PHP library to see if other users have encountered this issue 
already.

If not, filing an Issue there might help you get the issue resolved more 
quickly because the users there have much more experience with the library. 
This support forum is intended to help with more general API issues, but his 
problem seems related to the PHP library, specifically.

Best,
Ben, Google Ads API Team
ref:_00D1U1174p._5004Q1zsDUN: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/QLf480QGCD1300v4Dl5riVRriGy2CwOkLcrw%40sfdc.net.


Re: Linking Google Ads account with Analytics - how to turn on views

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Naresh,

I'd suggest reaching out to the Analytics Team through the email that Hiroyuki 
mentioned. You can also reach out to the team through their support page here.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5001UKNwAf: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/FdYbr0QGCEYK00xGFxOHTdRzmFybU-HRztyA%40sfdc.net.


RE: AdWords API functionality change to AdvertisingChannelType?

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi John,

Apologies for the delayed response here.

Previously "Discovery" campaigns had the Advertising Channel Type of "UNKNOWN," 
however we published a change that caused them to be named properly in reports.

There's no behavioral change, and we're working on updating our documentation 
so that "Discovery" is included.

Best,
Ben, Google Ads API Team
ref:_00D1U1174p._5004Q23KBLW: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/7S7el0QGCF66009BD89jXVSIOAN-5VKTCFpg%40sfdc.net.


RE: search_click_share at ad_group level not available, contrary to documentation (google ads api beta)

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello -

Just following up to let you know that we're still working on this problem. 
I'll update this thread once I have more information.

Best,
Ben, Google Ads API Team
ref:_00D1U1174p._5004Q23IO39: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/DnfNI0QGCFKY00PMJFddeSQJWjVR8WNFarAw%40sfdc.net.


Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-08 Thread 'Daniel Lucash' via AdWords API and Google Ads API Forum
I have replied privately as requested. I don't see it in my thread but 
wanted to make sure it went through.

Thank you.

On Friday, September 4, 2020 at 12:26:24 PM UTC-4 adsapiforumadvisor wrote:

> Hi Daniel,
>
> Thank you for reaching out to us. I see that you're encountering an 
> AttributeError. Could you provide us with your request and response log for 
> where this error occurs so that I may further investigate? For privacy, 
> please reply using "Reply privately to author".
>
> Thank you,
>
> [image: Google Logo] 
> Bryan Li 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q23x7i7:ref
>

-- 
---
essenceglobal.com 

Facebook 
 • Twitter 
 • YouTube 
 • Instagram 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8539e40d-639d-4e51-a4b3-3be45b829288n%40googlegroups.com.


Re: KeywordPlanIdeaService response "text" does not match the give keyword

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Masa,

Thank you for reaching out. As they are considered the same, the one with 
conventional form is returned.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q23xCds: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/Jnq_b0QGCHU000t5aZT8QRSuWtZUeRNpx9QA%40sfdc.net.


RE: Keyword_performance_report - Why the URL is null?

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Amir,

Keywords will typically use an ad's final url, unless you set one for your 
keywords specifically. If you set them for a keyword, they will show in your 
report. If the keyword is using the ad's url, you will see the FinalUrls as 
empty in your report.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZNOm: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/euDxp0QGCIAI00EMuB7yjpRZ-d3Zpj5TNdZw%40sfdc.net.


RE: Retrieve Feed Item status via API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Radu,

In order to get the approval status of your feed items, you can run a 
Placeholder Feed Item Report and select the field ValidationDetails.

Cheers,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZEyl: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/nWfZ10QGCIUL00PB2xYE2-Qt6jbeuYitSecQ%40sfdc.net.


Re: How is the metric search impression share aggregated?

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Aram,

Thank you for reaching out. Zweitze has given a great explanation on what 
happened behind the scene. Please try to use the segments.ad_network_type 
segmentation to exclude non-Search campaigns.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24Z2io: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/mTvgD0QGCLAW00J9p2Bh_GSCGO7s9LDaNX4Q%40sfdc.net.


Re: Billing problem when trying to enable Google Ads API

2020-09-08 Thread Felipe César
I had the same problem. I contacted the support and never replied with the 
solution. But it worked after 1 week. If you're not blocked on this you may 
try to work on another task and every day try to enable this. You can also 
ask another person to try to enable 

On Monday, September 7, 2020 at 10:34:08 PM UTC-3 ro...@akhtariev.ca wrote:

>
> I created a new project and a new billing account but the problem still 
> exists new Tracking number: c7177652421928959
> On Monday, September 7, 2020 at 5:48:37 PM UTC-7 Roman Akhtariev wrote:
>
>> The attached screenshot is what I see when trying to enable it
>>
>> Tracking number: c2431369910748075 
>>
>> 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/3f4485e9-4ce0-49bd-aaa3-d631f272ed8bn%40googlegroups.com.


RE: Search terms and final urls

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Suraj,

You can run a Search Query Performance Report and select the field FinalUrl to 
get your search terms' urls.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZScw: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/-8N7w0QGCM5C00JmZaC171Sv-DgLjSepUR1g%40sfdc.net.


Re: Ad Performance Report missed data when CriterionId is included

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Dmitry,

We will need your CID and report results that Mitchell mentioned to further 
look into this. Please do so using reply privately to author.

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q20VVw3: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/WUi-40QGCO5B004HTKd7F0RhuQ6vH6q8E7hg%40sfdc.net.


Re: Use Case Google Ads API console

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

Thanks for reaching out. With regards to your concern, you can use this guide  
to pull report and it does not needed any app. If you are not seeing Reply to 
the author button is not enabled, you can raise concern via 
googleadsapi-supp...@google.com.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24Z2jv: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/RwP8r0QGCQAB00_GQW3u6HRtegqEmGuIQBUA%40sfdc.net.


RE: All available datas in API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Adam,

Unfortunately, the API can only provide data for up to 12 months. I have opened 
a feature request for this on your behalf. Please keep an eye out on our blog 
for updates on if this becomes available in future releases.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q22b7Ee: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/KSpr60QGCQG4006NLrfHkcQ5mMsePa7kH6Dw%40sfdc.net.


RE: Automate process to link Google Adwords account with Google Analytics

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Naresh,

Thank you for reaching out. The Adwords and Google Ads API do not have 
endpoints to link Google Ads account and Google Analytics account. As your 
other questions are out of our scope, I would suggest you contact the Google 
Analytics API Team via this link or via this email alias 
analyticsapi-supp...@google.com.

Thanks and regards,
Xiaoming, Google Ads API Team






Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZGR5: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/a0bZa0QGCSBR00OtjNZRgnTLC-dWEPYkGE3Q%40sfdc.net.


CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-08 Thread bar...@ppcbee.com
Hello, 

it started few days ago I want to get list of all extensions by calling
https://adwords.google.com/api/adwords/cm/v201809/CampaignExtensionSettingService

`http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201809";>REDACTEDREDACTED684-013-7919https://adwords.google.com/api/adwords/cm/v201809";>Extensions010

But I am getting:

http://schemas.xmlsoap.org/soap/envelope/";>soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErrohttps://adwords.google.com/api/adwords/cm/v201809";>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErroApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR
AdwordsApi::V201809::CampaignExtensionSettingService::ApiException: 
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError

This is hapening only on some customer ids. 

Fetching campaigns and ad groups for example works fine.

Best regards
Ondrej Bartas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/891536da-9de4-434a-a95c-56209e41faefn%40googlegroups.com.


RE: How to Integrate MCC account to another MCC account??????

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. ManagedCustomerService is used to manage links 
between accounts, allowing for automated management of your account hierarchy. 
You could use ManagedCustomerService.mutateLink to invite a client account and 
accept an invitation between manager and client accounts. Please follow the 
instructions in this guide to implement the linking between accounts.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZRQf: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/iYunU0QGCSWO00ZMMdrasWQ96jHS7X3sxYQA%40sfdc.net.


RE: Dynamic Ads setup

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi,

You can select the DynamicSearchAdsSetting from the CampaignService to get this 
info. The setting will include page feeds which will show the feed ids.

Cheers,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZF3M: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/ztyIb0QGCTGK00cQ2QJw11QfmuDC0blRTI4Q%40sfdc.net.


RE: Campaign Statuses

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Somnath,

Thanks for reaching out. With regards to your concern, you can use 
camapgin.status and campaign.serving_status to get status.

Unfortunately, there is no way to get "misconfigured", "Limited" and "Learning" 
status via API. You will need to gather this data from the Google Ads UI. We 
have created a feature request for this so I would recommend keeping an eye on 
our Developer Blog for information on future releases.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZaZw: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/DZy570QGCTLO00Pjv5uVb0SwCRyTBsjPyfvA%40sfdc.net.


FirstPositionCpc in Keywords Performance Report returned as "--"

2020-09-08 Thread XCI
Hi everyone,

I'm testing a script and I'm seeing that a few active keywords have a "--" 
for FirstPositionCpc, I noticed that the majority of them haven't received 
an impression yet, but that's not the case for the rest.

Do you have any ideas why this might happen? Is it because Google is unable 
to estimate it at the moment for those kws? 

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/65dafe23-1c5f-41e6-9759-6077eaf23409n%40googlegroups.com.


RE: Billing problem when trying to enable Google Ads API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Felipe,

Thank you for reaching out. In order for me to further investigate the issue 
you have, could you please share the complete request and response logs along 
with the client customer id via the Reply privately to author option?

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZZUw: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/UIW4q0QGCTPO00Om_WzePSRaOlbTaRxK5Utg%40sfdc.net.


RE: Billing problem when trying to enable Google Ads API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Roman,

Thank you for reaching out. In order for me to further investigate the issue 
you have, could you please share the complete request and response logs along 
with the client customer id via the Reply privately to author option?

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZZUw: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/mO8LZ0QGCTSD00zUQUSLqFQJy2ZqDcspN_BA%40sfdc.net.


RE: Campaign status mismatch between UI and API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Denma,

Thanks for reaching out. With regards to your concern, you can use 
servingstatus field. Let me know if this what you are looking for. If not can 
you please provide complete request and response logs so that i can further 
investigate the issue.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZRfd: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/UYy8Q0QGCU3400C0-tiEDcTBOTCd5aDCrpqw%40sfdc.net.


RE: Download report in CSV and open in Pandas

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

Thanks for reaching out. With regards to your concern, you can use this 
download format for downloading reporting. Please refer to this example. Let me 
know if this what you are looking for. If not can you please provide screenshot 
or elaborate your concern.

Please reply privately to author option while sharing deatils.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZMvG: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/snBKy0QGCUFG00NyNt6ZjMQfGtzxXyvX-Yag%40sfdc.net.


RE: callOnlyAd CANNOT_SET_FIELD error response

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The fields url, finalUrls, finalMobileUrls, 
finalAppUrls, urlCustomParameters, or trackingUrlTemplate could not be set on a 
call only ad. Otherwise, you would encounter the AdError.CANNOT_SET_FIELD.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZUO6: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/5WhdK0QGCUHF00q6uTMLcZRKmr0vk8nJthSg%40sfdc.net.


Re: Billing problem when trying to enable Google Ads API

2020-09-08 Thread Roman Akhtariev
The problem is gone now. All I had to do was turn off the ad-block. This 
should really be mentioned somewhere that even to enable the API that the 
ad-block should be disabled. Thanks, everyone!

On Tuesday, September 8, 2020 at 12:22:08 PM UTC-7 adsapiforumadvisor wrote:

> Hi Roman, 
>
> Thank you for reaching out. In order for me to further investigate the 
> issue you have, could you please share the complete request and response 
> logs along with the client customer id via the Reply privately to 
> author option?
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZZUw: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/466cc6fe-da2d-4cd9-b9db-02f2c84c8b8fn%40googlegroups.com.


RE: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please reply privately to author the full SOAP request and response for 
these API calls so I can take a closer look?

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZHiM: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/Id5iY0QGCUSF00HtoVrBEYQi6lwP82gNoCdw%40sfdc.net.


RE: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Stallion,

Thanks for reaching out. The error MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT error 
is triggered when the attempted operation cannot be performed through the API. 
Could you please share the complete detailed request and response logs of the 
call via Reply privately to the author so that I can further investigate the 
issue. You can find information on enabling logging in the ReadMe of your 
client library.  In case you are not able to reply privately author option, you 
can provide logs via email the api alias or directly to the forum but to be 
sure to remove any confidential info as mentioned here.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZM0e: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/A6xqt0QGCV3900OTDpmsCjT4WTUB4Ea0XF3Q%40sfdc.net.


RE: Is there a way to link from customer to a merchant account via API?

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Nguyen,

Thanks for reaching out. With regards to your concern, you can use this guide 
for approve link from customer to a merchant account via API.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZR78: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/kNkI10QGCVK600pJcuFbjlSAiN46y1AqGw6w%40sfdc.net.


RE: Google Ads API trying to mutate Ads that don't exist

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi,

Can you please send me the request and response for this API call through reply 
privately to author? Please make sure to provide the ad group and ad Ids that 
you are noticing are non-existent. Do these ads show up when you run report for 
your ads as well?

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZSR8: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/007S50QGCVSL00HJtkxSvyRTyW-vUx-MB0vw%40sfdc.net.


RE: Recommendation API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, this recommendation type isn't supported in the API yet. For 
now, you will need to use the Google Ads UI. You can follow our blog for 
updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZRqg: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/qzb2a0QGCWQE008Oln8JbsRnukS9VD__aEbA%40sfdc.net.


RE: GOOGLE ADS API

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi ​Brayan,

Thank you for reaching out. You could query the resource that provides the data 
you need. Please refer to this code example on how to download the report via 
Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZbEq: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/lk0kw0QGCX5200F4NNgOKJR_eafFsAepfIeg%40sfdc.net.


RE: Confusing documentation and I am lost

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

Thanks for reaching out. To clarify, the Client Library section provides links 
to downloadable client libraries for you to use while the OAuth Client Library 
section provides details on how to configure it for API usage.

I can see that you are now having issues with getting reports in excel. Can you 
elaborate on the specific issue you are facing so that I can further assist you?

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q24ZFFr: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/VRfWI0QGCXFA00oX59uz4BSdSx3fCEepMssA%40sfdc.net.


RE: The caller don't have permission

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Jitendra,

Thanks for reaching out. In order for me to take a closer look, can you please 
provide the following information via the Reply privately to author option:

customerClientId
email of the user authenticating the API call
complete detailed logs of the request and response (enable logging)

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q24ZSXp: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/nZ-2m0QGCXNA00-3WKHnFPQKqZr-wW55oOhQ%40sfdc.net.


RE: 400 Bad Request: invalid_grant

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out! Can you please elaborate on the issue you are facing 
along with what you are requesting to the API? In order for me to take a closer 
look, can you also please provide the complete request and response logs along 
with your customerClientId via the Reply privately to author option? Please see 
this guide on how to enable logging.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q24ZSo7: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/9e19f0QGCY7N00VHjyKZjVRoaaVIAr2bhlhA%40sfdc.net.


RE: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-08 Thread Google Ads API Forum Advisor Prod
Hi Ondrej,

Thank you for reaching out. The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
could be due to a temporary issue in the servers. Please try running the 
service again and if you are still having an issue, please share the complete 
latest request and response logs of the call via Reply privately to the author 
so that I can further investigate the issue.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24Zm2m: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/u3IW00QGCYHB004ZvG19pNTj6xXtbR_utdWg%40sfdc.net.


Re: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-08 Thread mansur ksa


‫أُرسلت من الـ iPhone‬

> ‫في ٠٩‏/٠٩‏/٢٠٢٠ الساعة ١٢:٠٣ ص، كتب/كتبت ‏Google Ads API Forum Advisor Prod 
> ‏:‬
> 
>  Hi Ondrej,
> 
> Thank you for reaching out. The 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary 
> issue in the servers. Please try running the service again and if you are 
> still having an issue, please share the complete latest request and response 
> logs of the call via Reply privately to the author so that I can further 
> investigate the issue.
> 
> Thanks,
>   
> Nirmitabahen Gaurav Patel
> Google Ads API Team
>  
> 
> 
> ref:_00D1U1174p._5004Q24Zm2m: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/u3IW00QGCYHB004ZvG19pNTj6xXtbR_utdWg%40sfdc.net.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ACA72823-B174-48BE-8913-7BA42226C1A3%40gmail.com.


Re: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-08 Thread mansur ksa


‫أُرسلت من الـ iPhone‬

> ‫في ٠٩‏/٠٩‏/٢٠٢٠ الساعة ١٢:٠٣ ص، كتب/كتبت ‏Google Ads API Forum Advisor Prod 
> ‏:‬
> 
>  Hi Ondrej,
> 
> Thank you for reaching out. The 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary 
> issue in the servers. Please try running the service again and if you are 
> still having an issue, please share the complete latest request and response 
> logs of the call via Reply privately to the author so that I can further 
> investigate the issue.
> 
> Thanks,
>   
> Nirmitabahen Gaurav Patel
> Google Ads API Team
>  
> 
> 
> ref:_00D1U1174p._5004Q24Zm2m: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/u3IW00QGCYHB004ZvG19pNTj6xXtbR_utdWg%40sfdc.net.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7CCE8E21-B34E-4306-8406-8E7326F1D02C%40gmail.com.


How to retrieve Client Customer ID from API (Python)?

2020-09-08 Thread Chris London
I've set up OAuth2 and I'm able to get credentials to access the API but 
there seems to be a gap in the documentation on retrieving the 
`client_customer_id`.

I was following this 
documentation: 
https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)

I know that I can manually log into my AdWords account and find my ID on 
the top but that's cumbersome for users. I was hoping when the user accepts 
to give me access to their  AdWords there would be a way to 
programmatically get the client_customer_id.

Here's an example of my code:

```
oauth2_client = oauth2.GoogleRefreshTokenClient(
os.environ.get("ADWORDS_CLIENT_ID"), 
os.environ.get("ADWORDS_CLIENT_SECRET"),
account.refresh_token,  # Refresh token from OAuth2
)

# Initialize the AdWords client.
adwords_client = adwords.AdWordsClient(
os.environ.get("ADWORDS_DEVELOPER_TOKEN"), 
oauth2_client,
os.environ.get("ADWORDS_USER_AGENT"), 
# We don't know the client_customer_id yet
)

customer_service = adwords_client.GetService(
"CustomerService", version="v201809"
)
customers = customer_service.getCustomers()
```

When I do that I get this error:
googleads.errors.GoogleAdsServerFault: 
[AuthenticationError.CUSTOMER_NOT_FOUND @ ]

Is there a way to programmatically retrieve the client_customer_id without 
having to ask the customer to manually enter 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/7a730841-5539-433f-b867-c3ef00cd6ef3n%40googlegroups.com.


Google Ads API - 500 error code

2020-09-08 Thread 'Rainier Medrano' via AdWords API and Google Ads API Forum
Hi,

I would like to ask on what are the valid characters or how can we include 
special characters for querying with a *LIKE* operator? When we tried 
adding a *[ *character we get a 500 error code.

Our sample query was:

SELECT campaign.id, campaign.name 
FROM campaign 
WHERE campaign.name LIKE '%[C%' 
ORDER BY campaign.name ASC

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/8b5eacd7-9df9-4c08-a261-9e02c95f9eben%40googlegroups.com.


Re: Campaign Statuses

2020-09-08 Thread Somnath Jadhav
Thank you for your response.

On Wed, Sep 9, 2020 at 12:47 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Somnath,
>
> Thanks for reaching out. With regards to your concern, you can use
> camapgin.status
> 
> and campaign.serving_status
> 
>  to
> get status.
>
> Unfortunately, there is no way to get "misconfigured", "Limited" and
> "Learning" status via API. You will need to gather this data from the
> Google Ads UI. We have created a feature request for this so I would
> recommend keeping an eye on our Developer Blog
>  for information on future
> releases.
> Thanks,
> [image: Google Logo]
> Nirmitabahen Gaurav Patel
> Google Ads API Team
>
>
>
> ref:_00D1U1174p._5004Q24ZaZw:ref
>

-- 

*
*
*CONFIDENTIALITY NOTICE*
This email (including any attachments) may 
contain confidential, proprietary and/or privileged information, if you are 
not the intended recipient, or the person responsible for delivering the 
message to the intended recipient then please notify us by return email 
immediately. Should you have received this email in error then you should 
not copy this for any purpose nor disclose its contents to any other 
person.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAP4MEynqB9DuVg59bRZhaj1R_ptqXyLdvHJ5yuDNac9kN%2BnuYg%40mail.gmail.com.


Re: Regarding the recommendation provided by Google at Campaign Level

2020-09-08 Thread Pankaj Kumar
HI Team,

A Gentle Reminder!

Could you please respond?

Thanks and Regards,
Pankaj Chibhrani

On Tuesday, September 8, 2020 at 11:05:35 AM UTC+5:30 Pankaj Kumar wrote:

> Hi Team,
>
> I would like to find out the percentage provided by Google for 
> recommendation at campaign level. From the Google API, it now shows the 
> base and potential metrics but it does not show the percentage for Keywords 
> and Targeting, ADs and Extensions, Bids and Budgets.
>
> PFA screenshot for the same.
>
> The response that we get from Google API is:
>
> {
> "recommendation": {
> "resourceName": 
> "customers/80729214668/recommendations/NzMy0xODEtMTU5OTE2MzIxMzk1NS0rMTk4MTg0NzI3OA",
> "type": "MAXIMIZE_CLICKS_OPT_IN",
> "impact": {
> "baseMetrics": {
> "impressions": 341,
> "clicks": 27,
> "costMicros": "34475400",
> "conversions": 0
> },
> "potentialMetrics": {
> "impressions": 2402,
> "clicks": 72,
> "costMicros": "3505",
> "conversions": 0
> }
> },
> "campaign": "customers/9173971368 <(917)%20397-1368>
> /campaigns/19618421278",
> "dismissed": false,
> "maximizeClicksOptInRecommendation": {}
> }
> },
>
> There are other recommendation types that google provides for keywords , 
> extensions but we are not getting the percentage displayed in the attached 
> screenshot. 
>
> Kindly let us know how Google will provide or we need to do some 
> calculation based on base and potential metrics to calculate the percentage.
>
> Thanks and Regards,
> Pankaj Chibhrani
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e535af1c-5b41-471c-bdcb-4665f7db2879n%40googlegroups.com.


DSA ads and final url

2020-09-08 Thread Suraj Chopade
Hi
How to get the final urls for DSA ads? 

I have loaded all raw data to bigquery and I am trying to get the final 
urls for DSA ads but I am not getting ways to do it.
Could you please suggest?

-- 
*
***Disclaimer**
*This email communication (including any attachments) 
contains information which is confidential and may be legally privileged. 
It is for the exclusive use of the intended recipient/s. If you are not the 
intended recipient, please delete this email communication (including any 
attachments) and hard copies immediately, please preserve its 
confidentiality and notify the sender. Any unauthorized use or 
dissemination of this email communication (including any attachments) in 
any manner whatsoever, in whole or in part, is strictly prohibited. This 
email communication (including any attachments), may not be free of 
viruses, you should carry out your own virus checks before opening any 
attachment to this e-mail. The sender of this e-mail and Cuelogic 
Technologies shall not be liable for any damage that you may sustain as a 
result of viruses, in completeness of this message, a delay in receipt of 
this message. Any views or opinions presented in this email are solely 
those of the author and do not necessarily represent those of Cuelogic 
Technologies. Cuelogic Technologies will not accept any liability in 
respect of such content of this email, and the author shall be solely 
responsible and will be personally liable for any damages or other 
liability.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/97238df5-eb8d-4b9d-96cf-84a7971d02cen%40googlegroups.com.