Re: Image and Location Migration in Google Ads API

2023-03-12 Thread duca...@gmail.com
Hello team,

Can you please let us know if you have update regarding Kevin's questions? 
Thank you. 

On Thursday, March 2, 2023 at 11:23:57 AM UTC-8 Kevin wrote:

> One more thing - it looks like to get the location data, I need to talk to 
> the Places API which is a paid service.
> Previously we could get this data for free from the Ads API - any way we 
> can continue to get this data the same way?
>
> On Thursday, March 2, 2023 at 10:51:58 AM UTC-8 Kevin wrote:
>
>> Hi Bob,
>>
>> Thanks for the response - it helps!
>> From the previous posts, I was under the impression that asset-based 
>> Image and Location extensions are *not supported* because of this quote:
>> "I am afraid that asset based Image / location extensions are *not 
>> supported*."
>> From your reply, it looks like they *are supported* and the way they are 
>> supported can be found in these two links:
>>
>> https://developers.google.com/google-ads/api/docs/location-extensions/location-assets
>> https://developers.google.com/google-ads/api/samples/upload-image-asset
>>
>> For asset-based location extensions, it looks like it's preferred to use 
>> a location sync asset set, which automatically generates the corresponding 
>> assets.
>> It looks like it is preferred to deal only in asset sets:
>> "First, create a location sync asset set and attach it to the customer. 
>> Then, if you need to select a subset of the location assets in the asset 
>> set for a campaign or ad group, create a location group asset set and 
>> attach it to the campaign or ad group."
>>
>> It is not clear to me whether you have the option to directly generate 
>> and associate single assets.
>> The asset set association 
>>  
>> does not specify type and is explained in the document.
>> The asset association 
>> 
>>  does 
>> have a specific type, but there does not look like there is one that 
>> corresponds to a location.
>>
>> For asset-based image extensions, it looks like there are no asset sets 
>> for them based on the allowed types in the asset set:
>>
>> https://developers.google.com/google-ads/api/reference/rpc/v13/AssetSetTypeEnum.AssetSetType
>> so I should create individual assets for each image extension and 
>> associate it to the customer/campaign/adgroup with an association 
>> (customer_asset/campaign_asset/ad_group_asset).
>>
>> *Question* - For image extensions that are migrated to asset-based 
>> extensions, what is the asset association type?
>> The list here in the documentation has something clearly labeled for 
>> other extension types:
>>
>> https://developers.google.com/google-ads/api/reference/rpc/v13/AssetFieldTypeEnum.AssetFieldType
>> For example: "The asset is linked for use as a Sitelink extension."
>> I venture to guess that the only one that makes sense is "AD_IMAGE", but 
>> I would like confirmation since it isn't in the document that Bob sent and 
>> it says:
>> "The asset is linked for use to select an ad image." rather than anything 
>> about extensions.
>>
>> For what it's worth, I think it'd be helpful if more documentation was 
>> linked in the blog post announcing the auto-migration.
>> I think guides and examples on how to migrate each of the extension types 
>> manually and retrieve the data back would be helpful.
>>
>> Thanks,
>> Kevin
>>
>>
>> On Wednesday, March 1, 2023 at 5:26:26 PM UTC-8 Google Ads API Forum 
>> Advisor wrote:
>>
>>> I'm attempting to understand your concerns from the multiple 
>>> interactions. So that we are clear on terminology, extension refers to the 
>>> feed based model and assets refers to the new model.
>>>
>>> Starting 3 April 2023, accounts will be eligible to be automigrated for 
>>> image and location extensions. Once an account is selected for 
>>> auto-migration, the account is prevented from mutating extension during 
>>> which time the extensions continue to serve, the automigration takes place 
>>> (a couple of minutes), assets start to serve and extension mutation is 
>>> permanently disallowed on this account.
>>>
>>> Currently, you can create location and image assets in test accounts.
>>>
>>>
>>> https://developers.google.com/google-ads/api/docs/location-extensions/location-assets
>>> https://developers.google.com/google-ads/api/samples/upload-image-asset
>>>
>>> As of 3 April you will be able to do this in production accounts.
>>>
>>> As to your question as to why we decided to do it this way:
>>>
>>> Location assets are are extremely complex to migrate and there is no 
>>> good user path for this. We can do it efficiently on the back end and 
>>> guarantee that the locations are efficiently and safely migrated. Image 
>>> assets are more numerous that locations assets, so we decided to 
>>> auto-migrate them also. Because the image assets are a new entity there is 
>>> no mapping to the 

