Hello,

I am getting some errors because of OWNED_AND_OPERATED and MULTIPLE 
campaign channel types. But there is no documentation about these channel 
types. I just found that explanation on the github repository:

https://github.com/googleads/google-ads-dotnet/blob/121bc99c99d6934b932844c21aedc3c2e974cf11/Google.Ads.GoogleAds/src/V10/CampaignSimulation.g.cs

/// <summary>

/// A campaign simulation. Supported combinations of advertising

/// channel type, simulation type and simulation modification

/// method is detailed below respectively.

///

/// SEARCH - CPC_BID - UNIFORM

/// SEARCH - CPC_BID - SCALING

/// SEARCH - TARGET_CPA - UNIFORM

/// SEARCH - TARGET_CPA - SCALING

/// SEARCH - TARGET_ROAS - UNIFORM

/// SEARCH - TARGET_IMPRESSION_SHARE - UNIFORM

/// SEARCH - BUDGET - UNIFORM

/// SHOPPING - BUDGET - UNIFORM

/// SHOPPING - TARGET_ROAS - UNIFORM

/// MULTIPLE - TARGET_CPA - UNIFORM

/// OWNED_AND_OPERATED - TARGET_CPA - DEFAULT

/// DISPLAY - TARGET_CPA - UNIFORM

/// </summary>

But these two types OWNED_AND_OPERATED  and MULTIPLE does not exist in the 
enum in .net client.

public enum AdvertisingChannelType
            {
                [OriginalName("UNSPECIFIED")]
                Unspecified,
                [OriginalName("UNKNOWN")]
                Unknown,
                [OriginalName("SEARCH")]
                Search,
                [OriginalName("DISPLAY")]
                Display,
                [OriginalName("SHOPPING")]
                Shopping,
                [OriginalName("HOTEL")]
                Hotel,
                [OriginalName("VIDEO")]
                Video,
                [OriginalName("MULTI_CHANNEL")]
                MultiChannel,
                [OriginalName("LOCAL")]
                Local,
                [OriginalName("SMART")]
                Smart,
                [OriginalName("PERFORMANCE_MAX")]
                PerformanceMax,
                [OriginalName("LOCAL_SERVICES")]
                LocalServices,
                [OriginalName("DISCOVERY")]
                Discovery
            }

So, could you give some information about OWNED_AND_OPERATED and MULTIPLE 
channel types? What is the equivalent of them in enum?

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/397414b6-0178-460f-b9c8-6d68ab8fd450n%40googlegroups.com.
  • Wh... sealytic...@gmail.com
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
        • ... sealytic...@gmail.com
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
            • ... sealytic...@gmail.com

Reply via email to