OK thanks.
In my fetch experiments I see in V18 that if campaign has 
"advertisingChannelType": "DEMAND_GEN" =>  "adNetworkType": 
"GOOGLE_OWNED_CHANNELS" (instead of MIXED in V16)
If campaign has "advertisingChannelType": "PERFORMANCE_MAX" =>  
"adNetworkType" stays "MIXED".

Let me explain my use case. We have decent amount of Google Ads data 
stored. As we want to provide Network breakdown and same Google Ads 
campaign can run in multiple networks, we have  data stored like 
CampaignID - adNetworkType.

So if we had it like 
CampaignID - adNetworkType
12345 - MIXED 

and with API V18 it will come as 
12345 - GOOGLE_OWNED_CHANNELS 

we will have duplicated data in our system.

On the other hand if I change my historical data to be 
CampaignID - adNetworkType
12345 -  GOOGLE_OWNED_CHANNELS 

and it will come from V18 as 
CampaignID - adNetworkType
12345 - MIXED 

- I'll again have duplicates.

So I'm trying to understand general rule on adNetworkType change for 
existing campaigns in V18.

Could you please confirm:
1. If adNetworkType = GOOGLE_OWNED_CHANNELS is suitable for campaign with 
"advertisingChannelType": "DEMAND_GEN"only? 
2. If "advertisingChannelType": "DEMAND_GEN"campaigns can run in MIXED 
network? 

I believe this information will be valuable for many customers.
Thanks!
Oksana


On Thursday, December 5, 2024 at 9:01:01 PM UTC+2 Google Ads API and 
AdWords API Forum wrote:

> Hi,
>
> I have checked it at my end, in v18 also some of them are still in MIXED 
> Network. 
>
>
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02vGmv7:ref" (ADR-00277368)
>
> Thanks,
>  
> [image: Google Logo]
> Google Ads API Team
> Feedback
> How was our support today?
>
> [image: rating1] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=5004Q00002vGmv7>
>   
>   [image: rating2] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=5004Q00002vGmv7>
>   
>   [image: rating3] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=5004Q00002vGmv7>
>   
>   [image: rating4] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/formResponse?usp=pp_url&entry.141427034=4&entry.295079254=5004Q00002vGmv7>
>   
>   [image: rating5] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/formResponse?usp=pp_url&entry.141427034=5&entry.295079254=5004Q00002vGmv7>
>
>
> On Wednesday, December 4, 2024 at 8:14:35 PM UTC+5:30 Oksana Sulyma wrote:
>
>> Thanks for the answer team!
>>
>> With API V18 when I query like: 
>> 'SELECT campaign.id, segments.ad_network_type FROM campaign' 
>>
>> I get 12345, GOOGLE_OWNED_CHANNELS 
>> <https://developers.google.com/google-ads/api/reference/rpc/v18/AdNetworkTypeEnum.AdNetworkType#google_owned_channels>
>> .
>>
>> With API V16 the same query gives me 
>>
>> 12345, MIXED.
>>
>> So I'm trying to understand general rule for existing campaigns Network 
>> value change. 
>>
>> Like if I query 100,000 campaigns with API V18, will some of them still 
>> be in MIXED Network while some will be moved to GOOGLE_OWNED_CHANNELS 
>> <https://developers.google.com/google-ads/api/reference/rpc/v18/AdNetworkTypeEnum.AdNetworkType#google_owned_channels>
>> ?
>>
>> Thanks,
>> Oksana
>>
>> On Monday, December 2, 2024 at 2:56:55 PM UTC+2 Google Ads API Forum 
>> Advisor wrote:
>>
>>> Hi,
>>>
>>> Thank you for reaching out to the Google Ads API support team.
>>>
>>> To clarify, AdNetworkType.GOOGLE_OWNED_CHANNELS in API V18 is not a 
>>> replacement for AdNetworkType.MIXED. Both are available in V18. 
>>> AdNetworkType.GOOGLE_OWNED_CHANNELS refers to ads served on Google-owned 
>>> channels like YouTube, Gmail, and the Discover feed, while 
>>> AdNetworkType.MIXED still represents cross-network targeting. You can 
>>> continue using AdNetworkType.MIXED if your campaign targets cross networks. 
>>> For more information, you can refer to the Google Ads API documentation on 
>>> *AdNetworkType.MIXED* 
>>> <https://developers.google.com/google-ads/api/reference/rpc/v18/AdNetworkTypeEnum.AdNetworkType#mixed>
>>>  
>>> in V18.
>>>
>>> If you have any further questions, feel free to reach out!
>>>  
>>> This message is in relation to case 
>>> "ref:!00D1U01174p.!5004Q02vGmv7:ref" (ADR-00277368)
>>>
>>> Thanks,
>>>   
>>> [image: Google Logo] Google Ads API Team 
>>> Feedback
>>> How was our support today? 
>>>
>>> [image: rating1] 
>>> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=5004Q00002vGmv7>
>>>   
>>>   [image: rating2] 
>>> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=5004Q00002vGmv7>
>>>   
>>>   [image: rating3] 
>>> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=5004Q00002vGmv7>
>>>   
>>>   [image: rating4] 
>>> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/formResponse?usp=pp_url&entry.141427034=4&entry.295079254=5004Q00002vGmv7>
>>>   
>>>   [image: rating5] 
>>> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/formResponse?usp=pp_url&entry.141427034=5&entry.295079254=5004Q00002vGmv7>
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/e8e689e1-836f-4a71-94ea-899a3a7a3d9dn%40googlegroups.com.
  • Ad... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
    • ... Oksana Sulyma
      • ... Google Ads API and AdWords API Forum
        • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
            • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum

Reply via email to