Re: GAQL calls all giving INTERNAL_ERROR

2022-09-08 Thread duca...@gmail.com
Same here. Please let us know if you have ETA for the fix. Thanks! 

On Thursday, September 8, 2022 at 2:20:07 PM UTC-7 Gavin wrote:

> We also experienced the same error message for our calls to Google Ads 
> starting from the same time. It looks like an outage in Google Ads API. Can 
> someone please help confirm and have an ETA of the fix / mitigation?
>
>  {
>   "StatusCode": 13,
>   "Details": "Internal error encountered.",
>   "RequestId": "cNNFoWWRq0oZh2XavHtxkQ",
>   "Failure": {
> "errors": [
>   {
> "errorCode": {
>   "internalError": "INTERNAL_ERROR"
> },
>
> "message": "An internal error has occurred."
>   }
> ],
> "requestId": "cNNFoWWRq0oZh2XavHtxkQ"
>   }
> }
>
> Thanks,
> Gavin
>
> On Thursday, September 8, 2022 at 1:59:33 PM UTC-7 j.e.frank wrote:
>
>> Starting around 4pm Eastern time, we started having all of our GAQL calls 
>> fail with an INTERNAL_ERROR.  I don't know of any changes on our end that 
>> might be relevant.  Is there a known issue with GAQL?
>>
>> Here is the logging output from one such call (with some info redacted by 
>> me)
>>
>> 2022-09-08 16:56:55.387 [local] [grpc-default-executor-13] INFO 
>>  c.g.ads.googleads.lib.request.detail - FAILURE REQUEST DETAIL.
>> Request
>> ---
>> MethodName: 
>> google.ads.googleads.v11.services.GoogleAdsService/SearchStream
>> Endpoint: googleads.googleapis.com:443
>> Headers: {developer-token=REDACTED, login-customer-id=REDACTED, 
>> x-goog-api-client=gl-java/11.0.13 gccl/19.0.0 gapic/19.0.0 gax/2.6.1 
>> grpc/1.41.0}
>> Body: customer_id: "REDACTED"
>> query: "SELECT campaign.id, campaign.name, campaign.status, 
>> campaign.serving_status, campaign.advertising_channel_type, customer.id, 
>> customer.descriptive_name, customer.currency_code, customer.time_zone, 
>> campaign.end_date, campaign.start_date FROM campaign WHERE campaign.id 
>> IN (REDACTED) ORDER BY campaign.id, customer.id"
>>
>>
>> Response
>> 
>> Headers: 
>> Metadata(content-type=application/grpc,request-id=oScB2XFX8vnV2mMf9fKkCw,date=Thu,
>>  
>> 08 Sep 2022 20:56:55 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")
>> Body: null
>> Failure message: errors {
>>   error_code {
>> internal_error: INTERNAL_ERROR
>>   }
>>   message: "An internal error has occurred."
>> }
>> request_id: "oScB2XFX8vnV2mMf9fKkCw"
>>
>> Status: Status{code=INTERNAL, description=Internal error encountered., 
>> cause=null}.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/99b954ba-b99e-49cb-9656-8cfeb697f044n%40googlegroups.com.


Re: Asset-Based extensions device preference?

2021-10-13 Thread duca...@gmail.com
Hi Aryeh and team,

I would like to share my feedback here. 

For this asset-based AdExtension migration, Google is taking a really 
aggressive way. I know maybe there are urgencies from Google side to force 
this migration, but we need at least make sure API is fully supported. To 
me the base line is that whatever data from Feed based AdExtension, we 
should be able to fetch them from asset-based AdExtension from Google Ads 
API. This is probably the most basic requirement to Google Ads API. 

This thread only surfaces one of the API issues, there are a few other 
related thread in this forum. You can take a look at this feedback as well
Asset-based Structured Snippet Advanced Options (google.com) 


I highly suggest Google to think twice before force upgrade, as per my 
understanding once data is migrated to asset-based AdExtension there is no 
way to migrate back and hence customers (and tool providers) will lose the 
ability to manager their specific data from Google Ads API.

Thanks and appreciate for listening to the feedbacks. 

Caihua.

On Wednesday, October 13, 2021 at 11:45:46 AM UTC-7 adsapi wrote:

> Hi there,
>
> The Opt out form 
>  is still 
> available until the end of today, October 13. You may monitor our blog 
>  for 
> further updates.
>
> Regards,
>
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JYCGd: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/5929e67b-3d7b-4893-9e85-74a75fe5405cn%40googlegroups.com.


Re: Asset-Based extensions device preference?

2021-10-12 Thread duca...@gmail.com
Hi team,

Since this device preference is not available in new Asset based extension 
and I saw Perter added a feature request in previous reply. Can you please 
let us know the latest status of that ask?

Google is planning to do auto migration from 10/20/2021, this seems an 
blocking issue if we can't get the same data fields from Asset based 
adextension. 

Could you please share more guidance here before the auto migration happens?

Thanks
Caihua.

On Tuesday, September 21, 2021 at 12:03:23 PM UTC-7 Kevin wrote:

> Hi Peter,
>
> I've actually found some relevant documentation and would like to share it 
> in case anyone else has the same question:
>
> "For targeting, the ad group, campaign, keyword, location, and mobile 
> fields will be unavailable to Asset-based extensions. Existing ad group, 
> campaign, and mobile targeting will be honored during the automatic 
> migration."
>
> https://developers.google.com/google-ads/api/docs/extensions/assets/migrating-extensions#changes_in_asset-based_extensions
>
> Focusing on the second sentence from the excerpt, since mobile targeting 
> will be honored during the migration I think it would make a lot of sense 
> to make the field available for a while.
> I'll keep a look out for updates and announcements as you've recommended.
>
> Thanks,
> Kevin
>
> On Monday, September 20, 2021 at 7:06:39 PM UTC-7 adsapi wrote:
>
>> Hi Kevin,
>>
>> Thank you for your question.
>>
>> Device preferences is currently not available for asset based extensions. 
>> That said, allow me to create a feature request, subject for review, 
>> regarding this setting. For now, you may keep an eye on our blog 
>>  for 
>> updates and announcements.
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence Napa Oliquino 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2JYCGd: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/1964a140-880b-4698-a527-f425d00424f9n%40googlegroups.com.


Re: [Google Ads API] Retrieving non-Expanded Dynamic Search Ads

2021-10-06 Thread duca...@gmail.com
Thanks Matt. I do have follow-up questions that need your clarification:

We know that Google has deprecated old DSA and moved to Expanded DSA. This 
happened in 2019 and there was a post about this migration:   Google Ads 
Developer Blog: Upgrade Dynamic Search Ads in AdWords API and Google Ads 
API by March 6, 2019 (googleblog.com) 


Based on our understanding all the newly created DSA Ads are with Expanded 
DSA type, but the old DSA are still in Google's ads system and they might 
be still serving as of now. AdWords API doc also indicated that we can use 
different types to fetch DSA data: Ad Performance Report  |  AdWords API 
 |  Google Developers 


>From our side, we fetch both old DSA Ads as well as Expanded DSA type from 
AdWords API, so that we can get the full data set. However, after we move 
to Google Ads, we are not able to fetch old DSA anymore since this old DSA 
data is not supported in Google Ads. This is also confirmed by the previous 
reply from this forum, copy/paste here for reference

"
*Thank you for reaching out. The Dynamic Search Ads has been deprecated in 
the Google Ads API. You could refer to this blog post 

 for 
more information about migration of this type of ad to the Expanded Dynamic 
Search Ads. As it’s already deprecated, it’s not possible to retrieve this 
type of ad via the Google Ads API. The workaround is to retrieve them via 
the Adwords API.*
"
If Google doesn't provide the fetch API for those old DSA, it seems a 
feature miss. Please correct me if I am wrong. 

On Wednesday, October 6, 2021 at 2:34:26 PM UTC-7 adsapi wrote:

> Hi Caihua,
>
> You can retrieve dynamic search ads by using the ad_group_ad resource and 
> specifying the type 
> 
>  
> as EXPANDED_DYNAMIC_SEARCH_AD. You can find the Ads API dynamic search ad 
> guide here 
> .
>  
> Please also see this chart 
> 
>  
> that summarizes support by ad type.
>
> Please let us know if we can help with anything else.
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q275VUH: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/0ff50b5e-c1ca-4e6a-95d7-8fdb697f2ed6n%40googlegroups.com.


Re: [Google Ads API] Retrieving non-Expanded Dynamic Search Ads

2021-10-05 Thread duca...@gmail.com
Thanks Matt. I understand that the creation and update of DSA ads won't be 
supported in Google Ads API. I am wondering how can we *Read/Fetch *servable 
DSA ads from Google Ads API? 

Thanks
Caihua.

On Friday, October 1, 2021 at 9:51:29 AM UTC-7 adsapi wrote:

> Hello,
>
> Thanks for follow up on this. Based on the language in this blog post 
> ,
>  
> DynamicSearchAd will not be supported in the Google Ads API. The blog post 
> states:
>   
> Upgrade your AdWords API and Google Ads API ads to use 
> ExpandedDynamicSearchAd (EXPANDED_DYNAMIC_SEARCH_AD) instead of 
> DynamicSearchAd (DYNAMIC_SEARCH_AD) by March 6, 2019. After March 6th, 
> creating these ads through the APIs will fail with an 
> AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS error, while updating them will 
> result in an AdError.CANNOT_MODIFY_AD error. Existing DynamicSearchAds will 
> continue to serve.
>  
> Additionally, in the Dynamic Search Ad creation guide 
> ,
>  
> it specifically states:
>
> To create the actual DSA, you need to use an ExpandedDynamicSearchAdInfo 
> object and set its following fields.
>
> Based on the above, it seems unlikely that old dynamic search ad format 
> will be supported. As of now, there have not been any additional 
> announcements since the blog post linked above.
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
>
>  
>
>
> ref:_00D1U1174p._5004Q275VUH: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/a94ec64a-d215-4442-8a7c-0ac7d3a89bc3n%40googlegroups.com.


Re: [Google Ads API] Retrieving non-Expanded Dynamic Search Ads

2021-09-30 Thread duca...@gmail.com
Hi Xiaoming and team,

I am checking here to see the current progress or plan to support 
retrieving old DSA data from Google Ads API. 

Thanks,
Caihua.

On Thursday, November 12, 2020 at 12:30:05 PM UTC-8 Google Ads API Forum 
Advisor Prod wrote:

> Hi Caihua,
>
> Thank you for reaching out. Yes, you would need to use the AdWords API to 
> retrieve those old DSA ads. Please keep an eye on our blog 
>  for 
> the alternative way to retrieve those data when the AdWords API is 
> deprecated.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q275VUH: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/60b27129-ecc5-4599-8922-5da4aa560465n%40googlegroups.com.


Re: Google Ads under Performance Max Feature

2021-08-23 Thread duca...@gmail.com
Thanks Matt.

Just want to follow up here in case we have any progresses on this feature 
request and whether it can be shipped in the new future. Thanks!

On Tuesday, June 29, 2021 at 8:15:58 AM UTC-7 adsapi wrote:

> Hello,
>
> Thank you for sharing your concern. I will include this feedback on the 
> feature request. New features will be announced on the Ads Developer blog 
>  and 
> release 
> notes .
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Eoep5: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/50b2c49c-d9a7-4cc9-88ae-eecdf5a1d4ccn%40googlegroups.com.


Re: Google Ads under Performance Max Feature

2021-06-01 Thread duca...@gmail.com
Hi Team,

Looks like performance max campaign is in open beta now. Wondering when we 
will include this campaign data in Google Ads API? Thanks.

On Monday, April 12, 2021 at 7:46:55 AM UTC-7 adsapiforumadvisor wrote:

> Hi Vandana,
>
> I have gone ahead and submitted the request. However, I am unable to 
> disclose any information regarding feature requests 
> . Any relevant information 
> regarding a feature can be found on the Ads Developer blog 
> .
>
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Eoep5: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/eec600aa-dd26-487e-a708-1a2e5c35a9d1n%40googlegroups.com.


Re: Perf issue when downloading AD_PERFORMANCE_REPORT for Responsive Search Ad

2021-05-28 Thread duca...@gmail.com
Hello Xiaoming,

As suggested here, we switched to Google Ads API and performance is still 
bad. It took more than 3 hours to download RSA from 3 campaigns. This seems 
too slow. 

Here is the query which you can try out. Please let us know if any 
optimization we can do from our side. Thanks !

Downloading via delegate: SELECT ad_group_ad.ad.final_urls, 
ad_group_ad.ad.final_mobile_urls, ad_group_ad.ad.id, 
ad_group_ad.ad.responsive_search_ad.descriptions, 
ad_group_ad.ad.responsive_search_ad.headlines, 
ad_group_ad.ad.responsive_search_ad.path1, 
ad_group_ad.ad.responsive_search_ad.path2, 
ad_group_ad.ad.tracking_url_template, ad_group_ad.ad.url_custom_parameters, 
ad_group_ad.ad.final_url_suffix, ad_group_ad.status, ad_group.id, 
ad_group.name, campaign.name
FROM ad_group_ad
WHERE campaign.id IN (88845851, 105682211, 105682451)
AND ad_group_ad.ad.type = 'RESPONSIVE_SEARCH_AD'
AND ad_group.status != 'REMOVED'
AND ad_group_ad.status != 'REMOVED'
ORDER BY ad_group_ad.ad.id ASC

Caihua.
On Tuesday, April 6, 2021 at 11:44:44 AM UTC-7 adsapiforumadvisor wrote:

> Hi Binbin,
>
> Thank you for reaching out. Please give it a try to query the ad_group_ad 
>  
> resource via the Google Ads API instead.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2EqJ7A: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/847b3583-38d2-455d-95ca-d8f078d18168n%40googlegroups.com.


Campaign data discrepancy in Google Ads API and AdWords Report API

2021-04-30 Thread duca...@gmail.com
Hi team,

We are using both Google Ads API and AdWords Reporting API to fetch 
Campaign data, but looks some deleted campaigns are only returned from 
AdWords report API, not from Google Ads API.
This doesn't repro for all customers. It only show up for a few customers' 
account. 

Can you please let me know if this is expected? Does Google Ads and AdWords 
Report API have different retention days for deleted campaigns? Thanks!

Caihua. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/480e576b-4182-4e79-a15a-3750667e8890n%40googlegroups.com.


Re: Calls failing to "change_event" report

2021-01-06 Thread duca...@gmail.com
This is still happening from our side and I have provided request id 
privately about one month ago, there is no update yet. Can you pleas look 
into this? thank you!

On Wednesday, December 9, 2020 at 10:55:35 PM UTC-8 Mat wrote:

> Hi Anash,
>
> I've now fetched the change_history of >200 client accounts for the last 
> 30 days and did not run into an error. 
> So I think it's safe to say that the error I reported on November, 11 has 
> been fixed.
> Thank you!
>
> Regards
> Mat
>
> adsapiforumadvisor schrieb am Mittwoch, 9. Dezember 2020 um 16:58:49 UTC+1:
>
>> Hi Caihua,
>>
>> We pushed a fix to our servers, so could you please confirm if the issue 
>> is addressed? If it persists, please respond with a fresh log and I'll 
>> follow up with the relevant teams again.
>>
>>
>> Cheers
>> Anash
>>
>>  
>>
>> ref:_00D1U1174p._5004Q27uEVS: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/35f894b3-0fb0-4ace-ada9-aba10f898bcfn%40googlegroups.com.


Re: Calls failing to "change_event" report

2020-12-09 Thread duca...@gmail.com
Thanks for the update. Unfortunately we still see this error from our side. 
I have replied privately with the request id for further investigation. 

Thanks!

On Wednesday, December 9, 2020 at 7:58:49 AM UTC-8 adsapiforumadvisor wrote:

> Hi Caihua,
>
> We pushed a fix to our servers, so could you please confirm if the issue 
> is addressed? If it persists, please respond with a fresh log and I'll 
> follow up with the relevant teams again.
>
>
> Cheers
> Anash
>
>  
>
> ref:_00D1U1174p._5004Q27uEVS: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/5e805ed1-dcff-46f7-bd43-e1737bcd6ba1n%40googlegroups.com.


Re: Calls failing to "change_event" report

2020-12-08 Thread duca...@gmail.com
Hi team,

Do we have any update on this? We suspect this is an regression from Google 
Ads and would like to double confirm with you. 

On Thursday, December 3, 2020 at 10:33:28 PM UTC-8 duca...@gmail.com wrote:

> Hi there, 
>
> Do we have any update? Looks like we started to see new failures from 
> early this week due to similar errors. 
> If our query include "NOT IN" as the condition, it will always fail with 
> "invalid argument " error. For instance the following query will fail for 
> sure. Do we have any details? Thanks!
>
> *SELECT label.id <http://label.id>, label.status, label.name 
> <http://label.name>, label.text_label.background_color, 
> label.text_label.description*
> *FROM label*
> *WHERE label.status NOT IN ('UNKNOWN')*
> *ORDER BY label.id <http://label.id> ASC*
>
>
> On Monday, November 30, 2020 at 5:44:51 AM UTC-8 Mat wrote:
>
>> Hi Anash,
>>
>> great, thank you!
>>
>> Regards
>> Mat
>>
>> adsapiforumadvisor schrieb am Freitag, 20. November 2020 um 20:54:33 
>> UTC+1:
>>
>>> Hi Mat,
>>>
>>> Thanks for reporting this issue. We identified and fixed an issue at our 
>>> end, and it should go live in the next server update. I'll update you once 
>>> the fix is live.
>>>
>>> Cheers
>>> Anash
>>>
>>> ref:_00D1U1174p._5004Q27uEVS: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/e573727e-bdee-41b6-9702-3d5fd40e235fn%40googlegroups.com.


Re: Calls failing to "change_event" report

2020-12-03 Thread duca...@gmail.com
Hi there, 

Do we have any update? Looks like we started to see new failures from early 
this week due to similar errors. 
If our query include "NOT IN" as the condition, it will always fail with 
"invalid argument " error. For instance the following query will fail for 
sure. Do we have any details? Thanks!

*SELECT label.id, label.status, label.name, 
label.text_label.background_color, label.text_label.description*
*FROM label*
*WHERE label.status NOT IN ('UNKNOWN')*
*ORDER BY label.id ASC*


On Monday, November 30, 2020 at 5:44:51 AM UTC-8 Mat wrote:

> Hi Anash,
>
> great, thank you!
>
> Regards
> Mat
>
> adsapiforumadvisor schrieb am Freitag, 20. November 2020 um 20:54:33 UTC+1:
>
>> Hi Mat,
>>
>> Thanks for reporting this issue. We identified and fixed an issue at our 
>> end, and it should go live in the next server update. I'll update you once 
>> the fix is live.
>>
>> Cheers
>> Anash
>>
>> ref:_00D1U1174p._5004Q27uEVS: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/08a0a971-ca33-42d7-897c-b154d245f8a4n%40googlegroups.com.


Re: [Google Ads API] Retrieving non-Expanded Dynamic Search Ads

2020-11-11 Thread duca...@gmail.com
Thanks Xiaoming. Just want to double confirm here that we will have to use 
AdWords API to retrieve those old DSA ads. When AdWords API is deprecated, 
we will expect to have an alternative API from Googles Ads to retrieve 
those data. 

Thanks
Caihua. 

On Tuesday, November 3, 2020 at 7:41:11 AM UTC-8 adsapiforumadvisor wrote:

> Hi Kevin,
>
> Thank you for reaching out. As of now the (non-expanded) Dynamic Search 
> Ads is already deprecated in the AdWords API but the existing 
> DynamicSearchAds will continue to serve. It’s most likely this would not 
> change before the AdWords API is completely deprecated. However, if you 
> create or update these ads through the APIs you will encounter 
> AdGroupAdError.CANNOT_CREATE_DEPRECATED_ADS or AdError.CANNOT_MODIFY_AD 
> error.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q275VUH: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/7cd986ac-8e71-4a77-bc88-1d3cf9d6a951n%40googlegroups.com.