Customer List Job Status meaning

2022-04-18 Thread Online Engineering
Hi support team,

We found the job status of a job updating a customer match list could be as 
follows. Could you specify the meanings of each status? Thanks!

   - RUNNING : 'InProgress'
   SUCCESS : 'Completed'
   FAILED : 'Failed'
   PENDING : 'Submitted'
   UNKNOWN : 'Others'
   UNSPECIFIED : 'Others'

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

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


Zero Impressions *are* being filtered by default

2022-04-18 Thread 'Jason Brinkle' via Google Ads API and AdWords API Forum
I was comparing results between requests to the AdWords and new Ads APIs 
and was noticing some missing data coming from the new Ads API. Upon 
further investigation, it's missing the rows where impressions == 0. The 
documentation seems to indicate that this should not be happening...

Workflow Changes in the Google Ads API  |  Google Developers 


   - Rows for zero impressions are returned by default in the Google Ads 
   API. There is no includeZeroImpressions parameter. If you want to 
   exclude zero impression rows, use a predicate such as metrics.impressions 
   > 0 in your Google Ads Query Language.

...but the only conditional expression I have in my WHERE is around dates.

SELECT ...
FROM ad_group_ad
WHERE segments.date >= "2022-03-30" AND segments.date <= "2022-04-05"

Jason

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

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


Re: RDA Limits per Ad Group

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

I am having trouble opening the file from your drive, likely because it is ~100 
MB in size. Is it possible for you to provide us with the request, and the 
relevant part of the response given in the error message (index 1214)?

Please also check if this error message is related to the ad limits specified 
on this page.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2ZHxZS: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/miRbc0RAJMEY00USa775-NQ8uW3ODC2dfSBQ%40sfdc.net.


Re: Change Status - get more than 10k records

2022-04-18 Thread Danail Georgiev
Hello,
It seems the suggestion above was not at all verified.
Change Status requires a LIMIT clause, which can be up to 1, regardless 
what method is used to fetch the data (Search or SearchStream) 
- https://developers.google.com/google-ads/api/docs/change-status
I've tried both methods, with and without LIMIT, with and without page 
size, etc. - the behaviour is basically as described in the docs.
Any other inputs would be appreciated.

Thanks,
Danail

On Monday, April 18, 2022 at 11:35:10 AM UTC+3 adsapi wrote:

> Hi Danail,
>
> Thank you for raising this concern to the Google Ads API forum.
>
> With regard to your concern, "*What would be the suggested approach to 
> fetch all the records using Change Status*." that you mentioned, could 
> you please confirm if you are using the SearchStream method? Please note 
> that the SearchStream method returns the entire result set back in a single 
> response up to 10,000 records, which can be more efficient for bulk data 
> retrieval. However, if you want to retrieve more than 10,000. You may use 
> the Search method that uses pagination, with an adjustable pageSize 
> parameter specified alongside the query.
>
> For more information:  
>
>- SearchStream versus Search 
>
> 
>  
>- Paging Through Results 
> 
>
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a39yQ: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/363051b7-f80f-404a-8d0f-f1cac725d923n%40googlegroups.com.


Max length of image ad URLs

2022-04-18 Thread Eva Suárez
Hello everyone,

I am trying to validate input data in our app before sending a request to 
the Google Ads API, but I cannot find what is the maximum length for final 
URLs and display URLs in image ads. I know that a URL should not exceed 
2000 characters, but is there a more restrictive limit in the API?

Regards.

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

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


Re: ad_group_ad.ad.responsible_search_ad.descriptions becomes undefined

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Keita,

Thanks for getting back to us.

We will be able to address concerns specific to AdWords API/Google Ads API on 
this forum channel. Since you’re looking to get string data from a list of 
assets in Google Ads Script, I suggest monitoring your created thread in Google 
Ads Scripts Forum. They are appropriate to support your concern.

