Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raibaz authored Nov 13, 2024
2 parents f958920 + 6f91228 commit e266098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V16/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V17/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V18/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down

0 comments on commit e266098

Please sign in to comment.