Let us know if you have any questions related to our API’s.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2a2kH6: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/gZgQd0RAJGLY00_AxYWTFaQRqDSqhtQdHU2w%40sfdc.net.


Re: API Quota Reduction

2022-04-18 Thread Syed Stewart

I would like to just confirm this is the way the new planning limits work.

I use the following process to get volume data for 800 keywords

1. I create a keyword plan. This counts as 1 operation.

2. I create a keyword plan campaign. This counts as 1 operation.

3. I create a keyword plan adgroup. This counts as 1 operation.

4. I add the 800 keywords to the keyword plan. This counts as 800 
operations.

5. I generate the historical metrics. This counts as 1 operation.

6. I remove the keyword plan. This counts as 1 operation.

So to get the data for 800 keywords, it will cost me 805 operations. 

Therefore, I want to confirm that with the basic plan we are limited to 
15000 operations per day and this means that we can get maximum of only 
15000 keywords in a single day.
On Tuesday, March 22, 2022 at 8:33:39 PM UTC adsapi wrote:

> Hi Syed,
>
> Thanks for reaching out. Planning service limitations are not related to 
> access level. You can find the planning service-specific limitations here 
> .
>  
> Going over the 1 QPS limit will throw a RESOURCE_EXHAUSTED error.
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2YqDI0: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ec989e81-1bea-44d7-8df7-8b070b4949c8n%40googlegroups.com.


Re: Region View

2022-04-18 Thread Raquel Munari
Hi, thank you for answering me.

I well understood that any row that is not associated with a target state 
was removed, thank you for clarifying that. For feedback, in the future, 
maybe correct that by just returning the field "geo_target_state" as null, 
since it doesn't make sense to take a incomplete report just because it's 
wanted to know the target state. It just doesn't make any sense in what is 
concerned to data report.

For the second subject, what I meant was:

On the AdWords API, in the "Geo Perfomance Report 
"
 
(equivalent, accourding to google itself documentation, to the resource "
geographic_view 
"), 
there was a field for the ID of the country and a field for the ID of the 
region (CountryCriteriaId and RegionCriteriaId). In the "geographic_view" 
only the field for the ID of the country is now available 
(country_criterion_id). Will it be fixed in the future? Because it's a 
really important vision for our company (and, I believe, many others).

Em segunda-feira, 18 de abril de 2022 às 09:34:00 UTC-3, adsapi escreveu:

> Hi Raquel,
>
> Thank you for raising this concern to Google Ads API forum.
>
> To simply explain why the metrics get smaller when adding a segment field, 
> I can refer to this document 
> 
> , *("When adding some segments, the metrics in the summary row may 
> decrease" section). *To further explain the provided document, when 
> geo_target_state is added to a query with FROM geographic_view, that 
> segment is telling the query to only get the rows of data that have target 
> state, and remove any row that is not associated with a target state. In 
> this case, the metrics would be lower because it would exclude any 
> non-target state metrics.
>
> As for this concern, *"and last of all, I realize the resource field 
> "region_criterion_id" (wich would be the correspondent to the attribute 
> field"RegionCriteriaId" in the Google Adwords API) is not available. Why is 
> that and is there another resource field I could use in replace (that will 
> fit me better then geo_target_state)?"* could you please provide more 
> context, so that we can address it accordingly? 
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a32G2: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aeb698b3-d0f5-4897-a0ef-3cfe3121f469n%40googlegroups.com.


Re: Temporary IDs issue creating ListingGroups using BatchJob

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

That limit seems correct to me. I'm going to take a look into improving our 
documentation around limits regarding listing groups.

As for the other issue, we're in the process of putting together a fix on our 
side and should hopefully be rolling it out soon. I'll follow up on the 
progress there and let you know once I have an update.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5004Q2ZJqPO: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eHlSt0RAJDAO00itMlqkxVT6WaGgLYP_AMqQ%40sfdc.net.


GRPC error

2022-04-18 Thread Kiran MK
Hi,
I have been trying to use Google Ads API for a project.
ruby version: 2.6.9
rails version: 5.1.7

I was just trying out this example here 

 from 
the google ads repo , to get 
the campaigns info in the console. While running the block of code below




*responses.each do |response|   response.results.each do |row| puts 
"Campaign with ID #{row.campaign.id} and name '#{row.campaign.name}' was 
found."   end*
*end*

its showing an error like this 

*GRPC::Unimplemented: 12:Operation is not implemented, or supported, or 
enabled.. 
debug_error_string:{"created":"@1650273920.527183000","description":"Error 
received from peer 
ipv4:142.250.183.202:443","file":"src/core/lib/surface/call.cc","file_line":906,"grpc_message":"Operation
 
is not implemented, or supported, or enabled.","grpc_status":12}*


If the code is run again its showing another error 

*GRPC::Core::CallError: Cannot run batch on closed call*


*Complete code I tried *

client = Google::Ads::GoogleAds::GoogleAdsClient.new do |config|

  config.client_id = *'* *'*

  config.client_secret = *'* *'*

  config.refresh_token = *'* *'*

  config.developer_token = *'* *'*

end


responses = client.service.google_ads.search_stream(
customer_id: ' ',
query: 'SELECT campaign.id, campaign.name FROM campaign ORDER BY 
campaign.id',
)


# Output of responses  

*#*



responses.each do |response|
  response.results.each do |row|
  puts "Campaign with ID #{row.campaign.id} and name '#{row.campaign.name}' 
was found."
  end
end


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

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


google.api_core.exceptions.InternalServerError: 500 Internal error encountered.

2022-04-18 Thread 李虎
Hello, I encountered an internal error when creating app campaign with  
advertising_channel_sub_type 

 =  
APP_CAMPAIGN_FOR_PRE_REGISTRATION 

.
detail error info see error.txt.
I use python sdk, and the env is:
google 3.0.0
google-ads 15.1.1
google-api-core  2.7.2
google-auth1.35.0
google-auth-oauthlib 0.5.1
googleads31.0.0
googleapis-common-protos  1.56.0
any help is appreciated.

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/549ce6a2-4e74-4099-94d0-05d5767b9958n%40googlegroups.com.
Request made: ClientCustomerId: 3948203731, Host: googleads.googleapis.com, 
Method: /google.ads.googleads.v8.services.CampaignService/MutateCampaigns, 
RequestId: vWmWIENXkCuaOWrxQg0XKQ, IsFault: True, FaultMessage: Internal error 
encountered.
[2022-04-15 17:44:10,805] ERROR in app: Exception on 
/api/campaign/create_campaign [POST]
Traceback (most recent call last):
  File 
"/root/anaconda3/lib/python3.9/site-packages/google/api_core/grpc_helpers.py", 
line 57, in error_remapped_callable
return callable_(*args, **kwargs)
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
216, in __call__
response, ignored_call = self._with_call(request,
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
257, in _with_call
return call.result(), call
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_channel.py", line 
343, in result
raise self
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
241, in continuation
response, call = self._thunk(new_method).with_call(
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
266, in with_call
return self._with_call(request,
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
257, in _with_call
return call.result(), call
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_channel.py", line 
343, in result
raise self
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
241, in continuation
response, call = self._thunk(new_method).with_call(
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
266, in with_call
return self._with_call(request,
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
254, in _with_call
call = self._interceptor.intercept_unary_unary(continuation,
  File 
"/root/anaconda3/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py",
 line 99, in intercept_unary_unary
self._handle_grpc_failure(response)
  File 
"/root/anaconda3/lib/python3.9/site-packages/google/ads/googleads/interceptors/exception_interceptor.py",
 line 71, in _handle_grpc_failure
raise self._get_error_from_response(response)
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_interceptor.py", line 
241, in continuation
response, call = self._thunk(new_method).with_call(
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_channel.py", line 
957, in with_call
return _end_unary_response_blocking(state, call, True, None)
  File "/root/anaconda3/lib/python3.9/site-packages/grpc/_channel.py", line 
849, in _end_unary_response_blocking
raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INTERNAL
details = "Internal error encountered."
debug_error_string = 
"{"created":"@1650015850.804101276","description":"Error received from peer 
ipv4:172.217.25.10:443","file":"src/core/lib/surface/call.cc","file_line":905,"grpc_message":"Internal
 error encountered.","grpc_status":13}"
>

The above exception was the direct cause of the following exception:

Traceback 

RE: Region View

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Raquel,

Thank you for raising this concern to Google Ads API forum.

To simply explain why the metrics get smaller when adding a segment field, I 
can refer to this document, ("When adding some segments, the metrics in the 
summary row may decrease" section). To further explain the provided document, 
when geo_target_state is added to a query with FROM geographic_view, that 
segment is telling the query to only get the rows of data that have target 
state, and remove any row that is not associated with a target state. In this 
case, the metrics would be lower because it would exclude any non-target state 
metrics.

As for this concern, "and last of all, I realize the resource field 
"region_criterion_id" (wich would be the correspondent to the attribute 
field"RegionCriteriaId" in the Google Adwords API) is not available. Why is 
that and is there another resource field I could use in replace (that will fit 
me better then geo_target_state)?" could you please provide more context, so 
that we can address it accordingly?

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2a32G2: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/qhTpr0RAJC8700--aFS52nSciOqVctdjn1SQ%40sfdc.net.


RE: Creating Video Ads

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Shigero,

Thanks for reaching out to the Google Ads API forum. Yes you can create video 
ads via API. For doing that please refer to this page before creating a 
campaign. Feel free to use our sample code in add campaigns with your preferred 
programming language. Let me know if you have any questions.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2a49u8: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EMLgX0RAJC7H00w3i_bAk5T2maEgla_0uv-g%40sfdc.net.


Giving limited access to third party service provider

2022-04-18 Thread Ajit Trivedi
Hi,
I have multiple Google Ads account. I want third party agency to only have 
access to only some of the Google ads account and not all the account. How 
do I limit the third party to have access to only some of the Google ads 
account that I want? 

Thanks

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

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


Re: is there any specific format of email and mobile number that should be used before hashing and making call to google ads api

2022-04-18 Thread Ajit Trivedi
Thanks for the response

On Monday, April 18, 2022 at 8:28:30 AM UTC+5:30 adsapi wrote:

> Hi Ajit,
>
> Thank you for reaching out to us.
>
> For privacy concerns, email addresses, first names, and last names must be 
> hashed using the SHA-256 algorithm before being uploaded. In order to 
> standardize the hash results, prior to hashing one of these values you 
> must: 
>
>- Remove leading/trailing whitespaces. 
>- Convert the text to lowercase. 
>
> And the phone/mobile number needs also to be hashed using the SHA-256 
> algorithm before being uploaded.
>
> In order to standardize results, convert each phone number to E164 format 
>  before hashing. This format 
> represents a phone number as a number up to fifteen digits in length 
> starting with a + sign (e.g. +1212565 <(212)%20565->, 
> +442070313000 <+44%2020%207031%203000>).
>
> If the phone number is not correctly formatted before hashing, the API 
> will still accept the hashed phone number, but the phone number will not be 
> matched with a customer. You can check this documentation for more 
> information 
> 
> .
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a3C4M: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/37079aea-7319-48a6-a129-f18607853ae8n%40googlegroups.com.


Re: DateFormat Error

2022-04-18 Thread Ajit Trivedi
Thanks for the help

On Monday, April 18, 2022 at 2:01:38 PM UTC+5:30 adsapi wrote:

> Hi Ajit,
>
> Thank you for reaching out to us.
>
> So our API team can further assist you, could you provide more details on 
> the concern/issue? Could you provide to our team the complete request 
> 
>  
> and response 
> 
>  
> logs with request ID 
> 
>  
> privately so we can check it further?
>
> You may then send the requested information via the Reply privately to 
> author option. If this option is not available, you may send the details 
> directly to our googleadsa...@google.com alias instead.
>
> For you to provide the complete request and response logs with request ID 
> and request header that generated on your end, note that this can be 
> requested or provided to the developer handling the Google Ads API 
> transactions when logging of the API requests has been enabled. If it 
> hasn't been enabled yet, then advise to refer to the specific guide below:
>
> Java - 
> https://developers.google.com/google-ads/api/docs/client-libs/java/logging
> .Net - 
> https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging
> PHP - 
> https://developers.google.com/google-ads/api/docs/client-libs/php/logging
> Python - 
> https://developers.google.com/google-ads/api/docs/client-libs/python/logging
> Ruby - 
> https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
> Perl - 
> https://developers.google.com/google-ads/api/docs/client-libs/perl/logging
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2a48vy: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/37dd03e8-b5b0-4928-8b07-b7f7fba9013cn%40googlegroups.com.


Re: not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
The account id I am using is not of MCC acount.

On Monday, April 18, 2022 at 3:37:55 PM UTC+5:30 Ajit Trivedi wrote:

> Hi,
> I am getting following response while uploading data using 
> ConversionUploadServiceClient. 
>
> partial_failure_error {
>   code: 3
>   message: "The click or call is owned by a customer account that the 
> uploading customer does not manage., at conversions[0].gclid"
>   details {
> type_url: "
> type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure"
> value: "\n\XXX\XXX\n\XXX\XXX\XXX\b\XXX]The click or call is owned by a 
> customer account that the uploading customer does not 
> manage.\*XXX\"\XXX\XXX\XXX\n\vconversions\XXX\XXX\XXX\X\X\X"
>   }
> }
> results {
> }
> What could be the reason for this response?
> Thanks
>

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

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


not able to upload data using ConversionUploadServiceClient

2022-04-18 Thread Ajit Trivedi
Hi,
I am getting following response while uploading data using 
ConversionUploadServiceClient. 

partial_failure_error {
  code: 3
  message: "The click or call is owned by a customer account that the 
uploading customer does not manage., at conversions[0].gclid"
  details {
type_url: 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure"
value: "\n\XXX\XXX\n\XXX\XXX\XXX\b\XXX]The click or call is owned by a 
customer account that the uploading customer does not 
manage.\*XXX\"\XXX\XXX\XXX\n\vconversions\XXX\XXX\XXX\X\X\X"
  }
}
results {
}
What could be the reason for this response?
Thanks

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

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


iOS Conversion Tracking

2022-04-18 Thread 'Sweply Google' via Google Ads API and AdWords API Forum
Hello Team,
I am working on Google Ads API - v10, Trying to create Conversion Tracking 
for iOS app, But  AddConversionAction 

 API 
is not working for Create iOS conversion tracking.
 is we can create conversion tracking  using API for iOS app ? If yes, 
kindly let me how to Add/Create iOS conversion via API. 


*Please check Request and response fo iOS app conversion*Request with ID 
'pej10G3WSrt2JlAgh1iwbQ' has failed.
Google Ads failure details:
conversion_action_error: Creation of this conversion action type 
isn't supported by G
Ads API.

Method Name: 
/google.ads.googleads.v10.services.ConversionActionService/MutateConversionActions
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/8.1.2 gccl\/14.0.0 gapic\/14.0.0 
gax\/1.11.4 grpc\/1.43.0 rest\/1.11.4",
"x-goog-request-params": "customer_id=3332206398",
"developer-token": "REDACTED",
"login-customer-id": "5274951394"
}
Request: 
{"customerId":"3332206398","operations":[{"create":{"name":"Earth to Mars 
Cruises Conversion 
#2022-04-18T12:02:31.091+02:00","status":"ENABLED","type":"FIREBASE_IOS_FIRST_OPEN","category":"DEFAULT","viewThroughLookbackWindowDays":"15","valueSettings":{"defaultValue":23.41,"alwaysUseDefaultValue":true}}}]}

Response
---
Headers: {
"request-id": "pej10G3WSrt2JlAgh1iwbQ",
"date": "Mon, 18 Apr 2022 10:01:22 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; 
ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; 
ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; 
v=\"46,43\""
}

Fault
---
Status code: 3
Details: Request contains an invalid argument.
Failure: 
{"errors":[{"errorCode":{"conversionActionError":"CREATION_NOT_SUPPORTED"},"message":"Creation
 
of this conversion action type isn't supported by Google Ads 
API.","location":{"fieldPathElements":[{"fieldName":"operations","index":0},{"fieldName":"create"},{"fieldName":"type"}]}}],"requestId":"pej10G3WSrt2JlAgh1iwbQ"}
  

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

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


Re: Alternate for get_service while migrating to. Google Ads API

2022-04-18 Thread Deepak Kumar
Hi Yasar,

I have one question then, earlier I was querying the audience id and then
adding only users that were not present in google adwords list. But since,
get methods have been removed, I can't get the audience id for existing
users. Then shall I send all the users and google would take care of
existing users from there or how is it structured?

Thanks,
Deepak Kumar

On Mon, Apr 18, 2022 at 12:29 PM Google Ads API Forum Advisor
 wrote:

> Hi there,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Could you confirm if you’re using current version as v10? If so, in the
> Google Ads API V10 version, GET methods have been removed from all
> services. Any service that exclusively had a get method has been removed as
> well. The primary way to *retrieve objects*
> 
> continues to be using GoogleAdsService's search and searchStream methods.
> For a comprehensive overview of changes based from v9 to v10, you may refer
> to this *page*
> ,
> and inspecting objects with get (Deprecated) is deprecated since the usage
> of "get" in this API was only intended for exploratory purposes and not
> actually retrieving data as mentioned *here*
> 
> .
>
> Instead, you may use GoogleAdsService, since it lets you retrieve only
> specific attributes of objects, supports retrieving performance metrics,
> and allows for streaming through large result sets.
>
> If you haven’t recieved error on v10, you may send complete logs to us via
> reply to author privately option, so that we can check better.
>
> Regards,
> [image: Google Logo]
> Yasar
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2a384H: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAHaieY%2B1s_g042TQsNESKtTdpx%3DFserVtUZDGDeM1_rxcpb6cw%40mail.gmail.com.


Google Ads API - How to reduce API calls

2022-04-18 Thread 'Sweply Google' via Google Ads API and AdWords API Forum
Hello Team,
I have implemented *Google Ads API - V10* , but it takes 20+ requests to 
post single search ad campaign, I am trying to reduce API calls for *Search 
Ad campaign* , Can you please, Let me know what are the ways to reduce API 
calls for post *Search Ad* Campaign.

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

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


RE: Change Status - get more than 10k records

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Danail,

Thank you for raising this concern to the Google Ads API forum.

With regard to your concern, "What would be the suggested approach to fetch all 
the records using Change Status." that you mentioned, could you please confirm 
if you are using the SearchStream method? Please note that the SearchStream 
method returns the entire result set back in a single response up to 10,000 
records, which can be more efficient for bulk data retrieval. However, if you 
want to retrieve more than 10,000. You may use the Search method that uses 
pagination, with an adjustable pageSize parameter specified alongside the query.

For more information:

SearchStream versus Search
Paging Through Results


Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2a39yQ: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/VW3Pt0RAJ16900zsnM0nyzRmChOFoTK5bT0g%40sfdc.net.


RE: DateFormat Error

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit,

Thank you for reaching out to us.

So our API team can further assist you, could you provide more details on the 
concern/issue? Could you provide to our team the complete request and response 
logs with request ID privately so we can check it further?

You may then send the requested information via the Reply privately to author 
option. If this option is not available, you may send the details directly to 
our googleadsapi-supp...@google.com alias instead.

For you to provide the complete request and response logs with request ID and 
request header that generated on your end, note that this can be requested or 
provided to the developer handling the Google Ads API transactions when logging 
of the API requests has been enabled. If it hasn't been enabled yet, then 
advise to refer to the specific guide below:

Java - 
https://developers.google.com/google-ads/api/docs/client-libs/java/logging
.Net - 
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging
PHP - https://developers.google.com/google-ads/api/docs/client-libs/php/logging
Python - 
https://developers.google.com/google-ads/api/docs/client-libs/python/logging
Ruby - 
https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
Perl - 
https://developers.google.com/google-ads/api/docs/client-libs/perl/logging

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2a48vy: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/i9B8v0RAJ10A006ixWe4gxSCa94K1yXZoJNw%40sfdc.net.


RE: can't find campaign.advertising_channel_type = 'DISPLAY' in ad_group_ad or keyword_view

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amanda,

Thanks for reaching out to the Google Ads API Forum.

I understand that you’re looking to get Display advertising channel type data. 
However, for us to investigate, could you provide us with the complete request 
and response logs with the request-id, so our team can better check?

For the client library, logging can be enabled by navigating to the Client 
libraries > Your client library (ex Java) > Logging documentation, which you 
can access from this link. You may then send the requested information via the 
Reply privately to author option. If this option is not available, you may send 
the details directly to our googleadsapi-supp...@google.com by referring to 
this thread.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2a3Dhe: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/eo2bU0RAIZZM00kpPnDelURdaZ7bKeAFCclQ%40sfdc.net.


Google Ads API reporting in CSV format

2022-04-18 Thread Kasi Viswanathan
Hi,

While using reports API in Google Ads, we are facing Heap memory out of 
size issue when the report response JSONArray has large number of data in 
it.
 Can someone please suggest a solution to efficiently use the report API 
without this error and also is there a way to download report in CSV format 
in new 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0dff74ad-3565-41e3-a785-a5e8c1b8e78cn%40googlegroups.com.


Re: CUSTOMER_NOT_ENABLED

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Could you elaborate on what you meant by data refresh policy? In addition, 
regarding your cancelled account, could you confirm if what you also meant is 
that you are still able to retrieve data?

Also, so our team can take a closer look, could you share your complete request 
and response logs (with the request-id, and login-customer-id used) generated 
by your API report requests? You may then send the requested information via 
the Reply privately to author option. If this option is not available, you may 
send the details directly to our googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5001UCZyNO: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/FKFXZ0RAIX6O003RnmPZh3RE2BxWkDVRZE0A%40sfdc.net.


RE: Alternate for get_service while migrating to. Google Ads API

2022-04-18 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,

Thanks for reaching out to the Google Ads API Forum.

Could you confirm if you’re using current version as v10? If so, in the Google 
Ads API V10 version, GET methods have been removed from all services. Any 
service that exclusively had a get method has been removed as well. The primary 
way to retrieve objects continues to be using GoogleAdsService's search and 
searchStream methods. For a comprehensive overview of changes based from v9 to 
v10, you may refer to this page, and inspecting objects with get (Deprecated) 
is deprecated since the usage of "get" in this API was only intended for 
exploratory purposes and not actually retrieving data as mentioned here.

Instead, you may use GoogleAdsService, since it lets you retrieve only specific 
attributes of objects, supports retrieving performance metrics, and allows for 
streaming through large result sets.

If you haven’t recieved error on v10, you may send complete logs to us via 
reply to author privately option, so that we can check better.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2a384H: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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5knXQ0RAIWQU00HO0K5sK2TSC4lz8iu0bb4w%40sfdc.net.